| Constructor and Description |
|---|
AbstractPty() |
| Modifier and Type | Method and 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.