public class Poll extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Poll.pollfd |
| Constructor and Description |
|---|
Poll() |
| Modifier and Type | Method and Description |
|---|---|
static int |
poll(Poll.pollfd fds,
int nfds,
int timeout) |
static int |
POLLERR() |
static int |
POLLHUP() |
static int |
POLLIN() |
static int |
POLLNVAL() |
static int |
POLLOUT() |
static int |
POLLPRI() |
static int |
POLLRDBAND() |
static int |
POLLRDNORM() |
static int |
POLLWRBAND() |
static int |
POLLWRNORM() |
public static int POLLIN()
public static int POLLPRI()
public static int POLLOUT()
public static int POLLRDNORM()
public static int POLLWRNORM()
public static int POLLRDBAND()
public static int POLLWRBAND()
public static int POLLERR()
public static int POLLHUP()
public static int POLLNVAL()
public static int poll(Poll.pollfd fds, int nfds, int timeout)