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 TransportcompositeConfigure(Transport transport, WireFormat format, Map options)Similar to configure(...) but this avoid adding in the MutexTransport and ResponseCorrelator transport layers so that the resulting transport can more efficiently be used as part of a composite transport.protected TransportcreateTransport(URI location, WireFormat wf)Factory method to create a new transportTransportServerdoBind(String brokerId, URI location)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 TransportServer doBind(String brokerId, URI location) throws IOException
- Throws:
IOException
-
doBind
public TransportServer doBind(URI location) throws IOException
- Overrides:
doBindin classHttpTransportFactory- Throws:
IOException
-
createTransport
protected Transport createTransport(URI location, WireFormat wf) throws IOException
Description copied from class:TransportFactoryFactory method to create a new transport- Overrides:
createTransportin classHttpTransportFactory- Throws:
IOExceptionUnknownHostException
-
compositeConfigure
public Transport compositeConfigure(Transport transport, WireFormat format, Map options)
Description copied from class:TransportFactorySimilar to configure(...) but this avoid adding in the MutexTransport and ResponseCorrelator transport layers so that the resulting transport can more efficiently be used as part of a composite transport.- Overrides:
compositeConfigurein classHttpTransportFactory- Returns:
-
-