public class HttpTransportServer extends WebTransportServerSupport
bindAddress, connector, host, server, socketConnectorFactory
Constructor and Description |
---|
HttpTransportServer(URI uri,
HttpTransportFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected TextWireFormat |
createWireFormat() |
protected void |
doStart() |
protected void |
doStop(org.apache.activemq.util.ServiceStopper stopper) |
InetSocketAddress |
getSocketAddress() |
TextWireFormat |
getWireFormat() |
boolean |
isSslServer() |
void |
setBrokerInfo(org.apache.activemq.command.BrokerInfo brokerInfo) |
protected void |
setConnector(org.eclipse.jetty.server.Connector connector) |
void |
setTransportOption(Map<String,Object> transportOptions) |
void |
setWireFormat(TextWireFormat wireFormat) |
bind, createServer
getAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURI
addServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop
public HttpTransportServer(URI uri, HttpTransportFactory factory)
public void setBrokerInfo(org.apache.activemq.command.BrokerInfo brokerInfo)
public TextWireFormat getWireFormat()
public void setWireFormat(TextWireFormat wireFormat)
protected TextWireFormat createWireFormat()
protected void setConnector(org.eclipse.jetty.server.Connector connector)
protected void doStart() throws Exception
doStart
in class org.apache.activemq.util.ServiceSupport
Exception
protected void doStop(org.apache.activemq.util.ServiceStopper stopper) throws Exception
doStop
in class org.apache.activemq.util.ServiceSupport
Exception
public InetSocketAddress getSocketAddress()
public void setTransportOption(Map<String,Object> transportOptions)
setTransportOption
in class org.apache.activemq.transport.TransportServerSupport
public boolean isSslServer()
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.