public class JIoEndpoint.SocketTimeouts extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
pos |
protected int |
size |
protected Socket[] |
sockets |
protected long[] |
timeouts |
Constructor and Description |
---|
SocketTimeouts(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(Socket socket,
long timeout) |
Socket |
check(long date) |
boolean |
remove(Socket socket) |
protected int size
protected Socket[] sockets
protected long[] timeouts
protected int pos
Copyright © 2018 JBoss by Red Hat. All rights reserved.