public final class AsyncSshHandlerReader extends Object implements org.apache.sshd.common.future.SshFutureListener<org.apache.sshd.common.io.IoReadFuture>, AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsyncSshHandlerReader.ReadMsgHandler |
| Constructor and Description |
|---|
AsyncSshHandlerReader(AutoCloseable connectionClosedCallback,
AsyncSshHandlerReader.ReadMsgHandler readHandler,
String channelId,
org.apache.sshd.common.io.IoInputStream asyncOut) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
operationComplete(org.apache.sshd.common.io.IoReadFuture future) |
public AsyncSshHandlerReader(AutoCloseable connectionClosedCallback, AsyncSshHandlerReader.ReadMsgHandler readHandler, String channelId, org.apache.sshd.common.io.IoInputStream asyncOut)
public void operationComplete(org.apache.sshd.common.io.IoReadFuture future)
operationComplete in interface org.apache.sshd.common.future.SshFutureListener<org.apache.sshd.common.io.IoReadFuture>public void close()
close in interface AutoCloseableCopyright © 2017 OpenDaylight. All rights reserved.