Package org.mockserver.netty.mcp
Class JsonRpcMessage
- java.lang.Object
-
- org.mockserver.netty.mcp.JsonRpcMessage
-
public class JsonRpcMessage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsonRpcMessage.JsonRpcErrorstatic classJsonRpcMessage.JsonRpcNotificationstatic classJsonRpcMessage.JsonRpcRequeststatic classJsonRpcMessage.JsonRpcResponse
-
Field Summary
Fields Modifier and Type Field Description static intINTERNAL_ERRORstatic intINVALID_PARAMSstatic intINVALID_REQUESTstatic intMETHOD_NOT_FOUNDstatic intPARSE_ERROR
-
Constructor Summary
Constructors Constructor Description JsonRpcMessage()
-
-
-
Field Detail
-
PARSE_ERROR
public static final int PARSE_ERROR
- See Also:
- Constant Field Values
-
INVALID_REQUEST
public static final int INVALID_REQUEST
- See Also:
- Constant Field Values
-
METHOD_NOT_FOUND
public static final int METHOD_NOT_FOUND
- See Also:
- Constant Field Values
-
INVALID_PARAMS
public static final int INVALID_PARAMS
- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
-
-