Uses of Class
org.jivesoftware.openfire.net.SocketConnection
-
Packages that use SocketConnection Package Description org.jivesoftware.openfire.net -
-
Uses of SocketConnection in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as SocketConnection Modifier and Type Field Description protected SocketConnection
SocketReader. connection
Deprecated.Reference to the physical connection.Methods in org.jivesoftware.openfire.net that return types with arguments of type SocketConnection Modifier and Type Method Description static Collection<SocketConnection>
SocketConnection. getInstances()
Deprecated.Constructors in org.jivesoftware.openfire.net with parameters of type SocketConnection Constructor Description SocketReader(PacketRouter router, RoutingTable routingTable, String serverName, Socket socket, SocketConnection connection, boolean useBlockingMode, boolean directTLS)
Deprecated.Creates a dedicated reader for a socket.XMLSocketWriter(Writer writer, SocketConnection connection)
-