public static class Attach.AttachResult extends Object implements Closeable
| Constructor and Description |
|---|
AttachResult(WebSocketStreamHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getErrorStream() |
OutputStream |
getStandardInputStream() |
InputStream |
getStandardOutputStream() |
public AttachResult(WebSocketStreamHandler handler) throws IOException
IOExceptionpublic OutputStream getStandardInputStream()
public InputStream getStandardOutputStream() throws IOException
IOExceptionpublic InputStream getErrorStream()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2021. All rights reserved.