Class HttpTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.http.HttpTransportFactory
- Direct Known Subclasses:
HttpsTransportFactory
public class HttpTransportFactory
extends org.apache.activemq.transport.TransportFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TextWireFormatasTextWireFormat(org.apache.activemq.wireformat.WireFormat wireFormat) org.apache.activemq.transport.TransportcompositeConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) protected org.apache.activemq.transport.TransportcreateTransport(URI location, org.apache.activemq.wireformat.WireFormat wf) org.apache.activemq.transport.TransportServerprotected Stringorg.apache.activemq.transport.TransportserverConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) Methods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
-
Constructor Details
-
HttpTransportFactory
public HttpTransportFactory()
-
-
Method Details
-
doBind
- Specified by:
doBindin classorg.apache.activemq.transport.TransportFactory- Throws:
IOException
-
asTextWireFormat
-
getDefaultWireFormatType
- Overrides:
getDefaultWireFormatTypein classorg.apache.activemq.transport.TransportFactory
-
createTransport
protected org.apache.activemq.transport.Transport createTransport(URI location, org.apache.activemq.wireformat.WireFormat wf) throws IOException - Overrides:
createTransportin classorg.apache.activemq.transport.TransportFactory- Throws:
IOException
-
serverConfigure
public org.apache.activemq.transport.Transport serverConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception - Overrides:
serverConfigurein classorg.apache.activemq.transport.TransportFactory- Throws:
Exception
-
compositeConfigure
public org.apache.activemq.transport.Transport compositeConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) - Overrides:
compositeConfigurein classorg.apache.activemq.transport.TransportFactory
-