Uses of Class
com.swiftmq.swiftlet.net.Connection
-
Packages that use Connection Package Description com.swiftmq.swiftlet.net com.swiftmq.swiftlet.net.event -
-
Uses of Connection in com.swiftmq.swiftlet.net
Methods in com.swiftmq.swiftlet.net with parameters of type Connection Modifier and Type Method Description void
ConnectionManager. addConnection(Connection connection)
Adds a connection.void
InboundHandler. dataAvailable(Connection connection, java.io.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 Connection Modifier and Type Method Description void
ConnectionListener. connected(Connection connection)
A connection has been connected.void
ConnectionListener. disconnected(Connection connection)
A connection has been disconnected.
-