| Package | Description |
|---|---|
| pl.chilldev.commons.jsonrpc.daemon | |
| pl.chilldev.commons.jsonrpc.mina | |
| pl.chilldev.commons.jsonrpc.rpc.introspector |
| Constructor and Description |
|---|
Listener(String name,
ContextType context,
Dispatcher<? super ContextType> dispatcher)
Initializes listener thread.
|
| Constructor and Description |
|---|
DispatcherIoHandler(ContextType context,
Dispatcher<? super ContextType> dispatcher)
Initializes JSON-RPC binding.
|
| Modifier and Type | Method and Description |
|---|---|
<ContextType extends ContextInterface> |
Introspector.createDispatcher(Class<ContextType> type)
Creates dispatcher for given facade type.
|
| Modifier and Type | Method and Description |
|---|---|
<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.