EventLoopGroupProxy
class EventLoopGroupProxy(channel: KClass<out ServerSocketChannel>, group: EventLoopGroup) : EventLoopGroup
Content copied to clipboard
Transparently allows for the creation of EventLoopGroup's utilising the optimal implementation for a given operating system, subject to availability, or falling back to NioEventLoopGroup if none is available.
Constructors
Link copied to clipboard
fun EventLoopGroupProxy(channel: KClass<out ServerSocketChannel>, group: EventLoopGroup)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open override fun <T : Any> invokeAll(p0: MutableCollection<out Callable<T>>): MutableList<Future<T>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun scheduleAtFixedRate(p0: Runnable, p1: Long, p2: Long, p3: TimeUnit): ScheduledFuture<*>
Content copied to clipboard
Link copied to clipboard
open override fun scheduleWithFixedDelay(p0: Runnable, p1: Long, p2: Long, p3: TimeUnit): ScheduledFuture<*>
Content copied to clipboard
Link copied to clipboard
open override fun shutdownGracefully(p0: Long, p1: Long, p2: TimeUnit): Future<*>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard