Class SerialChannelHandler
- java.lang.Object
-
- org.apache.plc4x.java.transport.serial.SerialChannelHandler
-
- Direct Known Subclasses:
SerialChannelHandler.SerialPortHandler
public abstract class SerialChannelHandler extends Object
This is a wrapper mostly for testingSerialChannel, @SerialPollingSelector,SerialSelectionKey, @SerialSelectorProviderand @SerialSocketChannel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSerialChannelHandler.SerialPortHandler
-
Constructor Summary
Constructors Constructor Description SerialChannelHandler(SocketAddress address)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidclose()abstract intread(io.netty.buffer.ByteBuf buf)abstract intwrite(io.netty.buffer.ByteBuf buf)
-
-
-
Constructor Detail
-
SerialChannelHandler
public SerialChannelHandler(SocketAddress address)
-
-