-
public class AsyncTLSChannel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSSL_BUFFER_SIZEprivate final AtomicIntegercounterpublic final static AsyncTLSChannel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AsynchronousSocketChannelopen(AsynchronousChannelGroup group)final IntegergetSSL_BUFFER_SIZE()final AtomicIntegergetCounter()-
-
Method Detail
-
open
final AsynchronousSocketChannel open(AsynchronousChannelGroup group)
-
getSSL_BUFFER_SIZE
final Integer getSSL_BUFFER_SIZE()
-
getCounter
final AtomicInteger getCounter()
-
-
-
-