Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Package
Description
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
-
Uses of JSONRPC2Notification in com.thetransactioncompany.jsonrpc2
Modifier and TypeMethodDescriptionstatic JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.static JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.static JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.static JSONRPC2Notification
JSONRPC2Notification.parse
(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes) Parses a JSON-RPC 2.0 notification string.JSONRPC2Parser.parseJSONRPC2Notification
(String jsonString) Parses a JSON-RPC 2.0 notification string. -
Uses of JSONRPC2Notification in com.thetransactioncompany.jsonrpc2.server
Modifier and TypeMethodDescriptionvoid
Dispatcher.dispatch
(JSONRPC2Notification notification, MessageContext notificationCtx) Deprecated.void
Dispatcher.process
(JSONRPC2Notification notification, MessageContext notificationCtx) void
NotificationHandler.process
(JSONRPC2Notification notification, MessageContext notificationCtx) Processes a JSON-RPC 2.0 notification.