Uses of Interface
org.apache.qpid.jms.transports.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return TransportConstructors in org.apache.qpid.jms.provider.amqp with parameters of type TransportModifierConstructorDescriptionAmqpProvider(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 TransportModifier and TypeMethodDescriptionstatic TransportStatic create method that performs the TransportFactory search and handles the configuration and setup.TransportFactory.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 TransportModifier and TypeClassDescriptionclassTCP based transport that uses Netty as the underlying IO layer.classNetty based WebSockets Transport that wraps and extends the TCP Transport.