Package | Description |
---|---|
org.apache.synapse.transport.nhttp |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpGetProcessor
Default http Get processor implementation for Synapse.
|
Modifier and Type | Method and Description |
---|---|
HttpGetRequestProcessor |
ListenerContext.getHttpGetRequestProcessor() |
Constructor and Description |
---|
ServerWorker(org.apache.axis2.context.ConfigurationContext cfgCtx,
java.lang.String schemeName,
org.apache.axis2.transport.base.MetricsCollector metrics,
org.apache.http.nio.NHttpServerConnection conn,
ServerHandler serverHandler,
org.apache.http.HttpRequest request,
java.io.InputStream is,
org.apache.http.HttpResponse response,
java.io.OutputStream os,
boolean isRestDispatching,
HttpGetRequestProcessor httpGetRequestProcessor)
Create a new server side worker to process an incoming message and optionally begin creating
its output.
|
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.