Uses of Class
org.jivesoftware.openfire.net.SocketConnection
Packages that use SocketConnection
-
Uses of SocketConnection in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as SocketConnectionModifier and TypeFieldDescriptionprotected SocketConnection
SocketReader.connection
Deprecated.Reference to the physical connection.Methods in org.jivesoftware.openfire.net that return types with arguments of type SocketConnectionModifier and TypeMethodDescriptionstatic Collection<SocketConnection>
SocketConnection.getInstances()
Deprecated.Constructors in org.jivesoftware.openfire.net with parameters of type SocketConnectionModifierConstructorDescriptionSocketReader
(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)