public class TestChannelFactory extends Object implements ChannelFactory
| Constructor and Description |
|---|
TestChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.Channel |
createChannel(io.netty.channel.ChannelHandler channelHandler) |
io.netty.channel.embedded.EmbeddedChannel |
getChannel() |
public io.netty.channel.Channel createChannel(io.netty.channel.ChannelHandler channelHandler)
createChannel in interface ChannelFactorypublic io.netty.channel.embedded.EmbeddedChannel getChannel()
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.