Uses of Interface
org.apache.qpid.jms.transports.Transport
-
Packages that use Transport Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.transports org.apache.qpid.jms.transports.netty -
-
Uses of Transport in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return Transport Modifier and Type Method Description TransportAmqpProvider. getTransport()Constructors in org.apache.qpid.jms.provider.amqp with parameters of type Transport Constructor Description AmqpProvider(URI remoteURI, Transport transport, ProviderFutureFactory futureFactory)Create a new instance of an AmqpProvider bonded to the given remote URI. -
Uses of Transport in org.apache.qpid.jms.transports
Methods in org.apache.qpid.jms.transports that return Transport Modifier and Type Method Description static TransportTransportFactory. create(String transportKey, URI remoteURI)Static create method that performs the TransportFactory search and handles the configuration and setup.TransportTransportFactory. createTransport(URI remoteURI)Creates an instance of the given Transport and configures it using the properties set on the given remote broker URI.protected abstract TransportTransportFactory. doCreateTransport(URI remoteURI, TransportOptions transportOptions)Create the actual Transport instance for this factory using the provided URI and TransportOptions instances. -
Uses of Transport in org.apache.qpid.jms.transports.netty
Classes in org.apache.qpid.jms.transports.netty that implement Transport Modifier and Type Class Description classNettyTcpTransportTCP based transport that uses Netty as the underlying IO layer.classNettyWsTransportNetty based WebSockets Transport that wraps and extends the TCP Transport.
-