Package | Description |
---|---|
org.apache.qpid.jms.transports | |
org.apache.qpid.jms.transports.netty |
Modifier and Type | Interface and Description |
---|---|
interface |
SSLTransport |
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 |
NettySslTransport
Extends the Netty based TCP transport to add SSL support.
|
class |
NettyTcpTransport
TCP based transport that uses Netty as the underlying IO layer.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.