Uses of Interface
org.xnio.XnioExecutor
-
Packages that use XnioExecutor Package Description org.xnio The main API package for XNIO.org.xnio.channels The core XNIO channel API.org.xnio.conduits The XNIO conduit SPI. -
-
Uses of XnioExecutor in org.xnio
Classes in org.xnio that implement XnioExecutor Modifier and Type Class Description class
XnioIoThread
An XNIO thread. -
Uses of XnioExecutor in org.xnio.channels
Methods in org.xnio.channels that return XnioExecutor Modifier and Type Method Description XnioExecutor
SuspendableAcceptChannel. getAcceptThread()
Deprecated.TheSuspendableAcceptChannel.getIoThread()
method should be used instead.XnioExecutor
AssembledMessageChannel. getReadThread()
Deprecated.XnioExecutor
AssembledStreamChannel. getReadThread()
Deprecated.XnioExecutor
EmptyStreamSourceChannel. getReadThread()
Deprecated.XnioExecutor
FixedLengthStreamSourceChannel. getReadThread()
Deprecated.XnioExecutor
PushBackStreamChannel. getReadThread()
Deprecated.XnioExecutor
SplitStreamSourceChannel. getReadThread()
Deprecated.XnioExecutor
SuspendableReadChannel. getReadThread()
Deprecated.TheCloseableChannel.getIoThread()
method should be used instead.XnioExecutor
TranslatingSuspendableChannel. getReadThread()
Deprecated.XnioExecutor
AssembledMessageChannel. getWriteThread()
Deprecated.XnioExecutor
AssembledStreamChannel. getWriteThread()
Deprecated.XnioExecutor
FixedLengthStreamSinkChannel. getWriteThread()
Deprecated.XnioExecutor
NullStreamSinkChannel. getWriteThread()
Deprecated.XnioExecutor
SplitStreamSinkChannel. getWriteThread()
Deprecated.XnioExecutor
SuspendableWriteChannel. getWriteThread()
Deprecated.TheCloseableChannel.getIoThread()
method should be used instead.XnioExecutor
TranslatingSuspendableChannel. getWriteThread()
Deprecated. -
Uses of XnioExecutor in org.xnio.conduits
Methods in org.xnio.conduits that return XnioExecutor Modifier and Type Method Description XnioExecutor
ConduitReadableMessageChannel. getReadThread()
Deprecated.XnioExecutor
ConduitStreamSourceChannel. getReadThread()
Deprecated.XnioExecutor
ConduitStreamSinkChannel. getWriteThread()
Deprecated.XnioExecutor
ConduitWritableMessageChannel. getWriteThread()
Deprecated.
-