Uses of Class
org.apache.axis2.transport.http.server.SimpleHttpServerConnection

Packages that use SimpleHttpServerConnection
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
 

Uses of SimpleHttpServerConnection in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http with parameters of type SimpleHttpServerConnection
 boolean HTTPWorker.processRequest(SimpleHttpServerConnection conn, SimpleRequest request)
           
 

Uses of SimpleHttpServerConnection in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server that return SimpleHttpServerConnection
 SimpleHttpServerConnection SimpleConnList.removeFirst()
           
 SimpleHttpServerConnection SimpleConnList.removeLast()
           
 

Methods in org.apache.axis2.transport.http.server with parameters of type SimpleHttpServerConnection
 boolean HttpServiceHandler.processRequest(SimpleHttpServerConnection conn, SimpleRequest request)
           
 boolean HttpRequestHandlerChain.processRequest(SimpleHttpServerConnection conn, SimpleRequest request)
           
 void SimpleConnSet.addConnection(SimpleHttpServerConnection conn)
           
 void SimpleConnSet.removeConnection(SimpleHttpServerConnection conn)
           
 boolean ProxyAuthRequestHandler.processRequest(SimpleHttpServerConnection conn, SimpleRequest request)
           
 boolean HttpRequestHandler.processRequest(SimpleHttpServerConnection conn, SimpleRequest request)
          The request handler is asked to process this request.
 boolean AuthRequestHandler.processRequest(SimpleHttpServerConnection conn, SimpleRequest request)
           
 void SimpleConnList.addConnection(SimpleHttpServerConnection conn)
           
 void SimpleConnList.removeConnection(SimpleHttpServerConnection conn)
           
 

Constructors in org.apache.axis2.transport.http.server with parameters of type SimpleHttpServerConnection
SimpleConnectionThread(String name, SimpleHttpServerConnection conn, SimpleConnSet connpool, HttpRequestHandler handler)