public static interface KqueueProvider.KqueueResources
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Channel> |
domainSocketChannelClass() |
Class<? extends EventLoopGroup> |
eventLoopGroupClass() |
boolean |
isEventLoopGroup(Class<? extends EventExecutorGroup> type) |
EventLoopGroup |
newEventLoopGroup(int nThreads,
ThreadFactory threadFactory)
Create a new
KQueueEventLoopGroup. |
SocketAddress |
newSocketAddress(String socketPath) |
Class<? extends Channel> |
socketChannelClass() |
boolean isEventLoopGroup(Class<? extends EventExecutorGroup> type)
type - must not be null.type is a KQueueEventLoopGroup.EventLoopGroup newEventLoopGroup(int nThreads, ThreadFactory threadFactory)
KQueueEventLoopGroup.nThreads - threadFactory - EventLoopGroup.Class<? extends Channel> domainSocketChannelClass()
KQueueDomainSocketChannel class.Class<? extends Channel> socketChannelClass()
KQueueSocketChannel class.Class<? extends EventLoopGroup> eventLoopGroupClass()
KQueueEventLoopGroup class.SocketAddress newSocketAddress(String socketPath)
Copyright © 2019 lettuce.io. All rights reserved.