public static class AprEndpoint.SocketInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
flags |
static int |
READ |
static int |
RESUME |
long |
socket |
int |
timeout |
static int |
WAKEUP |
static int |
WRITE |
Constructor and Description |
---|
AprEndpoint.SocketInfo() |
public static final int READ
public static final int WRITE
public static final int RESUME
public static final int WAKEUP
public long socket
public int timeout
public int flags