Class InboundHttpSourceHandler
java.lang.Object
org.apache.synapse.transport.passthru.SourceHandler
org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpSourceHandler
- All Implemented Interfaces:
org.apache.http.nio.NHttpServerEventHandler
public class InboundHttpSourceHandler
extends org.apache.synapse.transport.passthru.SourceHandler
Handler Class for process HTTP Requests
-
Field Summary
Fields inherited from class org.apache.synapse.transport.passthru.SourceHandler
MESSAGE_SIZE_VALIDATION, PROPERTY_FILE, VALID_MAX_MESSAGE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionInboundHttpSourceHandler(int port, org.apache.synapse.transport.passthru.config.SourceConfiguration sourceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidrequestReceived(org.apache.http.nio.NHttpServerConnection conn) Methods inherited from class org.apache.synapse.transport.passthru.SourceHandler
closed, commitResponseHideExceptions, connected, endOfInput, exception, getOutputStream, getSourceRequest, informReaderError, informWriterError, inputReady, logIOException, outputReady, responseReady, setCorrelationId, stop, timeout
-
Constructor Details
-
InboundHttpSourceHandler
public InboundHttpSourceHandler(int port, org.apache.synapse.transport.passthru.config.SourceConfiguration sourceConfiguration)
-
-
Method Details
-
requestReceived
public void requestReceived(org.apache.http.nio.NHttpServerConnection conn) - Specified by:
requestReceivedin interfaceorg.apache.http.nio.NHttpServerEventHandler- Overrides:
requestReceivedin classorg.apache.synapse.transport.passthru.SourceHandler
-