Uses of Interface
org.apache.synapse.transport.nhttp.HttpGetRequestProcessor
Packages that use HttpGetRequestProcessor
-
Uses of HttpGetRequestProcessor in org.apache.synapse.transport.nhttp
Classes in org.apache.synapse.transport.nhttp that implement HttpGetRequestProcessorModifier and TypeClassDescriptionclassDefault http Get processor implementation for Synapse.Methods in org.apache.synapse.transport.nhttp that return HttpGetRequestProcessorConstructors in org.apache.synapse.transport.nhttp with parameters of type HttpGetRequestProcessorModifierConstructorDescriptionServerWorker(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.