Class StompReactor
java.lang.Object
java.lang.Thread
org.ovirt.vdsm.jsonrpc.client.reactors.Reactor
org.ovirt.vdsm.jsonrpc.client.reactors.stomp.StompReactor
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClient(Reactor reactor, Selector selector, String hostname, int port) createConnectedClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel channel) Methods inherited from class org.ovirt.vdsm.jsonrpc.client.reactors.Reactor
close, createClient, createListener, queueFuture, run, wakeupMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Constructor Details
-
StompReactor
- Throws:
IOException
-
-
Method Details
-
getReactorName
- Specified by:
getReactorNamein classReactor
-
createClient
- Specified by:
createClientin classReactor
-
createConnectedClient
public ReactorClient createConnectedClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel channel) throws ClientConnectionException - Specified by:
createConnectedClientin classReactor- Throws:
ClientConnectionException
-