org.apache.axis2.transport.http.server
Class SimpleConnList
java.lang.Object
org.apache.axis2.transport.http.server.SimpleConnList
- public class SimpleConnList
- extends Object
A simple list of connections.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConnList
public SimpleConnList()
addConnection
public void addConnection(SimpleHttpServerConnection conn)
removeConnection
public void removeConnection(SimpleHttpServerConnection conn)
removeFirst
public SimpleHttpServerConnection removeFirst()
removeLast
public SimpleHttpServerConnection removeLast()
shutdown
public void shutdown()