public final class JsonrpcMessageConstants extends Object
JsonrpcMessage interface.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME_ID
The name of the property maps to
$.id part. |
static String |
PROPERTY_NAME_JSONRPC
The name of the property maps to
$.jsonrpc part. |
static String |
PROPERTY_PATTERN_REGEXP_JSONRPC
The regexp for
PROPERTY_NAME_JSONRPC property. |
static String |
PROPERTY_VALUE_JSONRPC
The default (and fixed) value for
PROPERTY_NAME_JSONRPC property. |
public static final String PROPERTY_NAME_JSONRPC
$.jsonrpc part. The value is "jsonrpc".
A String specifying the version of the JSON-RPC protocol. MUST be exactly "2.0".
public static final String PROPERTY_PATTERN_REGEXP_JSONRPC
PROPERTY_NAME_JSONRPC property. The value is "2\\.0".public static final String PROPERTY_VALUE_JSONRPC
PROPERTY_NAME_JSONRPC property. The value is 2.0.public static final String PROPERTY_NAME_ID
$.id part. The value is "id".
An identifier established by the Client that MUST contain a String, Number, or NULL value if included. If it is not included it is assumed to be a notification. The value SHOULD normally not be Null and Numbers SHOULD NOT contain fractional parts
Copyright © 2019–2020 Jinahya, Inc.. All rights reserved.