Package org.jboss.as.protocol.mgmt
Interface ManagementProtocol
-
public interface ManagementProtocol- Author:
- John Bailey
-
-
Field Summary
Fields Modifier and Type Field Description static byteBATCH_IDstatic byteONE_WAYstatic byteOPERATION_IDstatic byteREQUEST_BODYstatic byteREQUEST_ENDstatic byteREQUEST_IDstatic byteRESPONSE_BODYstatic byteRESPONSE_ENDstatic byteRESPONSE_ERRORstatic byteRESPONSE_IDstatic byteRESPONSE_TYPEstatic byte[]SIGNATUREstatic byteTYPEstatic byteTYPE_BYE_BYEstatic byteTYPE_PINGstatic byteTYPE_PONGstatic byteTYPE_REQUESTstatic byteTYPE_RESPONSEstatic intVERSIONstatic intVERSION_FIELD
-
-
-
Field Detail
-
SIGNATURE
static final byte[] SIGNATURE
-
VERSION_FIELD
static final int VERSION_FIELD
- See Also:
- Constant Field Values
-
VERSION
static final int VERSION
- See Also:
- Constant Field Values
-
TYPE
static final byte TYPE
- See Also:
- Constant Field Values
-
TYPE_REQUEST
static final byte TYPE_REQUEST
- See Also:
- Constant Field Values
-
TYPE_RESPONSE
static final byte TYPE_RESPONSE
- See Also:
- Constant Field Values
-
TYPE_BYE_BYE
static final byte TYPE_BYE_BYE
- See Also:
- Constant Field Values
-
TYPE_PING
static final byte TYPE_PING
- See Also:
- Constant Field Values
-
TYPE_PONG
static final byte TYPE_PONG
- See Also:
- Constant Field Values
-
REQUEST_ID
static final byte REQUEST_ID
- See Also:
- Constant Field Values
-
BATCH_ID
static final byte BATCH_ID
- See Also:
- Constant Field Values
-
OPERATION_ID
static final byte OPERATION_ID
- See Also:
- Constant Field Values
-
ONE_WAY
static final byte ONE_WAY
- See Also:
- Constant Field Values
-
REQUEST_BODY
static final byte REQUEST_BODY
- See Also:
- Constant Field Values
-
REQUEST_END
static final byte REQUEST_END
- See Also:
- Constant Field Values
-
RESPONSE_ID
static final byte RESPONSE_ID
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
static final byte RESPONSE_TYPE
- See Also:
- Constant Field Values
-
RESPONSE_BODY
static final byte RESPONSE_BODY
- See Also:
- Constant Field Values
-
RESPONSE_ERROR
static final byte RESPONSE_ERROR
- See Also:
- Constant Field Values
-
RESPONSE_END
static final byte RESPONSE_END
- See Also:
- Constant Field Values
-
-