|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.WebTransportServerSupport
public abstract class WebTransportServerSupport
| Field Summary | |
|---|---|
protected URI |
bindAddress
|
protected org.eclipse.jetty.server.Connector |
connector
|
protected String |
host
|
protected org.eclipse.jetty.server.Server |
server
|
protected SocketConnectorFactory |
socketConnectorFactory
|
| Fields inherited from class org.apache.activemq.transport.TransportServerSupport |
|---|
transportOptions |
| Constructor Summary | |
|---|---|
WebTransportServerSupport(URI location)
|
|
| Method Summary | |
|---|---|
void |
bind()
|
| Methods inherited from class org.apache.activemq.transport.TransportServerSupport |
|---|
getAcceptListener, getBindLocation, getConnectURI, onAcceptError, setAcceptListener, setBindLocation, setConnectURI, setTransportOption |
| 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 |
| Methods inherited from interface org.apache.activemq.transport.TransportServer |
|---|
getSocketAddress, setBrokerInfo |
| Methods inherited from interface org.apache.activemq.Service |
|---|
start, stop |
| Field Detail |
|---|
protected URI bindAddress
protected org.eclipse.jetty.server.Server server
protected org.eclipse.jetty.server.Connector connector
protected SocketConnectorFactory socketConnectorFactory
protected String host
| Constructor Detail |
|---|
public WebTransportServerSupport(URI location)
| Method Detail |
|---|
public void bind()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||