Package com.swiftmq.swiftlet.net
package com.swiftmq.swiftlet.net
-
ClassDescriptionAn abstract connection.The ConnectionManager is responsible for registering and managing connections.A ConnectionMetaData object describes a connection and is a base class for other meta data classes.A ConnectionVetoException must be thrown by a
ConnectionListener
when a connection could not be accepted for any Swiftlet specific reasons, e.g.A ConnectorMetaData object describes a TCP connector.An InboundHandler should be registered at aConnection
from aConnectionListener
during theconnected()
call.A IntraVMListenerMetaData object describes an intra-VM listener.A ListenerMetaData object describes a TCP listener.The Network Swiftlet serves as entry point to the network for a SwiftMQ router.