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 Details

    • 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()