Modifier and Type | Method and Description |
---|---|
ReactorClient |
JsonRpcClient.getClient() |
Constructor and Description |
---|
JsonRpcClient(ReactorClient client,
ResponseTracker tracker)
Wraps
ReactorClient to hide response update details. |
Modifier and Type | Method and Description |
---|---|
JsonRpcClient |
ResponseWorker.register(ReactorClient client)
Registers new client with
ResponseWorker . |
Modifier and Type | Class and Description |
---|---|
class |
PlainClient
ReactorClient implementation to provide not encrypted communication. |
class |
SSLClient
ReactorClient implementation to provide encrypted communication. |
Modifier and Type | Method and Description |
---|---|
ReactorClient |
ReactorListener.accept() |
protected abstract ReactorClient |
Reactor.createClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
ReactorClient |
Reactor.createClient(String hostname,
int port) |
protected abstract ReactorClient |
Reactor.createConnectedClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorListener.EventListener.onAcccept(ReactorClient client) |
Modifier and Type | Class and Description |
---|---|
class |
SSLStompClient |
class |
SSLStompListener |
class |
StompClient |
class |
StompCommonClient |
class |
StompListener |
Modifier and Type | Method and Description |
---|---|
ReactorClient |
SSLStompReactor.createClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
ReactorClient |
StompReactor.createClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
ReactorClient |
SSLStompReactor.createConnectedClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel channel) |
ReactorClient |
StompReactor.createConnectedClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel channel) |
Modifier and Type | Method and Description |
---|---|
ReactorClient |
ResponseTracking.getClient() |
Constructor and Description |
---|
ResponseTracking(JsonRpcRequest request,
JsonRpcCall call,
RetryContext context,
long timeout,
ReactorClient client,
boolean resetConnection) |
Copyright © 2016. All rights reserved.