Package org.openziti.net.nio
Object AsyncTLSChannel.Provider
-
- All Implemented Interfaces:
public class AsyncTLSChannel.Provider extends AsynchronousChannelProvider
-
-
Field Summary
Fields Modifier and Type Field Description public final static AsyncTLSChannel.ProviderINSTANCE
-
Method Summary
Modifier and Type Method Description AsynchronousSocketChannelopenAsynchronousSocketChannel(AsynchronousChannelGroup group)AsynchronousServerSocketChannelopenAsynchronousServerSocketChannel(AsynchronousChannelGroup group)AsynchronousChannelGroupopenAsynchronousChannelGroup(Integer nThreads, ThreadFactory threadFactory)AsynchronousChannelGroupopenAsynchronousChannelGroup(ExecutorService executor, Integer initialSize)-
-
Method Detail
-
openAsynchronousSocketChannel
AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group)
-
openAsynchronousServerSocketChannel
AsynchronousServerSocketChannel openAsynchronousServerSocketChannel(AsynchronousChannelGroup group)
-
openAsynchronousChannelGroup
AsynchronousChannelGroup openAsynchronousChannelGroup(Integer nThreads, ThreadFactory threadFactory)
-
openAsynchronousChannelGroup
AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, Integer initialSize)
-
-
-
-