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
kqueue.KQueueEventLoopGroup. |
SocketAddress |
newSocketAddress(String socketPath) |
Class<? extends Channel> |
socketChannelClass() |
boolean isEventLoopGroup(Class<? extends EventExecutorGroup> type)
type - must not be null.type is a kqueue.KQueueEventLoopGroup.EventLoopGroup newEventLoopGroup(int nThreads, ThreadFactory threadFactory)
kqueue.KQueueEventLoopGroup.nThreads - threadFactory - EventLoopGroup.Class<? extends Channel> domainSocketChannelClass()
kqueue.KQueueDomainSocketChannel class.Class<? extends Channel> socketChannelClass()
kqueue.KQueueSocketChannel class.Class<? extends EventLoopGroup> eventLoopGroupClass()
kqueue.KQueueEventLoopGroup class.SocketAddress newSocketAddress(String socketPath)
Copyright © 2017 lettuce.io. All rights reserved.