Class InboundCorrelationEnabledHttpServerWorker
- java.lang.Object
-
- org.apache.synapse.transport.passthru.ServerWorker
-
- org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpServerWorker
-
- org.wso2.carbon.inbound.endpoint.protocol.http.InboundCorrelationEnabledHttpServerWorker
-
- All Implemented Interfaces:
Runnable
public class InboundCorrelationEnabledHttpServerWorker extends InboundHttpServerWorker
ExtendsInboundHttpServerWorker
with correlation logs enabled.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpServerWorker
handleException
-
Methods inherited from class org.apache.synapse.transport.passthru.ServerWorker
createMessageContext, getRequestContext, getSourceConfiguration, getSourceRequest, handleRESTUrlPost, isRESTRequest, processEntityEnclosingRequest, processHttpRequestUri, processNonEntityEnclosingRESTHandler, sendAck, setSourceRequest
-
-
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classInboundHttpServerWorker
-
-