org.apache.activemq.transport.http
Class HttpTransportServer
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.WebTransportServerSupport
org.apache.activemq.transport.http.HttpTransportServer
- All Implemented Interfaces:
- Service, TransportServer
- Direct Known Subclasses:
- HttpsTransportServer
public class HttpTransportServer
- extends WebTransportServerSupport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpTransportServer
public HttpTransportServer(URI uri,
HttpTransportFactory factory)
setBrokerInfo
public void setBrokerInfo(BrokerInfo brokerInfo)
- Description copied from interface:
TransportServer
- Associates a broker info with the transport server so that the transport
can do discovery advertisements of the broker.
getWireFormat
public TextWireFormat getWireFormat()
setWireFormat
public void setWireFormat(TextWireFormat wireFormat)
createWireFormat
protected TextWireFormat createWireFormat()
setConnector
protected void setConnector(org.eclipse.jetty.server.Connector connector)
doStart
protected void doStart()
throws Exception
- Specified by:
doStart in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop(ServiceStopper stopper)
throws Exception
- Specified by:
doStop in class ServiceSupport
- Throws:
Exception
getSocketAddress
public InetSocketAddress getSocketAddress()
- Returns:
- The socket address that this transport is accepting connections
on or null if this does not or is not currently accepting
connections on a socket.
setTransportOption
public void setTransportOption(Map<String,Object> transportOptions)
- Overrides:
setTransportOption in class TransportServerSupport
isSslServer
public boolean isSslServer()
- Description copied from interface:
TransportServer
- For TransportServers that provide SSL connections to their connected peers they should
return true here if and only if they populate the ConnectionInfo command presented to
the Broker with the peers certificate chain so that the broker knows it can use that
information to authenticate the connected peer.
- Returns:
- true if this transport server provides SSL level security over its
connections.
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.