public class NioUdtByteAcceptorChannel extends NioUdtAcceptorChannel
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe, io.netty.channel.nio.AbstractNioChannel.NioUnsafelogger| Constructor and Description |
|---|
NioUdtByteAcceptorChannel() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBufAllocator |
alloc() |
io.netty.channel.ChannelFuture |
bind(SocketAddress arg0) |
io.netty.channel.ChannelFuture |
bind(SocketAddress arg0,
io.netty.channel.ChannelPromise arg1) |
io.netty.channel.ChannelFuture |
close() |
io.netty.channel.ChannelFuture |
close(io.netty.channel.ChannelPromise arg0) |
io.netty.channel.ChannelFuture |
connect(SocketAddress arg0) |
io.netty.channel.ChannelFuture |
connect(SocketAddress arg0,
io.netty.channel.ChannelPromise arg1) |
io.netty.channel.ChannelFuture |
connect(SocketAddress arg0,
SocketAddress arg1) |
io.netty.channel.ChannelFuture |
connect(SocketAddress arg0,
SocketAddress arg1,
io.netty.channel.ChannelPromise arg2) |
io.netty.channel.ChannelFuture |
deregister() |
io.netty.channel.ChannelFuture |
deregister(io.netty.channel.ChannelPromise arg0) |
io.netty.channel.ChannelFuture |
disconnect() |
io.netty.channel.ChannelFuture |
disconnect(io.netty.channel.ChannelPromise arg0) |
protected int |
doReadMessages(List<Object> buf) |
io.netty.channel.ChannelMetadata |
metadata() |
io.netty.channel.ChannelFuture |
newFailedFuture(Throwable arg0) |
io.netty.channel.ChannelProgressivePromise |
newProgressivePromise() |
io.netty.channel.ChannelPromise |
newPromise() |
io.netty.channel.ChannelFuture |
newSucceededFuture() |
io.netty.channel.ChannelPipeline |
pipeline() |
io.netty.channel.ChannelPromise |
voidPromise() |
io.netty.channel.ChannelFuture |
write(Object arg0) |
io.netty.channel.ChannelFuture |
write(Object arg0,
io.netty.channel.ChannelPromise arg1) |
io.netty.channel.ChannelFuture |
writeAndFlush(Object arg0) |
io.netty.channel.ChannelFuture |
writeAndFlush(Object arg0,
io.netty.channel.ChannelPromise arg1) |
config, doBind, doClose, doConnect, doDisconnect, doFinishConnect, doWriteMessage, isActive, javaChannel, localAddress, localAddress0, remoteAddress, remoteAddress0doBeginRead, doDeregister, doRegister, eventLoop, isCompatible, isInputShutdown, isOpen, selectionKey, unsafealloc, bind, bind, calculateMessageSize, checkEOF, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doPreClose, equals, flush, hashCode, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, toString, voidPromise, write, write, writeAndFlush, writeAndFlushclone, finalize, getClass, notify, notifyAll, wait, wait, waitcloseFuture, eventLoop, flush, isOpen, isRegistered, isWritable, parent, read, unsafecompareToprotected int doReadMessages(List<Object> buf) throws Exception
doReadMessages in class io.netty.channel.nio.AbstractNioMessageChannelExceptionpublic io.netty.channel.ChannelMetadata metadata()
public io.netty.channel.ChannelFuture bind(SocketAddress arg0)
public io.netty.channel.ChannelFuture connect(SocketAddress arg0)
public io.netty.channel.ChannelFuture connect(SocketAddress arg0, SocketAddress arg1)
public io.netty.channel.ChannelFuture disconnect()
public io.netty.channel.ChannelFuture close()
public io.netty.channel.ChannelFuture deregister()
public io.netty.channel.ChannelFuture bind(SocketAddress arg0, io.netty.channel.ChannelPromise arg1)
public io.netty.channel.ChannelFuture connect(SocketAddress arg0, io.netty.channel.ChannelPromise arg1)
public io.netty.channel.ChannelFuture connect(SocketAddress arg0, SocketAddress arg1, io.netty.channel.ChannelPromise arg2)
public io.netty.channel.ChannelFuture disconnect(io.netty.channel.ChannelPromise arg0)
public io.netty.channel.ChannelFuture close(io.netty.channel.ChannelPromise arg0)
public io.netty.channel.ChannelFuture deregister(io.netty.channel.ChannelPromise arg0)
public io.netty.channel.ChannelFuture write(Object arg0)
public io.netty.channel.ChannelFuture write(Object arg0, io.netty.channel.ChannelPromise arg1)
public io.netty.channel.ChannelFuture writeAndFlush(Object arg0, io.netty.channel.ChannelPromise arg1)
public io.netty.channel.ChannelFuture writeAndFlush(Object arg0)
public io.netty.channel.ChannelPipeline pipeline()
public io.netty.buffer.ByteBufAllocator alloc()
public io.netty.channel.ChannelPromise newPromise()
public io.netty.channel.ChannelProgressivePromise newProgressivePromise()
public io.netty.channel.ChannelFuture newSucceededFuture()
public io.netty.channel.ChannelFuture newFailedFuture(Throwable arg0)
public io.netty.channel.ChannelPromise voidPromise()
Copyright © 2008–2013 The Netty Project. All rights reserved.