org.lastbamboo.common.p2p
Class P2PConstants

java.lang.Object
  extended by org.lastbamboo.common.p2p.P2PConstants

public class P2PConstants
extends Object

P2P constants.


Field Summary
static String CERT
           
static int CERT_REQUEST
           
static int CERT_RESPONSE
           
static String CONTROL
           
static int INVITE
           
static int INVITE_ERROR
           
static int INVITE_OK
           
static String MAC
           
static String MAPPED_PORT
           
static String MESSAGE_TYPE
           
static String PUBLIC_IP
           
static String SDP
           
static String TRANSACTION_ID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_TYPE

public static String MESSAGE_TYPE

SDP

public static final String SDP
See Also:
Constant Field Values

INVITE

public static final int INVITE
See Also:
Constant Field Values

INVITE_OK

public static final int INVITE_OK
See Also:
Constant Field Values

INVITE_ERROR

public static final int INVITE_ERROR
See Also:
Constant Field Values

CERT_REQUEST

public static final int CERT_REQUEST
See Also:
Constant Field Values

CERT_RESPONSE

public static final int CERT_RESPONSE
See Also:
Constant Field Values

CERT

public static final String CERT
See Also:
Constant Field Values

MAC

public static final String MAC
See Also:
Constant Field Values

CONTROL

public static final String CONTROL
See Also:
Constant Field Values

MAPPED_PORT

public static final String MAPPED_PORT
See Also:
Constant Field Values

PUBLIC_IP

public static final String PUBLIC_IP
See Also:
Constant Field Values

TRANSACTION_ID

public static final String TRANSACTION_ID
See Also:
Constant Field Values


Copyright © 2013 LittleShoot. All Rights Reserved.