| Package | Description |
|---|---|
| pl.chilldev.commons.jsonrpc.daemon | |
| pl.chilldev.commons.jsonrpc.mina | |
| pl.chilldev.commons.jsonrpc.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
Listener<ContextType extends ContextInterface>
Single listener worker.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextType |
Listener.context
API context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherIoHandler<ContextType extends ContextInterface>
Single connection handler.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextType |
DispatcherIoHandler.context
Execution context.
|
| 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.
|
Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.