Uses of Interface
org.xnio.XnioIoFactory
Packages that use XnioIoFactory
-
Uses of XnioIoFactory in org.xnio
Classes in org.xnio that implement XnioIoFactoryModifier and TypeClassDescriptionclass
An XNIO thread.class
A worker for I/O channel notification.Methods in org.xnio with parameters of type XnioIoFactoryModifier and TypeMethodDescriptionXnioIoFactory.createFullDuplexPipeConnection
(XnioIoFactory peer) Create a two-way stream pipe.XnioIoThread.createFullDuplexPipeConnection
(XnioIoFactory peer) XnioWorker.createFullDuplexPipeConnection
(XnioIoFactory peer) XnioIoFactory.createHalfDuplexPipe
(XnioIoFactory peer) Create a one-way stream pipe.XnioIoThread.createHalfDuplexPipe
(XnioIoFactory peer) XnioWorker.createHalfDuplexPipe
(XnioIoFactory peer)