Class NettyTelnetConnection

java.lang.Object
org.aesh.terminal.telnet.TelnetConnection
org.aesh.terminal.telnet.netty.NettyTelnetConnection

public class NettyTelnetConnection extends TelnetConnection
Netty-based implementation of TelnetConnection for handling Telnet I/O.
Author:
Julien Viet
  • Constructor Details

    • NettyTelnetConnection

      public NettyTelnetConnection(TelnetHandler handler, io.netty.channel.ChannelHandlerContext context)
      Creates a new NettyTelnetConnection.
      Parameters:
      handler - the telnet handler for processing events
      context - the Netty channel handler context
  • Method Details