org.apache.camel.component.jhc
Class JhcServerEngine

java.lang.Object
  extended by org.apache.camel.component.jhc.JhcServerEngine

public class JhcServerEngine
extends Object


Method Summary
 int getPort()
           
 String getProtocol()
           
 int getReferenceCounter()
           
 SSLContext getSslContext()
           
 boolean isStarted()
           
 void register(String pattern, AsyncHttpRequestHandler handler)
           
 void setSslContext(SSLContext sslContext)
           
 void start()
           
 void stop()
           
 void unregister(String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPort

public int getPort()

getProtocol

public String getProtocol()

setSslContext

public void setSslContext(SSLContext sslContext)

getSslContext

public SSLContext getSslContext()

register

public void register(String pattern,
                     AsyncHttpRequestHandler handler)

unregister

public void unregister(String pattern)

getReferenceCounter

public int getReferenceCounter()

isStarted

public boolean isStarted()

start

public void start()
           throws org.apache.http.nio.reactor.IOReactorException
Throws:
org.apache.http.nio.reactor.IOReactorException

stop

public void stop()
          throws IOException
Throws:
IOException


Apache CAMEL