Closeable, AutoCloseable, PtyExecPty, JansiNativePty, JnaNativePtypublic abstract class AbstractPty extends Object implements Pty
| Constructor | Description |
|---|---|
AbstractPty() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
checkInterrupted() |
|
protected abstract InputStream |
doGetSlaveInput() |
|
protected abstract void |
doSetAttr(Attributes attr) |
|
InputStream |
getSlaveInput() |
|
void |
setAttr(Attributes attr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttr, getMasterInput, getMasterOutput, getSize, getSlaveOutput, setSizepublic void setAttr(Attributes attr) throws IOException
setAttr in interface PtyIOExceptionpublic InputStream getSlaveInput() throws IOException
getSlaveInput in interface PtyIOExceptionprotected abstract void doSetAttr(Attributes attr) throws IOException
IOExceptionprotected abstract InputStream doGetSlaveInput() throws IOException
IOExceptionprotected void checkInterrupted()
throws InterruptedIOException
InterruptedIOExceptionCopyright © 2020. All rights reserved.