Secure iNet Factory

Uses of Class
com.jscape.inet.telnet.DoSubOptionEvent

Packages that use DoSubOptionEvent
com.jscape.inet.telnet Contains classes for communicating with telnet servers. 
com.jscape.inet.terminal Contains classes for parsing vt100 emulated data from a telnet server. 
 

Uses of DoSubOptionEvent in com.jscape.inet.telnet
 

Methods in com.jscape.inet.telnet with parameters of type DoSubOptionEvent
 void TelnetListener.doSubOption(DoSubOptionEvent event)
          Invoked when SB OPTION (subnegotiation) command is received from Telnet server, typically after accepting a WILL OPTION command from Telnet server.
 void TelnetAdapter.doSubOption(DoSubOptionEvent event)
          Invoked when SB OPTION (subnegotiation) command is received from Telnet server, typically after accepting a WILL OPTION (offer client to use option) command from Telnet server.
 

Uses of DoSubOptionEvent in com.jscape.inet.terminal
 

Methods in com.jscape.inet.terminal with parameters of type DoSubOptionEvent
 void Terminal.doSubOption(DoSubOptionEvent event)
          Handles "doSubOption" event from underlying transport.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved