com.vodafone360.people.service.io.rpg
Class RpgMessageTypes

java.lang.Object
  extended by com.vodafone360.people.service.io.rpg.RpgMessageTypes

public class RpgMessageTypes
extends java.lang.Object

RPG message types (as defined in Now+ API - Communication Protocol & Events)


Field Summary
protected static int RPG_CLOSE_CONV
           
static int RPG_CREATE_CONV
           
static int RPG_EXT_REQ
           
static int RPG_EXT_RESP
           
protected static int RPG_FETCH_CONTACTS
           
static int RPG_GET_PRESENCE
           
static int RPG_INT_REQ
           
static int RPG_INT_RESP
           
static int RPG_POLL_MESSAGE
           
static int RPG_PRESENCE_RESPONSE
           
static int RPG_PUSH_MSG
           
static int RPG_SEND_IM
           
static int RPG_SET_AVAILABILITY
           
static int RPG_TCP_CONNECTION_TEST
           
static int RPG_TCP_HEARTBEAT
           
 
Constructor Summary
RpgMessageTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RPG_POLL_MESSAGE

public static final int RPG_POLL_MESSAGE
See Also:
Constant Field Values

RPG_EXT_REQ

public static final int RPG_EXT_REQ
See Also:
Constant Field Values

RPG_EXT_RESP

public static final int RPG_EXT_RESP
See Also:
Constant Field Values

RPG_PUSH_MSG

public static final int RPG_PUSH_MSG
See Also:
Constant Field Values

RPG_INT_REQ

public static final int RPG_INT_REQ
See Also:
Constant Field Values

RPG_FETCH_CONTACTS

protected static final int RPG_FETCH_CONTACTS
See Also:
Constant Field Values

RPG_INT_RESP

public static final int RPG_INT_RESP
See Also:
Constant Field Values

RPG_SET_AVAILABILITY

public static final int RPG_SET_AVAILABILITY
See Also:
Constant Field Values

RPG_SEND_IM

public static final int RPG_SEND_IM
See Also:
Constant Field Values

RPG_CREATE_CONV

public static final int RPG_CREATE_CONV
See Also:
Constant Field Values

RPG_CLOSE_CONV

protected static final int RPG_CLOSE_CONV
See Also:
Constant Field Values

RPG_GET_PRESENCE

public static final int RPG_GET_PRESENCE
See Also:
Constant Field Values

RPG_PRESENCE_RESPONSE

public static final int RPG_PRESENCE_RESPONSE
See Also:
Constant Field Values

RPG_TCP_HEARTBEAT

public static final int RPG_TCP_HEARTBEAT
See Also:
Constant Field Values

RPG_TCP_CONNECTION_TEST

public static final int RPG_TCP_CONNECTION_TEST
See Also:
Constant Field Values
Constructor Detail

RpgMessageTypes

public RpgMessageTypes()


JavaDoc