Uses of Class
org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient
-
-
Uses of ReactorClient in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that return ReactorClient Modifier and Type Method Description ReactorClient
JsonRpcClient. getClient()
Constructors in org.ovirt.vdsm.jsonrpc.client with parameters of type ReactorClient Constructor Description JsonRpcClient(ReactorClient client, ResponseTracker tracker)
WrapsReactorClient
to hide response update details. -
Uses of ReactorClient in org.ovirt.vdsm.jsonrpc.client.internal
Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type ReactorClient Modifier and Type Method Description JsonRpcClient
ResponseWorker. register(ReactorClient client)
Registers new client withResponseWorker
. -
Uses of ReactorClient in org.ovirt.vdsm.jsonrpc.client.reactors
Subclasses of ReactorClient in org.ovirt.vdsm.jsonrpc.client.reactors Modifier and Type Class Description class
PlainClient
ReactorClient
implementation to provide not encrypted communication.class
SSLClient
ReactorClient
implementation to provide encrypted communication.Methods in org.ovirt.vdsm.jsonrpc.client.reactors that return ReactorClient Modifier and Type Method Description ReactorClient
ReactorListener. accept()
ReactorClient
Reactor. createClient(java.lang.String hostname, int port)
protected abstract ReactorClient
Reactor. createClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port)
protected abstract ReactorClient
Reactor. createConnectedClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel channel)
Methods in org.ovirt.vdsm.jsonrpc.client.reactors with parameters of type ReactorClient Modifier and Type Method Description void
ReactorListener.EventListener. onAccept(ReactorClient client)
-
Uses of ReactorClient in org.ovirt.vdsm.jsonrpc.client.reactors.stomp
Subclasses of ReactorClient in org.ovirt.vdsm.jsonrpc.client.reactors.stomp Modifier and Type Class Description class
SSLStompClient
class
SSLStompListener
class
StompClient
class
StompCommonClient
class
StompListener
Methods in org.ovirt.vdsm.jsonrpc.client.reactors.stomp that return ReactorClient Modifier and Type Method Description ReactorClient
SSLStompReactor. createClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port)
ReactorClient
StompReactor. createClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port)
ReactorClient
SSLStompReactor. createConnectedClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel channel)
ReactorClient
StompReactor. createConnectedClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel channel)
-
Uses of ReactorClient in org.ovirt.vdsm.jsonrpc.client.utils
Methods in org.ovirt.vdsm.jsonrpc.client.utils that return ReactorClient Modifier and Type Method Description ReactorClient
ResponseTracking. getClient()
Constructors in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type ReactorClient Constructor Description ResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client, boolean resetConnection)
-