org.apache.activemq.transport
Class WebTransportServerSupport
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.WebTransportServerSupport
- All Implemented Interfaces:
- Service, TransportServer
- Direct Known Subclasses:
- HttpTransportServer, WSTransportServer
public abstract class WebTransportServerSupport
- extends TransportServerSupport
|
Method Summary |
void |
bind()
|
| Methods inherited from class org.apache.activemq.util.ServiceSupport |
addServiceListener, dispose, doStart, doStop, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bindAddress
protected URI bindAddress
server
protected org.eclipse.jetty.server.Server server
connector
protected org.eclipse.jetty.server.Connector connector
socketConnectorFactory
protected SocketConnectorFactory socketConnectorFactory
host
protected String host
WebTransportServerSupport
public WebTransportServerSupport(URI location)
bind
public void bind()
throws Exception
- Throws:
Exception
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.