JBoss Web 7.5.12.Final-redhat-1
-
- Enclosing class:
- AprEndpoint
public class AprEndpoint.SocketTimeouts
extends Object
Socket list class, used to avoid using a possibly large amount of objects
with very little actual use.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected int |
pos |
protected int |
size |
protected long[] |
sockets |
protected long[] |
timeouts |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
add(long socket,
long timeout) |
long |
check(long date) |
boolean |
remove(long socket) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
sockets
protected long[] sockets
JBoss Web 7.5.12.Final-redhat-1
Copyright © 2015 JBoss by Red Hat. All rights reserved.