org.tranche.server.logs
Class ActionByte

java.lang.Object
  extended by org.tranche.server.logs.ActionByte

public class ActionByte
extends java.lang.Object

Class definine the components of an action byte.

Author:
Bryan E. Smith - bryanesmith@gmail.com

Field Summary
static byte IPv4
          IPv values
static byte IPv4_GetConfig
          Identifiers for IPv4 byte actions.
static byte IPv4_GetData
          Identifiers for IPv4 byte actions.
static byte IPv4_GetMeta
          Identifiers for IPv4 byte actions.
static byte IPv4_GetNonce
          Identifiers for IPv4 byte actions.
static byte IPv4_SetConfig
          Identifiers for IPv4 byte actions.
static byte IPv4_SetData
          Identifiers for IPv4 byte actions.
static byte IPv4_SetMeta
          Identifiers for IPv4 byte actions.
static byte IPv6
          IPv values
static byte IPv6_GetConfig
          Identifiers for IPv6 byte actions.
static byte IPv6_GetData
          Identifiers for IPv6 byte actions.
static byte IPv6_GetMeta
          Identifiers for IPv6 byte actions.
static byte IPv6_GetNonce
          Identifiers for IPv6 byte actions.
static byte IPv6_SetConfig
          Identifiers for IPv6 byte actions.
static byte IPv6_SetData
          Identifiers for IPv6 byte actions.
static byte IPv6_SetMeta
          Identifiers for IPv6 byte actions.
 
Constructor Summary
ActionByte()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IPv4

public static final byte IPv4
IPv values

See Also:
Constant Field Values

IPv6

public static final byte IPv6
IPv values

See Also:
Constant Field Values

IPv4_SetData

public static final byte IPv4_SetData
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv4_SetMeta

public static final byte IPv4_SetMeta
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv4_SetConfig

public static final byte IPv4_SetConfig
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv4_GetData

public static final byte IPv4_GetData
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv4_GetMeta

public static final byte IPv4_GetMeta
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv4_GetConfig

public static final byte IPv4_GetConfig
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv4_GetNonce

public static final byte IPv4_GetNonce
Identifiers for IPv4 byte actions.

See Also:
Constant Field Values

IPv6_SetData

public static final byte IPv6_SetData
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values

IPv6_SetMeta

public static final byte IPv6_SetMeta
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values

IPv6_SetConfig

public static final byte IPv6_SetConfig
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values

IPv6_GetData

public static final byte IPv6_GetData
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values

IPv6_GetMeta

public static final byte IPv6_GetMeta
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values

IPv6_GetConfig

public static final byte IPv6_GetConfig
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values

IPv6_GetNonce

public static final byte IPv6_GetNonce
Identifiers for IPv6 byte actions.

See Also:
Constant Field Values
Constructor Detail

ActionByte

public ActionByte()


This code is free for use both commercially and non-commercially as stated in the project's license