| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractPty |
|
class |
ExecPty |
| Modifier and Type | Field | Description |
|---|---|---|
protected Pty |
AbstractPosixTerminal.pty |
| Modifier and Type | Method | Description |
|---|---|---|
static Pty |
ExecPty.current() |
|
Pty |
AbstractPosixTerminal.getPty() |
| Constructor | Description |
|---|---|
AbstractPosixTerminal(String name,
String type,
Pty pty) |
|
AbstractPosixTerminal(String name,
String type,
Pty pty,
Charset encoding,
Terminal.SignalHandler signalHandler) |
|
PosixPtyTerminal(String name,
String type,
Pty pty,
InputStream in,
OutputStream out,
Charset encoding) |
|
PosixPtyTerminal(String name,
String type,
Pty pty,
InputStream in,
OutputStream out,
Charset encoding,
Terminal.SignalHandler signalHandler) |
|
PosixPtyTerminal(String name,
String type,
Pty pty,
InputStream in,
OutputStream out,
Charset encoding,
Terminal.SignalHandler signalHandler,
boolean paused) |
|
PosixSysTerminal(String name,
String type,
Pty pty,
Charset encoding,
boolean nativeSignals,
Terminal.SignalHandler signalHandler) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JansiNativePty |
| Modifier and Type | Method | Description |
|---|---|---|
Pty |
JansiSupportImpl.current() |
|
Pty |
JansiSupportImpl.open(Attributes attributes,
Size size) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FreeBsdNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LinuxNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OsXNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SolarisNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JnaNativePty |
| Modifier and Type | Method | Description |
|---|---|---|
Pty |
JnaSupportImpl.current() |
|
Pty |
JnaSupportImpl.open(Attributes attributes,
Size size) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FreeBsdNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LinuxNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OsXNativePty |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SolarisNativePty |
| Modifier and Type | Method | Description |
|---|---|---|
Pty |
JansiSupport.current() |
|
Pty |
JnaSupport.current() |
|
Pty |
JansiSupport.open(Attributes attributes,
Size size) |
|
Pty |
JnaSupport.open(Attributes attributes,
Size size) |
Copyright © 2020. All rights reserved.