Uses of Class
org.apache.synapse.transport.nhttp.ServerHandler
-
Packages that use ServerHandler Package Description org.apache.synapse.transport.nhttp -
-
Uses of ServerHandler in org.apache.synapse.transport.nhttp
Fields in org.apache.synapse.transport.nhttp declared as ServerHandler Modifier and Type Field Description protected ServerHandlerDefaultHttpGetProcessor. serverHandlerMethods in org.apache.synapse.transport.nhttp that return ServerHandler Modifier and Type Method Description ServerHandlerServerWorker. getServiceHandler()Methods in org.apache.synapse.transport.nhttp with parameters of type ServerHandler Modifier and Type Method Description voidDefaultHttpGetProcessor. init(org.apache.axis2.context.ConfigurationContext cfgCtx, ServerHandler serverHandler)voidHttpGetRequestProcessor. init(org.apache.axis2.context.ConfigurationContext cfgCtx, ServerHandler serverHandler)Initialize the HttpGetProcessorConstructors in org.apache.synapse.transport.nhttp with parameters of type ServerHandler Constructor Description ServerWorker(org.apache.axis2.context.ConfigurationContext cfgCtx, String schemeName, org.apache.axis2.transport.base.MetricsCollector metrics, org.apache.http.nio.NHttpServerConnection conn, ServerHandler serverHandler, org.apache.http.HttpRequest request, InputStream is, org.apache.http.HttpResponse response, OutputStream os, boolean isRestDispatching, HttpGetRequestProcessor httpGetRequestProcessor)Create a new server side worker to process an incoming message and optionally begin creating its output.
-