Uses of Interface
org.apache.axis2.transport.http.server.AxisHttpConnection
Packages that use AxisHttpConnection
-
Uses of AxisHttpConnection in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement AxisHttpConnectionMethods in org.apache.axis2.transport.http.server with parameters of type AxisHttpConnectionModifier and TypeMethodDescriptionvoidAxisHttpService.handleRequest(AxisHttpConnection conn, org.apache.hc.core5.http.protocol.HttpContext localContext) voidDefaultHttpConnectionManager.process(AxisHttpConnection conn) voidHttpConnectionManager.process(AxisHttpConnection incoming) Constructors in org.apache.axis2.transport.http.server with parameters of type AxisHttpConnectionModifierConstructorDescriptionAxisHttpRequestImpl(AxisHttpConnection conn, org.apache.hc.core5.http.ClassicHttpRequest request, org.apache.hc.core5.http.protocol.HttpProcessor httpproc, org.apache.hc.core5.http.protocol.HttpContext context) AxisHttpResponseImpl(AxisHttpConnection conn, org.apache.hc.core5.http.ClassicHttpResponse response, org.apache.hc.core5.http.protocol.HttpProcessor httpproc, org.apache.hc.core5.http.protocol.HttpContext context) HttpServiceProcessor(AxisHttpService httpservice, AxisHttpConnection conn, IOProcessorCallback callback)