| Modifier and Type | Class and Description |
|---|---|
class |
Listener<ContextType extends ContextInterface>
Single listener worker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherIoHandler<ContextType extends ContextInterface>
Single connection handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dispatcher<ContextType extends ContextInterface>
JSON-RPC request handling.
|
static interface |
Dispatcher.RequestHandler<ContextType extends ContextInterface>
JSON-RPC call.
|
interface |
ReturningMethod<ContextType extends ContextInterface>
Result returning RPC method wrapper.
|
static class |
ReturningMethod.RequestHandler<ContextType extends ContextInterface>
JSON-RPC call handler.
|
interface |
VoidMethod<ContextType extends ContextInterface>
Non-result RPC method wrapper.
|
static class |
VoidMethod.RequestHandler<ContextType extends ContextInterface>
JSON-RPC call handler.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
VersionHandler.process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request request,
ContextInterface context)
Handles request.
|
| Modifier and Type | Method and Description |
|---|---|
<ContextType extends ContextInterface> |
Introspector.createDispatcher(Class<ContextType> type)
Creates dispatcher for given facade type.
|
<ContextType extends ContextInterface> |
Introspector.register(Class<? super ContextType> facade,
Dispatcher<? extends ContextType> dispatcher)
Registers request handlers for methods of given class in provided dispatcher.
|
Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.