Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
StompReactor() |
Modifier and Type | Method and Description |
---|---|
ReactorClient |
createClient(Reactor reactor,
Selector selector,
String hostname,
int port) |
ReactorClient |
createConnectedClient(Reactor reactor,
Selector selector,
String hostname,
int port,
SocketChannel channel) |
String |
getReactorName() |
close, createClient, createListener, queueFuture, run, wakeup
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public StompReactor() throws IOException
IOException
public String getReactorName()
getReactorName
in class Reactor
public ReactorClient createClient(Reactor reactor, Selector selector, String hostname, int port) throws ClientConnectionException
createClient
in class Reactor
ClientConnectionException
public ReactorClient createConnectedClient(Reactor reactor, Selector selector, String hostname, int port, SocketChannel channel) throws ClientConnectionException
createConnectedClient
in class Reactor
ClientConnectionException
Copyright © 2016. All rights reserved.