com.sshtools.j2ssh.session

Interface PseudoTerminal

Known Implementing Classes:
Ssh.Exec, Ssh.Shell, TerminalIO

public interface PseudoTerminal

Version:
$Revision: 1.18 $
Author:
$author$

Field Summary

static int
CS7
static int
CS8
static int
ECHO
static int
ECHOCTL
static int
ECHOE
static int
ECHOK
static int
ECHOKE
static int
ECHONL
static int
ICANON
static int
ICRNL
static int
IEXTEN
static int
IGNCR
static int
IGNPAR
static int
IMAXBEL
static int
INLCR
static int
INPCK
static int
ISIG
static int
ISTRIP
static int
IUCLC
static int
IXANY
static int
IXOFF
static int
IXON
static int
NOFLSH
static int
OCRNL
static int
OLCUC
static int
ONLCR
static int
ONLRET
static int
ONOCR
static int
OPOST
static int
PARENB
static int
PARMRK
static int
PARODD
static int
PENDIN
static int
TOSTOP
static int
TTY_OP_END
static int
TTY_OP_ISPEED
static int
TTY_OP_OSPEED
static int
VDISCARD
static int
VDSUSP
static int
VEOF
static int
VEOL
static int
VEOL2
static int
VERASE
static int
VFLUSH
static int
VINTR
static int
VKILL
static int
VLNEXT
static int
VQUIT
static int
VREPRINT
static int
VSTART
static int
VSTATUS
static int
VSTOP
static int
VSUSP
static int
VSWTCH
static int
VWERASE
static int
XCASE

Method Summary

int
getColumns()
String
getEncodedTerminalModes()
int
getHeight()
int
getRows()
String
getTerm()
int
getWidth()

Field Details

CS7

public static final int CS7
Field Value:
90

CS8

public static final int CS8
Field Value:
91

ECHO

public static final int ECHO
Field Value:
53

ECHOCTL

public static final int ECHOCTL
Field Value:
60

ECHOE

public static final int ECHOE
Field Value:
54

ECHOK

public static final int ECHOK
Field Value:
55

ECHOKE

public static final int ECHOKE
Field Value:
61

ECHONL

public static final int ECHONL
Field Value:
56

ICANON

public static final int ICANON
Field Value:
51

ICRNL

public static final int ICRNL
Field Value:
36

IEXTEN

public static final int IEXTEN
Field Value:
59

IGNCR

public static final int IGNCR
Field Value:
35

IGNPAR

public static final int IGNPAR
Field Value:
30

IMAXBEL

public static final int IMAXBEL
Field Value:
41

INLCR

public static final int INLCR
Field Value:
34

INPCK

public static final int INPCK
Field Value:
32

ISIG

public static final int ISIG
Field Value:
50

ISTRIP

public static final int ISTRIP
Field Value:
33

IUCLC

public static final int IUCLC
Field Value:
37

IXANY

public static final int IXANY
Field Value:
39

IXOFF

public static final int IXOFF
Field Value:
40

IXON

public static final int IXON
Field Value:
38

NOFLSH

public static final int NOFLSH
Field Value:
57

OCRNL

public static final int OCRNL
Field Value:
73

OLCUC

public static final int OLCUC
Field Value:
71

ONLCR

public static final int ONLCR
Field Value:
72

ONLRET

public static final int ONLRET
Field Value:
75

ONOCR

public static final int ONOCR
Field Value:
74

OPOST

public static final int OPOST
Field Value:
70

PARENB

public static final int PARENB
Field Value:
92

PARMRK

public static final int PARMRK
Field Value:
31

PARODD

public static final int PARODD
Field Value:
93

PENDIN

public static final int PENDIN
Field Value:
62

TOSTOP

public static final int TOSTOP
Field Value:
58

TTY_OP_END

public static final int TTY_OP_END
Field Value:
0

TTY_OP_ISPEED

public static final int TTY_OP_ISPEED
Field Value:
128

TTY_OP_OSPEED

public static final int TTY_OP_OSPEED
Field Value:
129

VDISCARD

public static final int VDISCARD
Field Value:
18

VDSUSP

public static final int VDSUSP
Field Value:
11

VEOF

public static final int VEOF
Field Value:
5

VEOL

public static final int VEOL
Field Value:
6

VEOL2

public static final int VEOL2
Field Value:
7

VERASE

public static final int VERASE
Field Value:
3

VFLUSH

public static final int VFLUSH
Field Value:
15

VINTR

public static final int VINTR
Field Value:
1

VKILL

public static final int VKILL
Field Value:
4

VLNEXT

public static final int VLNEXT
Field Value:
14

VQUIT

public static final int VQUIT
Field Value:
2

VREPRINT

public static final int VREPRINT
Field Value:
12

VSTART

public static final int VSTART
Field Value:
8

VSTATUS

public static final int VSTATUS
Field Value:
17

VSTOP

public static final int VSTOP
Field Value:
9

VSUSP

public static final int VSUSP
Field Value:
10

VSWTCH

public static final int VSWTCH
Field Value:
16

VWERASE

public static final int VWERASE
Field Value:
13

XCASE

public static final int XCASE
Field Value:
52

Method Details

getColumns

public int getColumns()
Returns:

getEncodedTerminalModes

public String getEncodedTerminalModes()
Returns:

getHeight

public int getHeight()
Returns:

getRows

public int getRows()
Returns:

getTerm

public String getTerm()
Returns:

getWidth

public int getWidth()
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.