Class HttpsTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.http.HttpTransportFactory
org.apache.activemq.transport.https.HttpsTransportFactory
Factory of HTTPS based transports
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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.TransportServerorg.apache.activemq.transport.TransportServerMethods inherited from class org.apache.activemq.transport.http.HttpTransportFactory
asTextWireFormat, getDefaultWireFormatType, serverConfigureMethods 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
-
HttpsTransportFactory
public HttpsTransportFactory()
-
-
Method Details
-
doBind
public org.apache.activemq.transport.TransportServer doBind(String brokerId, URI location) throws IOException - Throws:
IOException
-
doBind
- Overrides:
doBindin classHttpTransportFactory- Throws:
IOException
-
createTransport
protected org.apache.activemq.transport.Transport createTransport(URI location, org.apache.activemq.wireformat.WireFormat wf) throws IOException - Overrides:
createTransportin classHttpTransportFactory- Throws:
IOException
-
compositeConfigure
public org.apache.activemq.transport.Transport compositeConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) - Overrides:
compositeConfigurein classHttpTransportFactory
-