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 classXnioIoThreadAn XNIO thread. -
Uses of XnioExecutor in org.xnio.channels
Methods in org.xnio.channels that return XnioExecutor Modifier and Type Method Description XnioExecutorSuspendableAcceptChannel. getAcceptThread()Deprecated.TheSuspendableAcceptChannel.getIoThread()method should be used instead.XnioExecutorAssembledMessageChannel. getReadThread()Deprecated.XnioExecutorAssembledStreamChannel. getReadThread()Deprecated.XnioExecutorEmptyStreamSourceChannel. getReadThread()Deprecated.XnioExecutorFixedLengthStreamSourceChannel. getReadThread()Deprecated.XnioExecutorPushBackStreamChannel. getReadThread()Deprecated.XnioExecutorSplitStreamSourceChannel. getReadThread()Deprecated.XnioExecutorSuspendableReadChannel. getReadThread()Deprecated.TheCloseableChannel.getIoThread()method should be used instead.XnioExecutorTranslatingSuspendableChannel. getReadThread()Deprecated.XnioExecutorAssembledMessageChannel. getWriteThread()Deprecated.XnioExecutorAssembledStreamChannel. getWriteThread()Deprecated.XnioExecutorFixedLengthStreamSinkChannel. getWriteThread()Deprecated.XnioExecutorNullStreamSinkChannel. getWriteThread()Deprecated.XnioExecutorSplitStreamSinkChannel. getWriteThread()Deprecated.XnioExecutorSuspendableWriteChannel. getWriteThread()Deprecated.TheCloseableChannel.getIoThread()method should be used instead.XnioExecutorTranslatingSuspendableChannel. getWriteThread()Deprecated. -
Uses of XnioExecutor in org.xnio.conduits
Methods in org.xnio.conduits that return XnioExecutor Modifier and Type Method Description XnioExecutorConduitReadableMessageChannel. getReadThread()Deprecated.XnioExecutorConduitStreamSourceChannel. getReadThread()Deprecated.XnioExecutorConduitStreamSinkChannel. getWriteThread()Deprecated.XnioExecutorConduitWritableMessageChannel. getWriteThread()Deprecated.
-