Class EventLoopAwareNettyIoExecutors
- java.lang.Object
-
- io.servicetalk.transport.netty.internal.EventLoopAwareNettyIoExecutors
-
public final class EventLoopAwareNettyIoExecutors extends java.lang.ObjectA static factory to create or convert toEventLoopAwareNettyIoExecutor.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventLoopAwareNettyIoExecutortoEventLoopAwareNettyIoExecutor(IoExecutor ioExecutor)Attempts to convert the passedIoExecutorto aEventLoopAwareNettyIoExecutor.
-
-
-
Method Detail
-
toEventLoopAwareNettyIoExecutor
public static EventLoopAwareNettyIoExecutor toEventLoopAwareNettyIoExecutor(IoExecutor ioExecutor)
Attempts to convert the passedIoExecutorto aEventLoopAwareNettyIoExecutor.- Parameters:
ioExecutor-IoExecutorto convert.- Returns:
EventLoopAwareNettyIoExecutorcorresponding to the passedIoExecutor.- Throws:
java.lang.IllegalArgumentException- IfIoExecutoris not of typeEventLoopAwareNettyIoExecutor.
-
-