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
-
-
Constructor Summary
Constructors Constructor Description InboundHttpSourceHandler(int port, org.apache.synapse.transport.passthru.config.SourceConfiguration sourceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
requestReceived(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
-
-