Class ListenerContext
- java.lang.Object
-
- org.apache.synapse.transport.nhttp.ListenerContext
-
public class ListenerContext extends Object
This class is being used to hold the different runtime objects used by the Listeners
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetAddress
getBindAddress()
org.apache.synapse.commons.executors.PriorityExecutor
getExecutor()
String
getHostname()
HttpGetRequestProcessor
getHttpGetRequestProcessor()
org.apache.synapse.commons.evaluators.Parser
getParser()
int
getPort()
org.apache.axis2.description.TransportInDescription
getTransportIn()
boolean
isRestDispatching()
-
-
-
Method Detail
-
getTransportIn
public org.apache.axis2.description.TransportInDescription getTransportIn()
-
getExecutor
public org.apache.synapse.commons.executors.PriorityExecutor getExecutor()
-
getParser
public org.apache.synapse.commons.evaluators.Parser getParser()
-
isRestDispatching
public boolean isRestDispatching()
-
getHttpGetRequestProcessor
public HttpGetRequestProcessor getHttpGetRequestProcessor()
-
getPort
public int getPort()
-
getHostname
public String getHostname()
-
getBindAddress
public InetAddress getBindAddress()
-
-