- session - Variable in class pl.chilldev.commons.jsonrpc.mina.RequestIoHandler
-
Current connection session.
- sessionIdle(IoSession, IdleStatus) - Method in class pl.chilldev.commons.jsonrpc.mina.DispatcherIoHandler
-
Handles idle connections.
- sessionIdle(IoSession, IdleStatus) - Method in class pl.chilldev.commons.jsonrpc.mina.RequestIoHandler
-
Handles idle connections.
- sessionOpened(IoSession) - Method in class pl.chilldev.commons.jsonrpc.mina.DispatcherIoHandler
-
Handles new session logging.
- sessionOpened(IoSession) - Method in class pl.chilldev.commons.jsonrpc.mina.RequestIoHandler
-
Handles new session logging.
- setAddress(InetSocketAddress) - Method in class pl.chilldev.commons.jsonrpc.daemon.Listener
-
Sets listening interface.
- setMaxPacketSize(int) - Method in class pl.chilldev.commons.jsonrpc.client.Connector
-
Sets max JSON-RPC packet size.
- setMaxPacketSize(int) - Method in class pl.chilldev.commons.jsonrpc.daemon.Listener
-
Sets max JSON-RPC packet size.
- setSleepTick(int) - Method in class pl.chilldev.commons.jsonrpc.daemon.Listener
-
Sets sleep interval.
- signal() - Method in class pl.chilldev.commons.jsonrpc.daemon.AbstractApplication
-
Just re-loads configuration.
- SLEEP_TICK - Static variable in class pl.chilldev.commons.jsonrpc.daemon.Listener
-
Sleep timeout.
- sleepTick - Variable in class pl.chilldev.commons.jsonrpc.daemon.Listener
-
Execution interval.
- start() - Method in class pl.chilldev.commons.jsonrpc.daemon.AbstractApplication
-
Runs all listeners.
- start() - Method in class pl.chilldev.commons.jsonrpc.daemon.AbstractSpringApplication
-
Runs all listeners.
- stop() - Method in class pl.chilldev.commons.jsonrpc.daemon.AbstractApplication
-
Stops listeners.
- stop() - Method in class pl.chilldev.commons.jsonrpc.daemon.AbstractSpringApplication
-
Stops listeners.
- StringDumpingWriter - Class in pl.chilldev.commons.jsonrpc.json.writer
-
Generic JSON dumper for types with plain string representation.
- StringDumpingWriter() - Constructor for class pl.chilldev.commons.jsonrpc.json.writer.StringDumpingWriter
-