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 ReactorClientJsonRpcClient. getClient()Constructors in org.ovirt.vdsm.jsonrpc.client with parameters of type ReactorClient Constructor Description JsonRpcClient(ReactorClient client, ResponseTracker tracker)WrapsReactorClientto 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 JsonRpcClientResponseWorker. 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 classPlainClientReactorClientimplementation to provide not encrypted communication.classSSLClientReactorClientimplementation to provide encrypted communication.Methods in org.ovirt.vdsm.jsonrpc.client.reactors that return ReactorClient Modifier and Type Method Description ReactorClientReactorListener. accept()ReactorClientReactor. createClient(java.lang.String hostname, int port)protected abstract ReactorClientReactor. createClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port)protected abstract ReactorClientReactor. 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 voidReactorListener.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 classSSLStompClientclassSSLStompListenerclassStompClientclassStompCommonClientclassStompListenerMethods in org.ovirt.vdsm.jsonrpc.client.reactors.stomp that return ReactorClient Modifier and Type Method Description ReactorClientSSLStompReactor. createClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port)ReactorClientStompReactor. createClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port)ReactorClientSSLStompReactor. createConnectedClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel channel)ReactorClientStompReactor. 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 ReactorClientResponseTracking. 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)
-