Package | Description |
---|---|
org.apache.qpid.jms.transports |
Modifier and Type | Field and Description |
---|---|
static TransportSslOptions |
TransportSslOptions.INSTANCE |
Modifier and Type | Method and Description |
---|---|
TransportSslOptions |
TransportSslOptions.clone() |
protected TransportSslOptions |
TransportSslOptions.copyOptions(TransportSslOptions copy) |
Modifier and Type | Method and Description |
---|---|
protected TransportSslOptions |
TransportSslOptions.copyOptions(TransportSslOptions copy) |
static SSLContext |
TransportSupport.createSslContext(TransportSslOptions options)
Create a new SSLContext using the options specific in the given TransportSslOptions
instance.
|
static SSLEngine |
TransportSupport.createSslEngine(SSLContext context,
TransportSslOptions options)
Create a new SSLEngine instance in client mode from the given SSLContext and
TransportSslOptions instances.
|
static SSLEngine |
TransportSupport.createSslEngine(URI remote,
SSLContext context,
TransportSslOptions options)
Create a new SSLEngine instance in client mode from the given SSLContext and
TransportSslOptions instances.
|
static io.netty.handler.ssl.SslHandler |
TransportSupport.createSslHandler(URI remote,
TransportSslOptions options)
Creates a Netty SslHandler instance for use in Transports that require
an SSL encoder / decoder.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.