Uses of Class
com.swiftmq.swiftlet.net.Connection
Packages that use Connection
-
Uses of Connection in com.swiftmq.swiftlet.net
Methods in com.swiftmq.swiftlet.net with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
ConnectionManager.addConnection
(Connection connection) Adds a connection.void
InboundHandler.dataAvailable
(Connection connection, InputStream inputStream) Will be called if data is available on the connection's input stream.void
ConnectionManager.removeConnection
(Connection connection) Removes and closes the connection. -
Uses of Connection in com.swiftmq.swiftlet.net.event
Methods in com.swiftmq.swiftlet.net.event with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
ConnectionListener.connected
(Connection connection) A connection has been connected.void
ConnectionListener.disconnected
(Connection connection) A connection has been disconnected.