public static class AprEndpoint.SocketInfo extends 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 |
---|
SocketInfo() |
Modifier and Type | Method and Description |
---|---|
static int |
merge(int flag1,
int flag2) |
boolean |
read() |
boolean |
resume() |
boolean |
wakeup() |
boolean |
write() |
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
Copyright © 2017 JBoss by Red Hat. All rights reserved.