com.sshtools.j2ssh.session
Interface PseudoTerminal

All 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()
           
 java.lang.String getEncodedTerminalModes()
           
 int getHeight()
           
 int getRows()
           
 java.lang.String getTerm()
           
 int getWidth()
           
 

Field Detail

TTY_OP_END

static final int TTY_OP_END
See Also:
Constant Field Values

VINTR

static final int VINTR
See Also:
Constant Field Values

VQUIT

static final int VQUIT
See Also:
Constant Field Values

VERASE

static final int VERASE
See Also:
Constant Field Values

VKILL

static final int VKILL
See Also:
Constant Field Values

VEOF

static final int VEOF
See Also:
Constant Field Values

VEOL

static final int VEOL
See Also:
Constant Field Values

VEOL2

static final int VEOL2
See Also:
Constant Field Values

VSTART

static final int VSTART
See Also:
Constant Field Values

VSTOP

static final int VSTOP
See Also:
Constant Field Values

VSUSP

static final int VSUSP
See Also:
Constant Field Values

VDSUSP

static final int VDSUSP
See Also:
Constant Field Values

VREPRINT

static final int VREPRINT
See Also:
Constant Field Values

VWERASE

static final int VWERASE
See Also:
Constant Field Values

VLNEXT

static final int VLNEXT
See Also:
Constant Field Values

VFLUSH

static final int VFLUSH
See Also:
Constant Field Values

VSWTCH

static final int VSWTCH
See Also:
Constant Field Values

VSTATUS

static final int VSTATUS
See Also:
Constant Field Values

VDISCARD

static final int VDISCARD
See Also:
Constant Field Values

IGNPAR

static final int IGNPAR
See Also:
Constant Field Values

PARMRK

static final int PARMRK
See Also:
Constant Field Values

INPCK

static final int INPCK
See Also:
Constant Field Values

ISTRIP

static final int ISTRIP
See Also:
Constant Field Values

INLCR

static final int INLCR
See Also:
Constant Field Values

IGNCR

static final int IGNCR
See Also:
Constant Field Values

ICRNL

static final int ICRNL
See Also:
Constant Field Values

IUCLC

static final int IUCLC
See Also:
Constant Field Values

IXON

static final int IXON
See Also:
Constant Field Values

IXANY

static final int IXANY
See Also:
Constant Field Values

IXOFF

static final int IXOFF
See Also:
Constant Field Values

IMAXBEL

static final int IMAXBEL
See Also:
Constant Field Values

ISIG

static final int ISIG
See Also:
Constant Field Values

ICANON

static final int ICANON
See Also:
Constant Field Values

XCASE

static final int XCASE
See Also:
Constant Field Values

ECHO

static final int ECHO
See Also:
Constant Field Values

ECHOE

static final int ECHOE
See Also:
Constant Field Values

ECHOK

static final int ECHOK
See Also:
Constant Field Values

ECHONL

static final int ECHONL
See Also:
Constant Field Values

NOFLSH

static final int NOFLSH
See Also:
Constant Field Values

TOSTOP

static final int TOSTOP
See Also:
Constant Field Values

IEXTEN

static final int IEXTEN
See Also:
Constant Field Values

ECHOCTL

static final int ECHOCTL
See Also:
Constant Field Values

ECHOKE

static final int ECHOKE
See Also:
Constant Field Values

PENDIN

static final int PENDIN
See Also:
Constant Field Values

OPOST

static final int OPOST
See Also:
Constant Field Values

OLCUC

static final int OLCUC
See Also:
Constant Field Values

ONLCR

static final int ONLCR
See Also:
Constant Field Values

OCRNL

static final int OCRNL
See Also:
Constant Field Values

ONOCR

static final int ONOCR
See Also:
Constant Field Values

ONLRET

static final int ONLRET
See Also:
Constant Field Values

CS7

static final int CS7
See Also:
Constant Field Values

CS8

static final int CS8
See Also:
Constant Field Values

PARENB

static final int PARENB
See Also:
Constant Field Values

PARODD

static final int PARODD
See Also:
Constant Field Values

TTY_OP_ISPEED

static final int TTY_OP_ISPEED
See Also:
Constant Field Values

TTY_OP_OSPEED

static final int TTY_OP_OSPEED
See Also:
Constant Field Values
Method Detail

getColumns

int getColumns()
Returns:

getEncodedTerminalModes

java.lang.String getEncodedTerminalModes()
Returns:

getHeight

int getHeight()
Returns:

getRows

int getRows()
Returns:

getTerm

java.lang.String getTerm()
Returns:

getWidth

int getWidth()
Returns:


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