public static interface EpollProvider.EpollResources
| 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
EpollEventLoopGroup. |
SocketAddress |
newSocketAddress(String socketPath) |
Class<? extends Channel> |
socketChannelClass() |
boolean isEventLoopGroup(Class<? extends EventExecutorGroup> type)
type - must not be null.true if type is a EpollEventLoopGroup.EventLoopGroup newEventLoopGroup(int nThreads, ThreadFactory threadFactory)
EpollEventLoopGroup.nThreads - threadFactory - EventLoopGroup.Class<? extends Channel> domainSocketChannelClass()
EpollDomainSocketChannel class.Class<? extends Channel> socketChannelClass()
EpollSocketChannel class.Class<? extends EventLoopGroup> eventLoopGroupClass()
EpollEventLoopGroup class.SocketAddress newSocketAddress(String socketPath)
Copyright © 2021 lettuce.io. All rights reserved.