Uses of Class
org.apache.synapse.transport.nhttp.ServerHandler
Packages that use ServerHandler
-
Uses of ServerHandler in org.apache.synapse.transport.nhttp
Fields in org.apache.synapse.transport.nhttp declared as ServerHandlerMethods in org.apache.synapse.transport.nhttp that return ServerHandlerMethods in org.apache.synapse.transport.nhttp with parameters of type ServerHandlerModifier and TypeMethodDescriptionvoidDefaultHttpGetProcessor.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 ServerHandlerModifierConstructorDescriptionServerWorker(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.