org.apache.synapse.transport.nhttp
Class ListenerContext

java.lang.Object
  extended by 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


Constructor Summary
ListenerContext(ConfigurationContext cfgCtx, TransportInDescription transportIn, boolean ssl)
           
 
Method Summary
 void build()
           
 String getBindAddress()
           
 ConfigurationContext getCfgCtx()
           
 PriorityExecutor getExecutor()
           
 String getHost()
           
 HttpGetRequestProcessor getHttpGetRequestProcessor()
           
 NhttpMetricsCollector getMetrics()
           
 org.apache.http.params.HttpParams getParams()
           
 Parser getParser()
           
 int getPort()
           
 TransportInDescription getTransportIn()
           
 boolean isRestDispatching()
           
 boolean isSsl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerContext

public ListenerContext(ConfigurationContext cfgCtx,
                       TransportInDescription transportIn,
                       boolean ssl)
Method Detail

build

public void build()
           throws AxisFault
Throws:
AxisFault

getCfgCtx

public ConfigurationContext getCfgCtx()

getTransportIn

public TransportInDescription getTransportIn()

isSsl

public boolean isSsl()

getMetrics

public NhttpMetricsCollector getMetrics()

getExecutor

public PriorityExecutor getExecutor()

getParser

public Parser getParser()

isRestDispatching

public boolean isRestDispatching()

getHttpGetRequestProcessor

public HttpGetRequestProcessor getHttpGetRequestProcessor()

getPort

public int getPort()

getHost

public String getHost()

getBindAddress

public String getBindAddress()

getParams

public org.apache.http.params.HttpParams getParams()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.