- getClientHostName() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Gets the host name of the client that sent the request /
notification.
- getClientInetAddress() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Gets the IP address of the client that sent the request /
notification.
- getName() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext.BasicPrincipal
-
Returns the principal name.
- getNotificationHandler(String) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
-
Gets the handler for the specified JSON-RPC 2.0 notification name.
- getPrincipal() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Returns the first authenticated client principal, null
if
none.
- getPrincipalName() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Returns the first authenticated client principal name, null
if none.
- getPrincipalNames() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Returns the authenticated client principal names, null
if none.
- getPrincipals() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Returns the authenticated client principals, null
if
none.
- getRequestHandler(String) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
-
Gets the handler for the specified JSON-RPC 2.0 request name.