public abstract class WebTransportServerSupport extends TransportServerSupport
Modifier and Type | Field and Description |
---|---|
protected URI |
bindAddress |
protected org.eclipse.jetty.server.Connector |
connector |
protected String |
host |
protected org.eclipse.jetty.server.Server |
server |
protected SocketConnectorFactory |
socketConnectorFactory |
allowLinkStealing, transportOptions
Constructor and Description |
---|
WebTransportServerSupport(URI location) |
Modifier and Type | Method and Description |
---|---|
URI |
bind() |
protected void |
createServer() |
getAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURI, setTransportOption
addServiceListener, dispose, doStart, doStop, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSocketAddress, isSslServer, setBrokerInfo
protected URI bindAddress
protected org.eclipse.jetty.server.Server server
protected org.eclipse.jetty.server.Connector connector
protected SocketConnectorFactory socketConnectorFactory
public WebTransportServerSupport(URI location)
protected void createServer()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.