public class EmbeddedByteChannel extends AbstractEmbeddedChannel
AbstractChannel.AbstractUnsafeChannel.UnsafelastOutboundBufferflushFutureNotifier| Constructor and Description |
|---|
EmbeddedByteChannel(ChannelHandler... handlers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFlushByteBuffer(io.netty.buffer.ByteBuf buf) |
boolean |
finish() |
io.netty.buffer.ByteBuf |
inboundBuffer() |
io.netty.buffer.ByteBuf |
lastOutboundBuffer() |
ChannelMetadata |
metadata()
|
io.netty.buffer.ByteBuf |
readOutbound() |
boolean |
writeInbound(io.netty.buffer.ByteBuf data) |
boolean |
writeOutbound(Object msg) |
checkException, config, doBind, doClose, doDeregister, doDisconnect, doRegister, isActive, isCompatible, isFlushPending, isOpen, lastInboundByteBuffer, lastInboundMessageBuffer, localAddress0, newUnsafe, readInbound, remoteAddress0bind, bind, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doFlushMessageBuffer, doPreClose, equals, eventLoop, flush, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, localAddress, newFailedFuture, newFuture, newSucceededFuture, outboundByteBuffer, outboundMessageBuffer, parent, pipeline, remoteAddress, toString, unsafe, write, writepublic EmbeddedByteChannel(ChannelHandler... handlers)
public ChannelMetadata metadata()
Channelpublic io.netty.buffer.ByteBuf inboundBuffer()
public io.netty.buffer.ByteBuf lastOutboundBuffer()
public io.netty.buffer.ByteBuf readOutbound()
public boolean writeInbound(io.netty.buffer.ByteBuf data)
public boolean writeOutbound(Object msg)
public boolean finish()
protected void doFlushByteBuffer(io.netty.buffer.ByteBuf buf)
throws Exception
doFlushByteBuffer in class AbstractChannelExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.