Class SerialChannelHandler

    • Constructor Detail

      • SerialChannelHandler

        public SerialChannelHandler​(SocketAddress address)
    • Method Detail

      • close

        public abstract void close()
      • read

        public abstract int read​(io.netty.buffer.ByteBuf buf)
        Parameters:
        buf -
        Returns:
        Return the amoubnt of bytes written into the buffer
      • write

        public abstract int write​(io.netty.buffer.ByteBuf buf)
        Returns:
        Number of bytes written to wire