Package org.simpleframework.transport.connect
package org.simpleframework.transport.connect
-
ClassDescriptionThe
Connection
object is used to manage connections from a server socket.TheConnectionEvent
enum represents various events that can occur with a new connection.TheConnectionException
is thrown if there is a problem establishing a connection to the server.TheSocketAcceptor
object is used to accept incoming TCP connections from a specified socket address.TheSocketAnalyzer
is used to wrap an analyzer object.TheSocketConnection
is used to manage connections from a server socket.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.TheSocketTrace
is used to wrap an trace for safety.