| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.http |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
|
| org.jivesoftware.openfire.multiplex |
Connection Manager implementation.
|
| org.jivesoftware.openfire.net | |
| org.jivesoftware.openfire.nio | |
| org.jivesoftware.openfire.spi | |
| org.jivesoftware.openfire.websocket |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
Connection.getConfiguration()
Returns a representation of the desired state for this connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
HttpSession.HttpVirtualConnection.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
ClientSessionConnection.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
SocketConnection.getConfiguration()
Deprecated.
|
| Constructor and Description |
|---|
TLSStreamHandler(Socket socket,
ConnectionConfiguration configuration,
boolean clientMode)
Creates a new TLSStreamHandler and secures the plain socket connection.
|
TLSWrapper(ConnectionConfiguration configuration,
boolean clientMode) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionConfiguration |
ConnectionHandler.configuration
The configuration for new connections.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
NIOConnection.getConfiguration() |
| Constructor and Description |
|---|
ClientConnectionHandler(ConnectionConfiguration configuration) |
ComponentConnectionHandler(ConnectionConfiguration configuration) |
ConnectionHandler(ConnectionConfiguration configuration) |
MultiplexerConnectionHandler(ConnectionConfiguration configuration) |
NIOConnection(org.apache.mina.core.session.IoSession session,
PacketDeliverer packetDeliverer,
ConnectionConfiguration configuration) |
ServerConnectionHandler(ConnectionConfiguration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionConfiguration |
ConnectionAcceptor.configuration |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
ConnectionListener.generateConnectionConfiguration()
Generates an immutable ConnectionConfiguration based on the current state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyConnectionAcceptor.reconfigure(ConnectionConfiguration configuration)
Deprecated.
|
abstract void |
ConnectionAcceptor.reconfigure(ConnectionConfiguration configuration)
Reloads the acceptor configuration, without causing a disconnect of already established connections.
|
| Constructor and Description |
|---|
ConnectionAcceptor(ConnectionConfiguration configuration)
Constructs a new instance which will accept new connections based on the provided configuration.
|
EncryptionArtifactFactory(ConnectionConfiguration configuration)
Creates a new instance of the factory.
|
LegacyConnectionAcceptor(ConnectionConfiguration configuration)
Deprecated.
Constructs a new instance which will accept new connections based on the provided configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
WebSocketConnection.getConfiguration() |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.