org.apache.qpid.management
Interface Protocol
public interface Protocol
Protocol defined constants.
MAGIC_NUMBER
static final String MAGIC_NUMBER
- See Also:
- Constant Field Values
SCHEMA_REQUEST_OPCODE
static final char SCHEMA_REQUEST_OPCODE
- See Also:
- Constant Field Values
SCHEMA_RESPONSE_OPCODE
static final char SCHEMA_RESPONSE_OPCODE
OPERATION_INVOCATION_REQUEST_OPCODE
static final char OPERATION_INVOCATION_REQUEST_OPCODE
- See Also:
- Constant Field Values
OPERATION_INVOCATION_RESPONSE_OPCODE
static final char OPERATION_INVOCATION_RESPONSE_OPCODE
INSTRUMENTATION_CONTENT_RESPONSE_OPCODE
static final char INSTRUMENTATION_CONTENT_RESPONSE_OPCODE
- See Also:
- Constant Field Values
CONFIGURATION_CONTENT_RESPONSE_OPCDE
static final char CONFIGURATION_CONTENT_RESPONSE_OPCDE
- See Also:
- Constant Field Values
EVENT_CONTENT_RESPONSE_OPCDE
static final char EVENT_CONTENT_RESPONSE_OPCDE
- See Also:
- Constant Field Values
INSTR_AND_CONFIG_CONTENT_RESPONSE_OPCODE
static final char INSTR_AND_CONFIG_CONTENT_RESPONSE_OPCODE
- See Also:
- Constant Field Values
HEARTBEAT_INDICATION_RESPONSE_OPCODE
static final char HEARTBEAT_INDICATION_RESPONSE_OPCODE
- See Also:
- Constant Field Values
CLASS
static final int CLASS
- See Also:
- Constant Field Values
EVENT
static final int EVENT
- See Also:
- Constant Field Values
DEFAULT_QMAN_HOSTNAME
static final String DEFAULT_QMAN_HOSTNAME
- See Also:
- Constant Field Values
DEFAULT_QMAN_PORT_NUMBER
static final int DEFAULT_QMAN_PORT_NUMBER
- See Also:
- Constant Field Values
DEFAULT_ENDPOINT_URI
static final String DEFAULT_ENDPOINT_URI
- See Also:
- Constant Field Values
Licensed to the Apache Software Foundation