| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.net | |
| org.jivesoftware.openfire.nio | |
| org.jivesoftware.openfire.spi |
| Modifier and Type | Method and Description |
|---|---|
Connection.TLSPolicy |
Connection.getTlsPolicy()
Returns whether TLS is mandatory, optional or is disabled.
|
static Connection.TLSPolicy |
Connection.TLSPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.TLSPolicy[] |
Connection.TLSPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setTlsPolicy(Connection.TLSPolicy tlsPolicy)
Sets whether TLS is mandatory, optional or is disabled.
|
| Modifier and Type | Method and Description |
|---|---|
Connection.TLSPolicy |
VirtualConnection.getTlsPolicy() |
Connection.TLSPolicy |
SocketConnection.getTlsPolicy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualConnection.setTlsPolicy(Connection.TLSPolicy tlsPolicy) |
void |
SocketConnection.setTlsPolicy(Connection.TLSPolicy tlsPolicy)
Deprecated.
Sets whether TLS is mandatory, optional or is disabled.
|
| Modifier and Type | Method and Description |
|---|---|
Connection.TLSPolicy |
NIOConnection.getTlsPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
NIOConnection.setTlsPolicy(Connection.TLSPolicy tlsPolicy) |
| Modifier and Type | Method and Description |
|---|---|
Connection.TLSPolicy |
ConnectionConfiguration.getTlsPolicy() |
Connection.TLSPolicy |
ConnectionListener.getTLSPolicy()
Returns whether TLS is mandatory, optional, disabled or mandatory immediately for new connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionListener.setTLSPolicy(Connection.TLSPolicy policy)
Sets whether TLS is mandatory, optional, disabled or mandatory immediately for new connections.
|
| Constructor and Description |
|---|
ConnectionConfiguration(ConnectionType type,
boolean enabled,
int maxThreadPoolSize,
int maxBufferSize,
Connection.ClientAuth clientAuth,
InetAddress bindAddress,
int port,
Connection.TLSPolicy tlsPolicy,
CertificateStoreConfiguration identityStoreConfiguration,
CertificateStoreConfiguration trustStoreConfiguration,
boolean acceptSelfSignedCertificates,
boolean verifyCertificateValidity,
Set<String> encryptionProtocols,
Set<String> encryptionCipherSuites,
Connection.CompressionPolicy compressionPolicy) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.