de.root1.simon.codec.messages
Class SimonMessageConstants

java.lang.Object
  extended by de.root1.simon.codec.messages.SimonMessageConstants

public final class SimonMessageConstants
extends java.lang.Object

Provides Simon protocol constants.

Author:
ACHR

Field Summary
static int BODYSIZE_LEN
           
static int HEADER_LEN
           
static byte MSG_CLOSE_RAW_CHANNEL
           
static byte MSG_CLOSE_RAW_CHANNEL_RETURN
           
static byte MSG_EQUALS
           
static byte MSG_EQUALS_RETURN
           
static byte MSG_ERROR
           
static byte MSG_HASHCODE
           
static byte MSG_HASHCODE_RETURN
           
static byte MSG_INTERFACE_LOOKUP
           
static byte MSG_INTERFACE_LOOKUP_RETURN
           
static byte MSG_INVOKE
           
static byte MSG_INVOKE_RETURN
           
static byte MSG_NAME_LOOKUP
           
static byte MSG_NAME_LOOKUP_RETURN
           
static byte MSG_OPEN_RAW_CHANNEL
           
static byte MSG_OPEN_RAW_CHANNEL_RETURN
           
static byte MSG_PING
           
static byte MSG_PONG
           
static byte MSG_RAW_CHANNEL_DATA
           
static byte MSG_RAW_CHANNEL_DATA_RETURN
           
static byte MSG_TOSTRING
           
static byte MSG_TOSTRING_RETURN
           
static int SEQUENCE_LEN
           
static int TYPE_LEN
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_LEN

public static final int TYPE_LEN
See Also:
Constant Field Values

SEQUENCE_LEN

public static final int SEQUENCE_LEN
See Also:
Constant Field Values

BODYSIZE_LEN

public static final int BODYSIZE_LEN
See Also:
Constant Field Values

HEADER_LEN

public static final int HEADER_LEN
See Also:
Constant Field Values

MSG_NAME_LOOKUP

public static final byte MSG_NAME_LOOKUP
See Also:
Constant Field Values

MSG_NAME_LOOKUP_RETURN

public static final byte MSG_NAME_LOOKUP_RETURN
See Also:
Constant Field Values

MSG_INVOKE

public static final byte MSG_INVOKE
See Also:
Constant Field Values

MSG_INVOKE_RETURN

public static final byte MSG_INVOKE_RETURN
See Also:
Constant Field Values

MSG_TOSTRING

public static final byte MSG_TOSTRING
See Also:
Constant Field Values

MSG_TOSTRING_RETURN

public static final byte MSG_TOSTRING_RETURN
See Also:
Constant Field Values

MSG_EQUALS

public static final byte MSG_EQUALS
See Also:
Constant Field Values

MSG_EQUALS_RETURN

public static final byte MSG_EQUALS_RETURN
See Also:
Constant Field Values

MSG_HASHCODE

public static final byte MSG_HASHCODE
See Also:
Constant Field Values

MSG_HASHCODE_RETURN

public static final byte MSG_HASHCODE_RETURN
See Also:
Constant Field Values

MSG_OPEN_RAW_CHANNEL

public static final byte MSG_OPEN_RAW_CHANNEL
See Also:
Constant Field Values

MSG_OPEN_RAW_CHANNEL_RETURN

public static final byte MSG_OPEN_RAW_CHANNEL_RETURN
See Also:
Constant Field Values

MSG_CLOSE_RAW_CHANNEL

public static final byte MSG_CLOSE_RAW_CHANNEL
See Also:
Constant Field Values

MSG_CLOSE_RAW_CHANNEL_RETURN

public static final byte MSG_CLOSE_RAW_CHANNEL_RETURN
See Also:
Constant Field Values

MSG_RAW_CHANNEL_DATA

public static final byte MSG_RAW_CHANNEL_DATA
See Also:
Constant Field Values

MSG_RAW_CHANNEL_DATA_RETURN

public static final byte MSG_RAW_CHANNEL_DATA_RETURN
See Also:
Constant Field Values

MSG_PING

public static final byte MSG_PING
See Also:
Constant Field Values

MSG_PONG

public static final byte MSG_PONG
See Also:
Constant Field Values

MSG_INTERFACE_LOOKUP

public static final byte MSG_INTERFACE_LOOKUP
See Also:
Constant Field Values

MSG_INTERFACE_LOOKUP_RETURN

public static final byte MSG_INTERFACE_LOOKUP_RETURN
See Also:
Constant Field Values

MSG_ERROR

public static final byte MSG_ERROR
See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.