Uses of Class
org.ovirt.vdsm.jsonrpc.client.ClientConnectionException
-
-
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that throw ClientConnectionException Modifier and Type Method Description java.util.concurrent.Future<JsonRpcResponse>JsonRpcClient. call(JsonRpcRequest req)Sends single request and returnsFuturerepresentation ofJsonRpcResponse.java.util.concurrent.Future<JsonRpcResponse>JsonRpcClient. call(JsonRpcRequest req, BrokerCommandCallback callback)ReactorClientJsonRpcClient. getClient()private voidJsonRpcClient. retryCall(JsonRpcRequest request, JsonRpcCall call) -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.reactors
Methods in org.ovirt.vdsm.jsonrpc.client.reactors that throw ClientConnectionException Modifier and Type Method Description voidReactorClient. connect()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)static ReactorReactorFactory. getReactor(ManagerProvider provider, ReactorType type)Provides instance ofReactorbased onManagerProvideravailability and type provided.private static ReactorReactorFactory. getSslStompReactor(ManagerProvider provider)private static ReactorReactorFactory. getStompReactor(ManagerProvider provider)private java.lang.RunnableSSLClient. pendingOperations()protected voidPlainClient. postConnect(OneTimeCallback callback)protected abstract voidReactorClient. postConnect(OneTimeCallback callback)Transport specific post connection functionality.protected voidSSLClient. postConnect(OneTimeCallback callback)voidReactorClient. process()voidSSLClient. process()java.lang.RunnableSSLEngineNioHelper. process()protected abstract voidReactorClient. processIncoming()Process incoming channel.abstract voidReactorClient. sendMessage(byte[] message)Sends message using provided byte array.Constructors in org.ovirt.vdsm.jsonrpc.client.reactors that throw ClientConnectionException Constructor Description PlainClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel socketChannel)SSLClient(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, javax.net.ssl.SSLContext sslctx, java.nio.channels.SocketChannel socketChannel) -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.reactors.stomp
Methods in org.ovirt.vdsm.jsonrpc.client.reactors.stomp that throw ClientConnectionException Modifier and Type Method Description ReactorClientSSLStompReactor. 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)private MessageStompCommonClient. getMessage(java.nio.ByteBuffer buffer, int read)protected voidSSLStompClient. postConnect(OneTimeCallback callback)protected voidSSLStompListener. postConnect(OneTimeCallback callback)protected voidStompClient. postConnect(OneTimeCallback callback)protected voidStompListener. postConnect(OneTimeCallback callback)protected voidStompCommonClient. processIncoming()voidSSLStompClient. sendMessage(byte[] message)Constructors in org.ovirt.vdsm.jsonrpc.client.reactors.stomp that throw ClientConnectionException Constructor Description SSLStompListener(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel socketChannel, javax.net.ssl.SSLContext sslContext)StompListener(Reactor reactor, java.nio.channels.Selector selector, java.lang.String hostname, int port, java.nio.channels.SocketChannel socketChannel) -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl
Methods in org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl that throw ClientConnectionException Modifier and Type Method Description static MessageMessage. parse(byte[] array) -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.utils
Methods in org.ovirt.vdsm.jsonrpc.client.utils that throw ClientConnectionException Modifier and Type Method Description voidOneTimeCallback. checkAndExecute()abstract voidOneTimeCallback. execute()
-