Package org.simpleframework.transport.connect
package org.simpleframework.transport.connect
-
ClassDescriptionThe
Connectionobject is used to manage connections from a server socket.TheConnectionEventenum represents various events that can occur with a new connection.TheConnectionExceptionis thrown if there is a problem establishing a connection to the server.TheSocketAcceptorobject is used to accept incoming TCP connections from a specified socket address.TheSocketAnalyzeris used to wrap an analyzer object.TheSocketConnectionis used to manage connections from a server socket.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.TheSocketTraceis used to wrap an trace for safety.