public abstract class WebTransportServerSupport extends org.apache.activemq.transport.TransportServerSupport
Modifier and Type | Class and Description |
---|---|
protected static class |
WebTransportServerSupport.HttpOptions |
protected static class |
WebTransportServerSupport.JettyOptions |
Modifier and Type | Field and Description |
---|---|
protected URI |
bindAddress |
protected org.eclipse.jetty.server.Connector |
connector |
protected String |
host |
protected WebTransportServerSupport.HttpOptions |
httpOptions |
protected WebTransportServerSupport.JettyOptions |
jettyOptions |
protected org.eclipse.jetty.server.Server |
server |
protected SocketConnectorFactory |
socketConnectorFactory |
Constructor and Description |
---|
WebTransportServerSupport(URI location) |
Modifier and Type | Method and Description |
---|---|
URI |
bind() |
protected void |
configureTraceMethod(org.eclipse.jetty.security.ConstraintSecurityHandler securityHandler,
boolean enableTrace) |
protected void |
createServer() |
void |
setHttpOptions(Map<String,Object> options) |
void |
setJettyOptions(Map<String,Object> options) |
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
protected URI bindAddress
protected org.eclipse.jetty.server.Server server
protected org.eclipse.jetty.server.Connector connector
protected SocketConnectorFactory socketConnectorFactory
protected final WebTransportServerSupport.HttpOptions httpOptions
protected final WebTransportServerSupport.JettyOptions jettyOptions
public WebTransportServerSupport(URI location)
protected void createServer()
protected void configureTraceMethod(org.eclipse.jetty.security.ConstraintSecurityHandler securityHandler, boolean enableTrace)
public void setHttpOptions(Map<String,Object> options)
public void setJettyOptions(Map<String,Object> options)
Copyright © 2005–2021 FuseSource, Corp.. All rights reserved.