Class InboundHttpListener
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpListener
-
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessor
- Direct Known Subclasses:
InboundHttpsListener
public class InboundHttpListener extends Object implements org.apache.synapse.inbound.InboundRequestProcessor
Listener class for HttpInboundEndpoint which is trigger by inbound core and responsible for start ListeningEndpoint related to given port
-
-
Constructor Summary
Constructors Constructor Description InboundHttpListener(org.apache.synapse.inbound.InboundProcessorParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
destoryInbound()
void
destroy()
protected void
handleException(String msg, Exception e)
void
init()
protected boolean
isPortUsedByAnotherApplication(int port)
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
isPortUsedByAnotherApplication
protected boolean isPortUsedByAnotherApplication(int port)
-
destoryInbound
protected void destoryInbound()
-
-