| Package | Description |
|---|---|
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.transports | |
| org.apache.qpid.jms.transports.netty |
| Modifier and Type | Method and Description |
|---|---|
Transport |
AmqpProvider.getTransport() |
| Constructor and Description |
|---|
AmqpProvider(URI remoteURI,
Transport transport,
ProviderFutureFactory futureFactory)
Create a new instance of an AmqpProvider bonded to the given remote URI.
|
| Modifier and Type | Method and Description |
|---|---|
static Transport |
TransportFactory.create(String transportKey,
URI remoteURI)
Static create method that performs the TransportFactory search and handles the
configuration and setup.
|
Transport |
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 Transport |
TransportFactory.doCreateTransport(URI remoteURI,
TransportOptions transportOptions)
Create the actual Transport instance for this factory using the provided URI and
TransportOptions instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyTcpTransport
TCP based transport that uses Netty as the underlying IO layer.
|
class |
NettyWsTransport
Netty based WebSockets Transport that wraps and extends the TCP Transport.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.