|
SSH Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TelnetOption | |
---|---|
com.jscape.inet.telnet | |
com.jscape.inet.telnet.options |
Uses of TelnetOption in com.jscape.inet.telnet |
---|
Methods in com.jscape.inet.telnet that return TelnetOption | |
---|---|
TelnetOption |
DoOptionEvent.getOption()
Gets the TelnetOption sent by Telnet server. |
TelnetOption |
DoSubOptionEvent.getOption()
Gets the TelnetOption sent by Telnet server. |
TelnetOption |
DontOptionEvent.getOption()
Gets the TelnetOption sent by Telnet server. |
TelnetOption |
WillOptionEvent.getOption()
Gets the TelnetOption sent by Telnet server. |
TelnetOption |
WontOptionEvent.getOption()
Gets the TelnetOption sent by Telnet server. |
Methods in com.jscape.inet.telnet with parameters of type TelnetOption | |
---|---|
void |
Telnet.sendDontOption(TelnetOption opt)
Sends Telnet option to server with Telnet DONT OPTION (refuse request to use option) command |
void |
Telnet.sendDoOption(TelnetOption opt)
Sends Telnet option to server with Telnet DO OPTION (request to use option) command |
void |
Telnet.sendOptionSubnegotiation(TelnetOption opt)
Initiate subnegotiation for option. |
void |
Telnet.sendWillOption(TelnetOption opt)
Sends Telnet option to server with Telnet WILL OPTION (accept offer to use option) command. |
void |
Telnet.sendWontOption(TelnetOption opt)
Sends Telnet option to server with Telnet WONT OPTION (refuse offer to use option) command. |
Constructors in com.jscape.inet.telnet with parameters of type TelnetOption | |
---|---|
DontOptionEvent(java.lang.Object source,
TelnetOption option)
Constructs a new DontOptionEvent instance. |
|
DoOptionEvent(java.lang.Object source,
TelnetOption option)
Constructs a new DoOptionEvent instance. |
|
DoSubOptionEvent(java.lang.Object source,
TelnetOption option)
Constructs a new DoSubOptionEvent instance. |
|
WillOptionEvent(java.lang.Object source,
TelnetOption option)
Constructs a new WillOptionEvent instance. |
|
WontOptionEvent(java.lang.Object source,
TelnetOption option)
Constructs a new WontOptionEvent instance. |
Uses of TelnetOption in com.jscape.inet.telnet.options |
---|
Subclasses of TelnetOption in com.jscape.inet.telnet.options | |
---|---|
class |
Binary
Implements Telnet BINARY option as described in RFC 856. |
class |
TerminalType
Represents the TERMINAL TYPE Telnet option as defined in RFC 1091. |
class |
TimingMark
Telnet TIMING_MARK option as described in RFC 860. |
|
SSH Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |