public final class SocketChannelResolver extends Object
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends io.netty.channel.Channel> |
resolveSocketChannelClass(io.netty.channel.EventLoopGroup eventLoopGroup)
Attempts to determine the
Channel class that corresponds to the given
event loop group. |
public static Class<? extends io.netty.channel.Channel> resolveSocketChannelClass(io.netty.channel.EventLoopGroup eventLoopGroup)
Channel class that corresponds to the given
event loop group.eventLoopGroup - the event loop group to determine the Channel forChannel class for the given event loop group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.