Uses of Package
org.simpleframework.transport.connect
Packages that use org.simpleframework.transport.connect
-
Classes in org.simpleframework.transport.connect used by org.simpleframework.transport.connectClassDescriptionThe
Connection
object is used to manage connections from a server socket.TheConnectionEvent
enum represents various events that can occur with a new connection.TheSocketAcceptor
object is used to accept incoming TCP connections from a specified socket address.TheSocketListener
object is represents the interface to the server that the clients can connect to.TheSocketListenerManager
contains all the listeners that have been created for a connection.