org.apache.tomcat.util.net
Class AprEndpoint.SocketList
java.lang.Object
org.apache.tomcat.util.net.AprEndpoint.SocketList
- Enclosing class:
- AprEndpoint
public class AprEndpoint.SocketList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
protected int size
pos
protected int pos
sockets
protected long[] sockets
timeouts
protected int[] timeouts
flags
protected int[] flags
info
protected AprEndpoint.SocketInfo info
AprEndpoint.SocketList
public AprEndpoint.SocketList(int size)
size
public int size()
get
public AprEndpoint.SocketInfo get()
clear
public void clear()
add
public boolean add(long socket,
int timeout,
int flag)
remove
public boolean remove(long socket)
duplicate
public void duplicate(AprEndpoint.SocketList copy)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.