public class HttpTransportServer extends WebTransportServerSupport
WebTransportServerSupport.HttpOptions, WebTransportServerSupport.JettyOptionsbindAddress, connector, host, httpOptions, jettyOptions, 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) |
void |
setWireFormatOptions(Map<String,Object> wireFormatOptions) |
bind, configureTraceMethod, createServer, setHttpOptions, setJettyOptionsgetAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURIaddServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stoppublic 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.ServiceSupportExceptionprotected void doStop(org.apache.activemq.util.ServiceStopper stopper) throws Exception
doStop in class org.apache.activemq.util.ServiceSupportExceptionpublic InetSocketAddress getSocketAddress()
public void setTransportOption(Map<String,Object> transportOptions)
setTransportOption in class org.apache.activemq.transport.TransportServerSupportpublic void setWireFormatOptions(Map<String,Object> wireFormatOptions)
public boolean isSslServer()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.