|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.sadun.util.TelnetInputStream.BasicNVTListener
A standard TelnetInputStream.TelnetCommandListenerthat refuses
any option and suggestions, limiting the functionality to the basic
Telnet NVT (network virtual terminal) functionality.
| Field Summary | |
protected java.io.OutputStream |
os
|
| Constructor Summary | |
TelnetInputStream.BasicNVTListener(java.io.OutputStream os)
Create a listener which answers Telnet commands on the given output stream. |
|
| Method Summary | |
void |
telnetCommandReceived(TelnetInputStream is,
TelnetInputStream.TelnetCommand command)
Reply WON'T to any DO command and DON'T to any WILL command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.io.OutputStream os
| Constructor Detail |
public TelnetInputStream.BasicNVTListener(java.io.OutputStream os)
os - | Method Detail |
public void telnetCommandReceived(TelnetInputStream is,
TelnetInputStream.TelnetCommand command)
throws java.io.IOException
telnetCommandReceived in interface TelnetInputStream.TelnetCommandListeneris - command -
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||