Class HttpsTransportFactory
- java.lang.Object
-
- org.apache.activemq.transport.TransportFactory
-
- org.apache.activemq.transport.http.HttpTransportFactory
-
- org.apache.activemq.transport.https.HttpsTransportFactory
-
public class HttpsTransportFactory extends HttpTransportFactory
Factory of HTTPS based transports
-
-
Constructor Summary
Constructors Constructor Description HttpsTransportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.TransportServerdoBind(String brokerId, URI location)org.apache.activemq.transport.TransportServerdoBind(URI location)-
Methods inherited from class org.apache.activemq.transport.http.HttpTransportFactory
asTextWireFormat, getDefaultWireFormatType, serverConfigure
-
Methods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
-
-
-
-
Method Detail
-
doBind
public org.apache.activemq.transport.TransportServer doBind(String brokerId, URI location) throws IOException
- Throws:
IOException
-
doBind
public org.apache.activemq.transport.TransportServer doBind(URI location) throws IOException
- 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
-
-