public class IdentifierTCP extends Object implements Comparable<IdentifierTCP>
| Constructor and Description |
|---|
IdentifierTCP(Number160 recipientId,
Number160 senderId,
InetAddress inetAddress,
String channelName) |
IdentifierTCP(PeerAddress remotePeer,
PeerAddress senderPeer,
String channelName) |
public static final String DEFAULT
public IdentifierTCP(Number160 recipientId, Number160 senderId, InetAddress inetAddress, String channelName)
public IdentifierTCP(PeerAddress remotePeer, PeerAddress senderPeer, String channelName)
public int compareTo(IdentifierTCP o)
compareTo in interface Comparable<IdentifierTCP>Copyright © 2011. All Rights Reserved.