public final class EventLoopAwareNettyIoExecutors
extends java.lang.Object
EventLoopAwareNettyIoExecutor.| Modifier and Type | Method and Description |
|---|---|
static EventLoopAwareNettyIoExecutor |
toEventLoopAwareNettyIoExecutor(IoExecutor ioExecutor)
Attempts to convert the passed
IoExecutor to a EventLoopAwareNettyIoExecutor. |
public static EventLoopAwareNettyIoExecutor toEventLoopAwareNettyIoExecutor(IoExecutor ioExecutor)
IoExecutor to a EventLoopAwareNettyIoExecutor.ioExecutor - IoExecutor to convert.EventLoopAwareNettyIoExecutor corresponding to the passed IoExecutor.java.lang.IllegalArgumentException - If IoExecutor is not of type EventLoopAwareNettyIoExecutor.