Secure iNet Factory

Uses of Interface
com.jscape.inet.terminal.commands.ControlCommand

Packages that use ControlCommand
com.jscape.inet.terminal Contains classes for parsing vt100 emulated data from a telnet server. 
com.jscape.inet.terminal.commands Contains classes for sending vt100 emulated to a telnet server. 
 

Uses of ControlCommand in com.jscape.inet.terminal
 

Methods in com.jscape.inet.terminal that return ControlCommand
 ControlCommand CommandSet.getCommand(java.lang.String sequence)
          Get command as a ControlCommand object by its character sequence.
 

Methods in com.jscape.inet.terminal with parameters of type ControlCommand
 boolean CommandSet.addCommand(java.lang.String sequence, ControlCommand command)
          Add command as ControlCommand object to the internal command hash map.
 

Uses of ControlCommand in com.jscape.inet.terminal.commands
 

Classes in com.jscape.inet.terminal.commands that implement ControlCommand
 class AMCommand
          Exit Graphics Mode.
 class ANSICommand
          Enter ANSI Mode.
 class BSCommand
          Move the cursor to the left one character position, unless it is at the left margin, in which case no action occurs.
 class CANCommand
          If sent during a control sequence, the sequence is immediately terminated and not executed.
 class CPRCommand
          CPR -- Cursor Position Report.
 class CRCommand
          Move cursor to the left margin on the current line.
 class CUBCommand
          CUB -- Cursor Backward.
 class CUDCommand
          CUD -- Cursor Down.
 class CUFCommand
          CUF -- Cursor Forward.
 class CUHCommand
          Cursor to Home.
 class CUPCommand
          CUP -- Cursor Position.
 class CUUCommand
          CUU -- Cursor Up.
 class DACommand
          DA -- Device Attributes.
 class DECIDCommand
          DECID -- Identify Terminal.
 class DECSTBMCommand
          DECSTBM -- Set Top and Bottom Margins.
 class DECTSTCommand
          DECTST -- Invoke Confidence Test.
 class DSRCommand
          DSR -- Device Status Report.
 class EDCommand
          ED -- Erase In Display.
 class EELCommand
          Erase to End of Line.
 class EESCommand
          Erase to End of Screen.
 class ELCommand
          EL -- Erase In Line.
 class ESCCommand
          Invokes a control sequence.
 class GMCommand
          Enter Graphics Mode.
 class HTCommand
          Move the cursor to the next tab stop, or to the right margin if no further tab stops are present on the line.
 class HTSCommand
          HTS -- Horizontal Tabulation Set.
 class INDCommand
          IND -- Index.
 class LFCommand
          This command causes a line feed or a new line operation.
 class NELCommand
          NEL -- Next Line.
 class NullCommand
          Defines null action.
 class RICommand
          RI -- Reverse Index.
 class RMCommand
          RM -- Reset Mode.
 class SCSG00Command
          SCS -- Select Character Set.
 class SCSG0BCommand
          SCS -- Select Character Set.
 class SCSG10Command
          SCS -- Select Character Set.
 class SCSG1BCommand
          SCS -- Select Character Set.
 class SGRCommand
          SGR -- Select Graphic Rendition.
 class SICommand
          Select G0 character set, as selected by "ESC (" sequence.
 class SMCommand
          SM -- Set Mode.
 class SOCommand
          Invoke G1 character set, as designated by SCS control sequence.
 class TBCCommand
           
 


Secure iNet Factory

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