Package org.lastbamboo.common.p2p

Interface Summary
CallState  
P2PClient<T> General interface for P2P clients.
P2PConnectionListener Listener for p2p connection events.
RawUdpServerDepot Interface for accessing sessions/sockets in the class for keeping track of such things.
SocketFactory<T> General factory interface for sockets.
TcpUdpSocket<T> Interface for classes that can create P2P sockets.
 

Class Summary
DefaultRawUdpServerDepot This class accepts incoming, typically relayed raw UDP data connections.
DefaultTcpUdpEndpoint Class for creating sockets that can be created using either a TCP or a reliable UDP connection, depending on which successfully connects first.
DefaultTcpUdpSocket Class for creating sockets that can be created using either a TCP or a reliable UDP connection, depending on which successfully connects first.
P2PConnectionEvent Event for when there's a change in the connectivity status of a P2P connection.
P2PConstants P2P constants.
 

Enum Summary
PortMappingState  
SocketType  
 



Copyright © 2013 LittleShoot. All Rights Reserved.