Uses of Class
org.aesh.terminal.telnet.TelnetHandler
Packages that use TelnetHandler
-
Uses of TelnetHandler in org.aesh.terminal.telnet
Subclasses of TelnetHandler in org.aesh.terminal.telnetMethod parameters in org.aesh.terminal.telnet with type arguments of type TelnetHandlerModifier and TypeMethodDescriptionTelnetBootstrap.start(Supplier<TelnetHandler> factory) Starts the telnet server asynchronously.abstract voidTelnetBootstrap.start(Supplier<TelnetHandler> factory, Consumer<Throwable> doneHandler) Start the telnet serverConstructors in org.aesh.terminal.telnet with parameters of type TelnetHandlerModifierConstructorDescriptionTelnetConnection(TelnetHandler handler) Creates a new TelnetConnection with the specified handler. -
Uses of TelnetHandler in org.aesh.terminal.telnet.netty
Method parameters in org.aesh.terminal.telnet.netty with type arguments of type TelnetHandlerModifier and TypeMethodDescriptionvoidNettyTelnetBootstrap.start(Supplier<TelnetHandler> factory, Consumer<Throwable> doneHandler) Constructors in org.aesh.terminal.telnet.netty with parameters of type TelnetHandlerModifierConstructorDescriptionNettyTelnetConnection(TelnetHandler handler, io.netty.channel.ChannelHandlerContext context) Creates a new NettyTelnetConnection.Constructor parameters in org.aesh.terminal.telnet.netty with type arguments of type TelnetHandlerModifierConstructorDescriptionTelnetChannelHandler(Supplier<TelnetHandler> factory) Creates a new TelnetChannelHandler with the specified handler factory.