Package | Description |
---|---|
org.ovirt.vdsm.jsonrpc.client.reactors | |
org.ovirt.vdsm.jsonrpc.client.reactors.stomp |
Modifier and Type | Field and Description |
---|---|
protected Reactor |
ReactorClient.reactor |
Modifier and Type | Method and Description |
---|---|
static Reactor |
ReactorFactory.getReactor(ManagerProvider provider,
ReactorType type)
Provides instance of
Reactor based on ManagerProvider availability and
type provided. |
Modifier and Type | Method and Description |
---|---|
protected abstract ReactorClient |
Reactor.createClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
protected abstract ReactorClient |
Reactor.createConnectedClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel channel) |
Constructor and Description |
---|
PlainClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
PlainClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel socketChannel) |
ReactorClient(Reactor reactor,
String hostname,
int port) |
ReactorListener(Reactor reactor,
InetSocketAddress address,
Selector selector,
ReactorListener.EventListener eventListener) |
SSLClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SSLContext sslctx) |
SSLClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SSLContext sslctx,
SocketChannel socketChannel) |
Modifier and Type | Class and Description |
---|---|
class |
SSLStompReactor |
class |
StompReactor |
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) |
Constructor and Description |
---|
SSLStompClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SSLContext sslContext) |
SSLStompListener(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel socketChannel,
SSLContext sslContext) |
StompClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
StompCommonClient(Reactor reactor,
String hostname,
int port) |
StompListener(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel socketChannel) |
Copyright © 2016. All rights reserved.