| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TelnetNotificationHandler
The TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnet session.
The user can implement this interface and register a TelnetNotificationHandler by using the registerNotificationHandler() of TelnetClient to be notified of option negotiation commands.
| Field Summary | |
|---|---|
| static int | RECEIVED_DOThe remote party sent a DO command. | 
| static int | RECEIVED_DONTThe remote party sent a DONT command. | 
| static int | RECEIVED_WILLThe remote party sent a WILL command. | 
| static int | RECEIVED_WONTThe remote party sent a WONT command. | 
| Method Summary | |
|---|---|
|  void | receivedNegotiation(int negotiation_code,
                                       int option_code)Callback method called when TelnetClient receives an option negotiation command. | 
| Field Detail | 
|---|
static final int RECEIVED_DO
static final int RECEIVED_DONT
static final int RECEIVED_WILL
static final int RECEIVED_WONT
| Method Detail | 
|---|
void receivedNegotiation(int negotiation_code,
                         int option_code)
negotiation_code - - type of negotiation command received
 (RECEIVED_DO, RECEIVED_DONT, RECEIVED_WILL, RECEIVED_WONT)
 option_code - - code of the option negotiated
 | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||