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 returnsFuture
representation ofJsonRpcResponse
.java.util.concurrent.Future<JsonRpcResponse>
JsonRpcClient. call(JsonRpcRequest req, BrokerCommandCallback callback)
ReactorClient
JsonRpcClient. getClient()
-
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 void
ReactorClient. connect()
ReactorClient
Reactor. createClient(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)
java.util.List<java.security.cert.Certificate>
ReactorClient. getPeerCertificates()
static Reactor
ReactorFactory. getReactor(ManagerProvider provider, ReactorType type)
Provides instance ofReactor
based onManagerProvider
availability and type provided.private static Reactor
ReactorFactory. getSslStompReactor(ManagerProvider provider)
private static Reactor
ReactorFactory. getStompReactor(ManagerProvider provider)
private java.lang.Runnable
SSLClient. pendingOperations()
protected void
PlainClient. postConnect(OneTimeCallback callback)
protected abstract void
ReactorClient. postConnect(OneTimeCallback callback)
Transport specific post connection functionality.protected void
SSLClient. postConnect(OneTimeCallback callback)
void
ReactorClient. process()
void
SSLClient. process()
java.lang.Runnable
SSLEngineNioHelper. process()
protected abstract void
ReactorClient. processIncoming()
Process incoming channel.void
SSLEngineNioHelper. verifyPeerCertificates()
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 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)
private Message
StompCommonClient. getMessage(java.nio.ByteBuffer buffer, int read)
protected void
SSLStompClient. postConnect(OneTimeCallback callback)
protected void
SSLStompListener. postConnect(OneTimeCallback callback)
protected void
StompClient. postConnect(OneTimeCallback callback)
protected void
StompListener. postConnect(OneTimeCallback callback)
protected void
StompCommonClient. processIncoming()
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 Message
Message. 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 void
OneTimeCallback. checkAndExecute()
abstract void
OneTimeCallback. execute()
-