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
Connectionobject is used to manage connections from a server socket.TheConnectionEventenum represents various events that can occur with a new connection.TheSocketAcceptorobject is used to accept incoming TCP connections from a specified socket address.TheSocketListenerobject is represents the interface to the server that the clients can connect to.TheSocketListenerManagercontains all the listeners that have been created for a connection.