Interface ChannelFactory
public interface ChannelFactory
-
Method Summary
Modifier and Type Method Description io.netty.channel.ChannelcreateChannel(io.netty.channel.ChannelHandler channelHandler)voidping()
-
Method Details
-
createChannel
io.netty.channel.Channel createChannel(io.netty.channel.ChannelHandler channelHandler) throws PlcConnectionException- Throws:
PlcConnectionException
-
ping
- Throws:
PlcException
-