Package org.freedesktop.dbus.messages
Interface Message.HeaderField
-
- Enclosing class:
- Message
public static interface Message.HeaderFieldDefines constants for each valid header field type.
-
-
Field Summary
Fields Modifier and Type Field Description static byteDESTINATIONstatic byteERROR_NAMEstatic byteINTERFACEstatic intMAX_FIELDSstatic byteMEMBERstatic bytePATHstatic byteREPLY_SERIALstatic byteSENDERstatic byteSIGNATUREstatic byteUNIX_FDS
-
-
-
Field Detail
-
MAX_FIELDS
static final int MAX_FIELDS
- See Also:
- Constant Field Values
-
PATH
static final byte PATH
- See Also:
- Constant Field Values
-
INTERFACE
static final byte INTERFACE
- See Also:
- Constant Field Values
-
MEMBER
static final byte MEMBER
- See Also:
- Constant Field Values
-
ERROR_NAME
static final byte ERROR_NAME
- See Also:
- Constant Field Values
-
REPLY_SERIAL
static final byte REPLY_SERIAL
- See Also:
- Constant Field Values
-
DESTINATION
static final byte DESTINATION
- See Also:
- Constant Field Values
-
SENDER
static final byte SENDER
- See Also:
- Constant Field Values
-
SIGNATURE
static final byte SIGNATURE
- See Also:
- Constant Field Values
-
UNIX_FDS
static final byte UNIX_FDS
- See Also:
- Constant Field Values
-
-