org.apache.camel.component.jhc
Class JhcServerEngine
java.lang.Object
org.apache.camel.component.jhc.JhcServerEngine
public class JhcServerEngine
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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