Uses of Interface
org.apache.axis2.transport.http.server.AxisHttpConnection
-
Packages that use AxisHttpConnection Package Description org.apache.axis2.transport.http.server -
-
Uses of AxisHttpConnection in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement AxisHttpConnection Modifier and Type Class Description class
AxisHttpConnectionImpl
Methods in org.apache.axis2.transport.http.server with parameters of type AxisHttpConnection Modifier and Type Method Description void
AxisHttpService. handleRequest(AxisHttpConnection conn, org.apache.http.protocol.HttpContext context)
void
DefaultHttpConnectionManager. process(AxisHttpConnection conn)
void
HttpConnectionManager. process(AxisHttpConnection incoming)
Constructors in org.apache.axis2.transport.http.server with parameters of type AxisHttpConnection Constructor Description AxisHttpRequestImpl(AxisHttpConnection conn, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpProcessor httpproc, org.apache.http.protocol.HttpContext context)
AxisHttpResponseImpl(AxisHttpConnection conn, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpProcessor httpproc, org.apache.http.protocol.HttpContext context)
HttpServiceProcessor(AxisHttpService httpservice, AxisHttpConnection conn, IOProcessorCallback callback)
-