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 voidConnectionManager. addConnection(Connection connection)Adds a connection.voidInboundHandler. dataAvailable(Connection connection, java.io.InputStream inputStream)Will be called if data is available on the connection's input stream.voidConnectionManager. 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 voidConnectionListener. connected(Connection connection)A connection has been connected.voidConnectionListener. disconnected(Connection connection)A connection has been disconnected.
-