Package | Description |
---|---|
org.apache.synapse.transport.nhttp |
Modifier and Type | Field and Description |
---|---|
protected ServerHandler |
DefaultHttpGetProcessor.serverHandler |
Modifier and Type | Method and Description |
---|---|
ServerHandler |
ServerWorker.getServiceHandler() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttpGetProcessor.init(org.apache.axis2.context.ConfigurationContext cfgCtx,
ServerHandler serverHandler) |
void |
HttpGetRequestProcessor.init(org.apache.axis2.context.ConfigurationContext cfgCtx,
ServerHandler serverHandler)
Initialize the HttpGetProcessor
|
Constructor and 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.
|
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.