public interface ManagementProtocol
Modifier and Type | Field and Description |
---|---|
static byte |
BATCH_ID |
static byte |
ONE_WAY |
static byte |
OPERATION_ID |
static byte |
REQUEST_BODY |
static byte |
REQUEST_END |
static byte |
REQUEST_ID |
static byte |
RESPONSE_BODY |
static byte |
RESPONSE_END |
static byte |
RESPONSE_ERROR |
static byte |
RESPONSE_ID |
static byte |
RESPONSE_TYPE |
static byte[] |
SIGNATURE |
static byte |
TYPE |
static byte |
TYPE_BYE_BYE |
static byte |
TYPE_PING |
static byte |
TYPE_PONG |
static byte |
TYPE_REQUEST |
static byte |
TYPE_RESPONSE |
static int |
VERSION |
static int |
VERSION_FIELD |
static final byte[] SIGNATURE
static final int VERSION_FIELD
static final int VERSION
static final byte TYPE
static final byte TYPE_REQUEST
static final byte TYPE_RESPONSE
static final byte TYPE_BYE_BYE
static final byte TYPE_PING
static final byte TYPE_PONG
static final byte REQUEST_ID
static final byte BATCH_ID
static final byte OPERATION_ID
static final byte ONE_WAY
static final byte REQUEST_BODY
static final byte REQUEST_END
static final byte RESPONSE_ID
static final byte RESPONSE_TYPE
static final byte RESPONSE_BODY
static final byte RESPONSE_ERROR
static final byte RESPONSE_END
Copyright © 2023 JBoss by Red Hat. All rights reserved.