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