Uses of Class
org.ovirt.vdsm.jsonrpc.client.ClientConnectionException
Packages that use ClientConnectionException
Package
Description
-
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that throw ClientConnectionExceptionModifier and TypeMethodDescriptionJsonRpcClient.call(JsonRpcRequest req) Sends single request and returnsFuturerepresentation ofJsonRpcResponse.JsonRpcClient.call(JsonRpcRequest req, BrokerCommandCallback callback) JsonRpcClient.getClient() -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.reactors
Methods in org.ovirt.vdsm.jsonrpc.client.reactors that throw ClientConnectionExceptionModifier and TypeMethodDescriptionvoidReactorClient.connect()Reactor.createClient(String hostname, int port) protected abstract ReactorClientReactor.createConnectedClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel channel) ReactorClient.getPeerCertificates()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 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()SSLEngineNioHelper.process()protected abstract voidReactorClient.processIncoming()Process incoming channel.voidSSLEngineNioHelper.verifyPeerCertificates()Constructors in org.ovirt.vdsm.jsonrpc.client.reactors that throw ClientConnectionExceptionModifierConstructorDescriptionPlainClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel socketChannel) SSLClient(Reactor reactor, Selector selector, String hostname, int port, SSLContext sslctx, SocketChannel socketChannel) -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.reactors.stomp
Methods in org.ovirt.vdsm.jsonrpc.client.reactors.stomp that throw ClientConnectionExceptionModifier and TypeMethodDescriptionSSLStompReactor.createConnectedClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel channel) StompReactor.createConnectedClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel channel) private MessageStompCommonClient.getMessage(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()Constructors in org.ovirt.vdsm.jsonrpc.client.reactors.stomp that throw ClientConnectionExceptionModifierConstructorDescriptionSSLStompListener(Reactor reactor, Selector selector, String hostname, int port, SocketChannel socketChannel, SSLContext sslContext) StompListener(Reactor reactor, Selector selector, String hostname, int port, 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 -
Uses of ClientConnectionException in org.ovirt.vdsm.jsonrpc.client.utils
Methods in org.ovirt.vdsm.jsonrpc.client.utils that throw ClientConnectionExceptionModifier and TypeMethodDescriptionvoidOneTimeCallback.checkAndExecute()abstract voidOneTimeCallback.execute()