public class TomP2POutbound
extends io.netty.channel.ChannelOutboundHandlerAdapter
| Constructor and Description |
|---|
TomP2POutbound(boolean preferDirect,
SignatureFactory signatureFactory) |
TomP2POutbound(boolean preferDirect,
SignatureFactory signatureFactory,
CompByteBufAllocator alloc) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, readhandlerAdded, handlerRemoved, isSharablepublic TomP2POutbound(boolean preferDirect,
SignatureFactory signatureFactory)
public TomP2POutbound(boolean preferDirect,
SignatureFactory signatureFactory,
CompByteBufAllocator alloc)
public void write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise)
throws Exception
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.channel.ChannelOutboundHandlerAdapterExceptionCopyright © 2014. All rights reserved.