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