Package rasj.clientcommhttp
Interface RasCommDefs
-
- All Known Implementing Classes:
RasHttpRequest,RasODMGImplementation,RasOQLQuery,RasRasnetImplementation,RasUtils
public interface RasCommDefs
-
-
Field Summary
Fields Modifier and Type Field Description static byteBIG_ENDIANstatic byteBROWSERstatic byteLITTLE_ENDIANstatic byteRASCLIENTstatic byteRESPONSE_ERRORstatic byteRESPONSE_INTstatic byteRESPONSE_MDDSstatic byteRESPONSE_OIDstatic byteRESPONSE_OKstatic byteRESPONSE_OK_NEGATIVEstatic byteRESPONSE_SKALARS
-
-
-
Field Detail
-
RASCLIENT
static final byte RASCLIENT
- See Also:
- Constant Field Values
-
BROWSER
static final byte BROWSER
- See Also:
- Constant Field Values
-
RESPONSE_ERROR
static final byte RESPONSE_ERROR
- See Also:
- Constant Field Values
-
RESPONSE_MDDS
static final byte RESPONSE_MDDS
- See Also:
- Constant Field Values
-
RESPONSE_SKALARS
static final byte RESPONSE_SKALARS
- See Also:
- Constant Field Values
-
RESPONSE_INT
static final byte RESPONSE_INT
- See Also:
- Constant Field Values
-
RESPONSE_OID
static final byte RESPONSE_OID
- See Also:
- Constant Field Values
-
RESPONSE_OK_NEGATIVE
static final byte RESPONSE_OK_NEGATIVE
- See Also:
- Constant Field Values
-
RESPONSE_OK
static final byte RESPONSE_OK
- See Also:
- Constant Field Values
-
BIG_ENDIAN
static final byte BIG_ENDIAN
- See Also:
- Constant Field Values
-
LITTLE_ENDIAN
static final byte LITTLE_ENDIAN
- See Also:
- Constant Field Values
-
-