Package org.jboss.as.protocol.mgmt
Interface ManagementProtocol
public interface ManagementProtocol
- Author:
- John Bailey
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte[]static final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final intstatic final int
-
Field Details
-
SIGNATURE
static final byte[] SIGNATURE -
VERSION_FIELD
static final int VERSION_FIELD- See Also:
-
VERSION
static final int VERSION- See Also:
-
TYPE
static final byte TYPE- See Also:
-
TYPE_REQUEST
static final byte TYPE_REQUEST- See Also:
-
TYPE_RESPONSE
static final byte TYPE_RESPONSE- See Also:
-
TYPE_BYE_BYE
static final byte TYPE_BYE_BYE- See Also:
-
TYPE_PING
static final byte TYPE_PING- See Also:
-
TYPE_PONG
static final byte TYPE_PONG- See Also:
-
REQUEST_ID
static final byte REQUEST_ID- See Also:
-
BATCH_ID
static final byte BATCH_ID- See Also:
-
OPERATION_ID
static final byte OPERATION_ID- See Also:
-
ONE_WAY
static final byte ONE_WAY- See Also:
-
REQUEST_BODY
static final byte REQUEST_BODY- See Also:
-
REQUEST_END
static final byte REQUEST_END- See Also:
-
RESPONSE_ID
static final byte RESPONSE_ID- See Also:
-
RESPONSE_TYPE
static final byte RESPONSE_TYPE- See Also:
-
RESPONSE_BODY
static final byte RESPONSE_BODY- See Also:
-
RESPONSE_ERROR
static final byte RESPONSE_ERROR- See Also:
-
RESPONSE_END
static final byte RESPONSE_END- See Also:
-