Uses of Class
org.lastbamboo.common.p2p.SocketType

Uses of SocketType in org.lastbamboo.common.p2p
 

Methods in org.lastbamboo.common.p2p that return SocketType
 SocketType P2PConnectionEvent.getSocketType()
           
static SocketType SocketType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocketType[] SocketType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.lastbamboo.common.p2p with parameters of type SocketType
P2PConnectionEvent(String jid, Socket sock, boolean incoming, boolean connected, PortMappingState mapping, SocketType socketType)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.