Package | Description |
---|---|
org.apache.qpid.jms.transports | |
org.apache.qpid.jms.transports.netty |
Modifier and Type | Class and Description |
---|---|
class |
TransportSslOptions
Holds the defined SSL options for connections that operate over a secure
transport.
|
Modifier and Type | Field and Description |
---|---|
static TransportOptions |
TransportOptions.INSTANCE |
Modifier and Type | Method and Description |
---|---|
TransportOptions |
TransportOptions.clone() |
protected TransportOptions |
TransportOptions.copyOptions(TransportOptions copy) |
protected TransportOptions |
TransportFactory.doCreateTransportOptions()
Create and return an instance of TransportOptions appropriate for the Transport
type that this factory will return.
|
TransportOptions |
Transport.getTransportOptions() |
Modifier and Type | Method and Description |
---|---|
protected TransportOptions |
TransportOptions.copyOptions(TransportOptions copy) |
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 | Field and Description |
---|---|
protected TransportOptions |
NettyTcpTransport.options |
Modifier and Type | Method and Description |
---|---|
protected TransportOptions |
NettySslTransportFactory.doCreateTransportOptions() |
TransportOptions |
NettySslTransport.getTransportOptions() |
TransportOptions |
NettyTcpTransport.getTransportOptions() |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyTcpTransport.configureNetty(io.netty.bootstrap.Bootstrap bootstrap,
TransportOptions options) |
protected NettyTcpTransport |
NettySslTransportFactory.doCreateTransport(URI remoteURI,
TransportOptions transportOptions) |
protected NettyTcpTransport |
NettyTcpTransportFactory.doCreateTransport(URI remoteURI,
TransportOptions transportOptions) |
Constructor and Description |
---|
NettySslTransport(TransportListener listener,
URI remoteLocation,
TransportOptions options)
Create a new transport instance
|
NettySslTransport(URI remoteLocation,
TransportOptions options)
Create a new transport instance
|
NettyTcpTransport(TransportListener listener,
URI remoteLocation,
TransportOptions options)
Create a new transport instance
|
NettyTcpTransport(URI remoteLocation,
TransportOptions options)
Create a new transport instance
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.