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

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

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

Methods in org.apache.axis2.transport.http.server with parameters of type SessionManager
 HttpServiceProcessor HttpFactory.newRequestServiceProcessor(org.apache.http.HttpServerConnection connection, SessionManager sessionManager, Worker worker, IOProcessorCallback callback)
          Create a request service processor to populate the response
 

Constructors in org.apache.axis2.transport.http.server with parameters of type SessionManager
DefaultHttpServiceProcessor(org.apache.http.HttpServerConnection conn, ConfigurationContext configurationContext, SessionManager sessionManager, Worker worker, IOProcessorCallback callback)