| Package | Description |
|---|---|
| org.jivesoftware.openfire.net | |
| org.jivesoftware.openfire.session |
| Modifier and Type | Field and Description |
|---|---|
protected SocketConnection |
SocketReader.connection
Reference to the physical connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SocketConnection> |
SocketConnection.getInstances()
Deprecated.
|
| Constructor and Description |
|---|
ServerSocketReader(PacketRouter router,
RoutingTable routingTable,
String serverName,
Socket socket,
SocketConnection connection,
boolean useBlockingMode,
boolean directTLS) |
SocketReader(PacketRouter router,
RoutingTable routingTable,
String serverName,
Socket socket,
SocketConnection connection,
boolean useBlockingMode,
boolean directTLS)
Creates a dedicated reader for a socket.
|
XMLSocketWriter(Writer writer,
SocketConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
static LocalIncomingServerSession |
LocalIncomingServerSession.createSession(String serverName,
XMPPPacketReader reader,
SocketConnection connection,
boolean directTLS)
Creates a new session that will receive packets.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.