Class InboundHttpServerWorker
java.lang.Object
org.apache.synapse.transport.passthru.ServerWorker
org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpServerWorker
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
InboundCorrelationEnabledHttpServerWorker
public class InboundHttpServerWorker
extends org.apache.synapse.transport.passthru.ServerWorker
Create SynapseMessageContext from HTTP Request and inject it to the sequence in a synchronous manner
This is the worker for HTTP inbound related requests.
-
Constructor Summary
ConstructorsConstructorDescriptionInboundHttpServerWorker(int port, String tenantDomain, org.apache.synapse.transport.passthru.SourceRequest sourceRequest, org.apache.synapse.transport.passthru.config.SourceConfiguration sourceConfiguration, OutputStream outputStream) -
Method Summary
Methods inherited from class org.apache.synapse.transport.passthru.ServerWorker
createMessageContext, getRequestContext, getSourceConfiguration, getSourceRequest, getWorkerState, handleRESTUrlPost, isRESTRequest, processEntityEnclosingRequest, processHttpRequestUri, processNonEntityEnclosingRESTHandler, sendAck, setSourceRequest
-
Constructor Details
-
InboundHttpServerWorker
public InboundHttpServerWorker(int port, String tenantDomain, org.apache.synapse.transport.passthru.SourceRequest sourceRequest, org.apache.synapse.transport.passthru.config.SourceConfiguration sourceConfiguration, OutputStream outputStream)
-
-
Method Details