Java org.apache.commons.net.telnet TelnetNotificationHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.telnet TelnetNotificationHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.telnet TelnetNotificationHandler.

The text is from its open source code.

Implementation

org.apache.commons.net.telnet.TelnetNotificationHandler has the following implementations.
Click this link to see all its implementation.

Field

intRECEIVED_DO
The remote party sent a DO command.
intRECEIVED_DONT
The remote party sent a DONT command.
intRECEIVED_WILL
The remote party sent a WILL command.
intRECEIVED_WONT
The remote party sent a WONT command.
intRECEIVED_COMMAND
The remote party sent a COMMAND.