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 java.net.URI bindAddress
server
protected org.eclipse.jetty.server.Server server
connector
protected org.eclipse.jetty.server.Connector connector
socketConnectorFactory
protected SocketConnectorFactory socketConnectorFactory
host
protected java.lang.String host
WebTransportServerSupport
public WebTransportServerSupport(java.net.URI location)
bind
public void bind()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.