public final class AsyncSshHandlerWriter extends Object implements AutoCloseable
| Constructor and Description |
|---|
AsyncSshHandlerWriter(org.apache.sshd.common.io.IoOutputStream asyncIn) |
| Modifier and Type | Method and Description |
|---|---|
static String |
byteBufToString(io.netty.buffer.ByteBuf msg) |
void |
close() |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise) |
public AsyncSshHandlerWriter(org.apache.sshd.common.io.IoOutputStream asyncIn)
public void write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise)
public static String byteBufToString(io.netty.buffer.ByteBuf msg)
public void close()
close in interface AutoCloseableCopyright © 2017 OpenDaylight. All rights reserved.