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(java.net.URI uri,
HttpTransportFactory factory)
setBrokerInfo
public void setBrokerInfo(BrokerInfo brokerInfo)
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 java.lang.Exception
- Specified by:
doStart in class ServiceSupport
- Throws:
java.lang.Exception
doStop
protected void doStop(ServiceStopper stopper)
throws java.lang.Exception
- Specified by:
doStop in class ServiceSupport
- Throws:
java.lang.Exception
getSocketAddress
public java.net.InetSocketAddress getSocketAddress()
setTransportOption
public void setTransportOption(java.util.Map<java.lang.String,java.lang.Object> transportOptions)
- Overrides:
setTransportOption in class TransportServerSupport
isSslServer
public boolean isSslServer()
Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.