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

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

public class SimpleConnList
extends java.lang.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)

removeLast

public SimpleHttpServerConnection removeLast()

removeFirst

public SimpleHttpServerConnection removeFirst()

shutdown

public void shutdown()