Uses of Class
org.xnio.XnioIoThread
-
Packages that use XnioIoThread 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.org.xnio.ssl Utility classes for using and implementing SSL within XNIO providers. -
-
Uses of XnioIoThread in org.xnio
Fields in org.xnio declared as XnioIoThread Modifier and Type Field Description protected XnioIoThreadConnection. threadMethods in org.xnio that return XnioIoThread Modifier and Type Method Description protected abstract XnioIoThreadXnioWorker. chooseThread()Choose a thread randomly from this worker.static XnioIoThreadXnioIoThread. currentThread()Get the current XNIO thread.XnioIoThreadConnection. getIoThread()XnioIoThreadXnioWorker. getIoThread()Get an I/O thread from this worker.abstract XnioIoThreadXnioWorker. getIoThread(int hashCode)Get an I/O thread from this worker.static XnioIoThreadXnioIoThread. requireCurrentThread()Get the current XNIO thread.Constructors in org.xnio with parameters of type XnioIoThread Constructor Description Connection(XnioIoThread thread)Construct a new instance.MessageConnection(XnioIoThread thread)Construct a new instance.StreamConnection(XnioIoThread thread)Construct a new instance. -
Uses of XnioIoThread in org.xnio.channels
Methods in org.xnio.channels that return XnioIoThread Modifier and Type Method Description XnioIoThreadAssembledChannel. getIoThread()XnioIoThreadAssembledMessageChannel. getIoThread()XnioIoThreadAssembledStreamChannel. getIoThread()XnioIoThreadCloseableChannel. getIoThread()Get the I/O thread associated with this channel.XnioIoThreadEmptyStreamSourceChannel. getIoThread()XnioIoThreadFixedLengthStreamSinkChannel. getIoThread()XnioIoThreadFixedLengthStreamSourceChannel. getIoThread()XnioIoThreadNullStreamSinkChannel. getIoThread()XnioIoThreadPushBackStreamChannel. getIoThread()XnioIoThreadSplitStreamSinkChannel. getIoThread()XnioIoThreadSplitStreamSourceChannel. getIoThread()XnioIoThreadSuspendableAcceptChannel. getIoThread()Get an accept thread for this channel.XnioIoThreadTranslatingSuspendableChannel. getIoThread()Deprecated.Get the I/O thread associated with this channel.Constructors in org.xnio.channels with parameters of type XnioIoThread Constructor Description EmptyStreamSourceChannel(XnioIoThread thread)Construct a new instance.NullStreamSinkChannel(XnioIoThread thread)Construct a new instance. -
Uses of XnioIoThread in org.xnio.conduits
Methods in org.xnio.conduits that return XnioIoThread Modifier and Type Method Description XnioIoThreadConduitReadableMessageChannel. getIoThread()XnioIoThreadConduitStreamSinkChannel. getIoThread()XnioIoThreadConduitStreamSourceChannel. getIoThread()XnioIoThreadConduitWritableMessageChannel. getIoThread()XnioIoThreadAbstractSourceConduit. getReadThread()XnioIoThreadAbstractSynchronizedSourceConduit. getReadThread()XnioIoThreadEmptyStreamSourceConduit. getReadThread()XnioIoThreadSourceConduit. getReadThread()Get the XNIO read thread.XnioIoThreadStreamSourceChannelWrappingConduit. getReadThread()XnioIoThreadAbstractSinkConduit. getWriteThread()XnioIoThreadAbstractSynchronizedSinkConduit. getWriteThread()XnioIoThreadNullStreamSinkConduit. getWriteThread()XnioIoThreadSinkConduit. getWriteThread()Get the write thread for this conduit.XnioIoThreadStreamSinkChannelWrappingConduit. getWriteThread()Constructors in org.xnio.conduits with parameters of type XnioIoThread Constructor Description EmptyStreamSourceConduit(XnioIoThread readThread)Construct a new instance.NullStreamSinkConduit(XnioIoThread writeThread)Construct a new instance. -
Uses of XnioIoThread in org.xnio.ssl
Methods in org.xnio.ssl with parameters of type XnioIoThread Modifier and Type Method Description IoFuture<SslConnection>JsseXnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)abstract IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.Constructors in org.xnio.ssl with parameters of type XnioIoThread Constructor Description SslConnection(XnioIoThread thread)Construct a new instance.
-