org.maverickdbms.basic.term
Interface Termios
- All Known Implementing Classes:
- PseudoTerminal
- public interface Termios
Defines needed to interpret the pty mode values
Defines are from RFC 4254 Section 8
http://www.ietf.org/rfc/rfc4254.txt
See also man termios(3)
BELL
public static final char BELL
- See Also:
- Constant Field Values
CR
public static final char CR
- See Also:
- Constant Field Values
LF
public static final char LF
- See Also:
- Constant Field Values
NO_OF_MODES
public static final int NO_OF_MODES
- See Also:
- Constant Field Values
TTY_OP_END
public static final int TTY_OP_END
- See Also:
- Constant Field Values
VINTR
public static final int VINTR
- See Also:
- Constant Field Values
VQUIT
public static final int VQUIT
- See Also:
- Constant Field Values
VERASE
public static final int VERASE
- See Also:
- Constant Field Values
VKILL
public static final int VKILL
- See Also:
- Constant Field Values
VEOF
public static final int VEOF
- See Also:
- Constant Field Values
VEOL
public static final int VEOL
- See Also:
- Constant Field Values
VEOL2
public static final int VEOL2
- See Also:
- Constant Field Values
VSTART
public static final int VSTART
- See Also:
- Constant Field Values
VSTOP
public static final int VSTOP
- See Also:
- Constant Field Values
VSUSP
public static final int VSUSP
- See Also:
- Constant Field Values
VDSUSP
public static final int VDSUSP
- See Also:
- Constant Field Values
VREPRINT
public static final int VREPRINT
- See Also:
- Constant Field Values
VWERASE
public static final int VWERASE
- See Also:
- Constant Field Values
VLNEXT
public static final int VLNEXT
- See Also:
- Constant Field Values
VFLUSH
public static final int VFLUSH
- See Also:
- Constant Field Values
VSWTCH
public static final int VSWTCH
- See Also:
- Constant Field Values
VSTATUS
public static final int VSTATUS
- See Also:
- Constant Field Values
VDISCARD
public static final int VDISCARD
- See Also:
- Constant Field Values
IGNPAR
public static final int IGNPAR
- See Also:
- Constant Field Values
PARMRK
public static final int PARMRK
- See Also:
- Constant Field Values
INPCK
public static final int INPCK
- See Also:
- Constant Field Values
ISTRIP
public static final int ISTRIP
- See Also:
- Constant Field Values
INLCR
public static final int INLCR
- See Also:
- Constant Field Values
IGNCR
public static final int IGNCR
- See Also:
- Constant Field Values
ICRNL
public static final int ICRNL
- See Also:
- Constant Field Values
IUCLC
public static final int IUCLC
- See Also:
- Constant Field Values
IXON
public static final int IXON
- See Also:
- Constant Field Values
IXANY
public static final int IXANY
- See Also:
- Constant Field Values
IXOFF
public static final int IXOFF
- See Also:
- Constant Field Values
IMAXBEL
public static final int IMAXBEL
- See Also:
- Constant Field Values
ISIG
public static final int ISIG
- See Also:
- Constant Field Values
ICANON
public static final int ICANON
- See Also:
- Constant Field Values
XCASE
public static final int XCASE
- See Also:
- Constant Field Values
ECHO
public static final int ECHO
- See Also:
- Constant Field Values
ECHOE
public static final int ECHOE
- See Also:
- Constant Field Values
ECHOK
public static final int ECHOK
- See Also:
- Constant Field Values
ECHONL
public static final int ECHONL
- See Also:
- Constant Field Values
NOFLSH
public static final int NOFLSH
- See Also:
- Constant Field Values
TOSTOP
public static final int TOSTOP
- See Also:
- Constant Field Values
IEXTEN
public static final int IEXTEN
- See Also:
- Constant Field Values
ECHOCTL
public static final int ECHOCTL
- See Also:
- Constant Field Values
ECHOKE
public static final int ECHOKE
- See Also:
- Constant Field Values
PENDIN
public static final int PENDIN
- See Also:
- Constant Field Values
OPOST
public static final int OPOST
- See Also:
- Constant Field Values
OLCUC
public static final int OLCUC
- See Also:
- Constant Field Values
ONLCR
public static final int ONLCR
- See Also:
- Constant Field Values
OCRNL
public static final int OCRNL
- See Also:
- Constant Field Values
ONOCR
public static final int ONOCR
- See Also:
- Constant Field Values
ONLRET
public static final int ONLRET
- See Also:
- Constant Field Values
CS7
public static final int CS7
- See Also:
- Constant Field Values
CS8
public static final int CS8
- See Also:
- Constant Field Values
PARENB
public static final int PARENB
- See Also:
- Constant Field Values
PARODD
public static final int PARODD
- See Also:
- Constant Field Values
TTY_OP_ISPEED
public static final int TTY_OP_ISPEED
- See Also:
- Constant Field Values
TTY_OP_OSPEED
public static final int TTY_OP_OSPEED
- See Also:
- Constant Field Values
getAttribute
public int getAttribute(int no)
throws java.io.IOException
- Throws:
java.io.IOException
setAttribute
public void setAttribute(int no,
int value)