public class TomcatHttpTransportServer
extends org.apache.activemq.transport.TransportServerSupport
| Constructor and Description |
|---|
TomcatHttpTransportServer(URI location,
TomcatHttpTransportFactory tomcatHttpTransportFactory,
javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop(org.apache.activemq.util.ServiceStopper stopper) |
@Nullable InetSocketAddress |
getSocketAddress() |
boolean |
isSslServer() |
void |
setBrokerInfo(org.apache.activemq.command.BrokerInfo brokerInfo) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
getAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURI, setTransportOptionaddServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stoppublic TomcatHttpTransportServer(URI location, TomcatHttpTransportFactory tomcatHttpTransportFactory, javax.servlet.ServletContext servletContext)
protected void doStop(org.apache.activemq.util.ServiceStopper stopper)
throws Exception
doStop in class org.apache.activemq.util.ServiceSupportExceptionprotected void doStart()
throws Exception
doStart in class org.apache.activemq.util.ServiceSupportExceptionpublic void setBrokerInfo(org.apache.activemq.command.BrokerInfo brokerInfo)
@Nullable public @Nullable InetSocketAddress getSocketAddress()
public boolean isSslServer()
public void setServletContext(javax.servlet.ServletContext servletContext)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.