Uses of Interface
org.apache.synapse.transport.nhttp.HttpGetRequestProcessor
-
Packages that use HttpGetRequestProcessor Package Description org.apache.synapse.transport.nhttp -
-
Uses of HttpGetRequestProcessor in org.apache.synapse.transport.nhttp
Classes in org.apache.synapse.transport.nhttp that implement HttpGetRequestProcessor Modifier and Type Class Description classDefaultHttpGetProcessorDefault http Get processor implementation for Synapse.Methods in org.apache.synapse.transport.nhttp that return HttpGetRequestProcessor Modifier and Type Method Description HttpGetRequestProcessorListenerContext. getHttpGetRequestProcessor()Constructors in org.apache.synapse.transport.nhttp with parameters of type HttpGetRequestProcessor 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.
-