Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
| Package | Description | 
|---|---|
| com.thetransactioncompany.jsonrpc2 | 
 Classes to represent, parse and serialise JSON-RPC 2.0 requests,
 notifications and responses. 
 | 
| com.thetransactioncompany.jsonrpc2.server | 
 Simple server framework for processing JSON-RPC 2.0 requests and
 notifications. 
 | 
- 
Uses of JSONRPC2Notification in com.thetransactioncompany.jsonrpc2
Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2Notification Modifier and Type Method Description static JSONRPC2NotificationJSONRPC2Notification. parse(String jsonString)Parses a JSON-RPC 2.0 notification string.static JSONRPC2NotificationJSONRPC2Notification. parse(String jsonString, boolean preserveOrder)Parses a JSON-RPC 2.0 notification string.static JSONRPC2NotificationJSONRPC2Notification. parse(String jsonString, boolean preserveOrder, boolean ignoreVersion)Parses a JSON-RPC 2.0 notification string.static JSONRPC2NotificationJSONRPC2Notification. parse(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes)Parses a JSON-RPC 2.0 notification string.JSONRPC2NotificationJSONRPC2Parser. parseJSONRPC2Notification(String jsonString)Parses a JSON-RPC 2.0 notification string. - 
Uses of JSONRPC2Notification in com.thetransactioncompany.jsonrpc2.server
Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type JSONRPC2Notification Modifier and Type Method Description voidDispatcher. dispatch(JSONRPC2Notification notification, MessageContext notificationCtx)Deprecated.voidDispatcher. process(JSONRPC2Notification notification, MessageContext notificationCtx)voidNotificationHandler. process(JSONRPC2Notification notification, MessageContext notificationCtx)Processes a JSON-RPC 2.0 notification.