org.apache.axis2.transport.http.server
Class SimpleConnList

java.lang.Object
  extended byorg.apache.axis2.transport.http.server.SimpleConnList

public class SimpleConnList
extends Object

A simple list of connections.


Constructor Summary
SimpleConnList()
           
 
Method Summary
 void addConnection(SimpleHttpServerConnection conn)
           
 void removeConnection(SimpleHttpServerConnection conn)
           
 SimpleHttpServerConnection removeFirst()
           
 SimpleHttpServerConnection removeLast()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConnList

public SimpleConnList()
Method Detail

addConnection

public void addConnection(SimpleHttpServerConnection conn)

removeConnection

public void removeConnection(SimpleHttpServerConnection conn)

removeFirst

public SimpleHttpServerConnection removeFirst()

removeLast

public SimpleHttpServerConnection removeLast()

shutdown

public void shutdown()