类 GenIdNioSocketChannel
java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.nio.AbstractNioChannel
io.netty.channel.nio.AbstractNioMessageChannel
io.netty.channel.socket.nio.NioServerSocketChannel
com.walker.tcp.netty.GenIdNioSocketChannel
- 所有已实现的接口:
io.netty.channel.Channel,io.netty.channel.ChannelOutboundInvoker,io.netty.channel.ServerChannel,io.netty.channel.socket.ServerSocketChannel,io.netty.util.AttributeMap,Comparable<io.netty.channel.Channel>
@Deprecated
public class GenIdNioSocketChannel
extends io.netty.channel.socket.nio.NioServerSocketChannel
已过时。
生成长连接通道ID。自定义该对象。
- 作者:
- 时克英
-
嵌套类概要
从类继承的嵌套类/接口 io.netty.channel.nio.AbstractNioChannel
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe, io.netty.channel.nio.AbstractNioChannel.NioUnsafe从类继承的嵌套类/接口 io.netty.channel.AbstractChannel
io.netty.channel.AbstractChannel.AbstractUnsafe从接口继承的嵌套类/接口 io.netty.channel.Channel
io.netty.channel.Channel.Unsafe -
字段概要
字段从类继承的字段 io.netty.channel.nio.AbstractNioChannel
readInterestOp -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected intdoReadMessages(List<Object> buf) 已过时。protected io.netty.channel.ChannelIdnewId()已过时。从类继承的方法 io.netty.channel.socket.nio.NioServerSocketChannel
closeOnReadError, config, doBind, doClose, doConnect, doDisconnect, doFinishConnect, doWriteMessage, filterOutboundMessage, isActive, javaChannel, localAddress, localAddress0, metadata, remoteAddress, remoteAddress0从类继承的方法 io.netty.channel.nio.AbstractNioMessageChannel
continueOnWriteError, continueReading, doBeginRead, doWrite, newUnsafe从类继承的方法 io.netty.channel.nio.AbstractNioChannel
clearReadPending, doDeregister, doRegister, eventLoop, isCompatible, isOpen, isReadPending, newDirectBuffer, newDirectBuffer, selectionKey, setReadPending, unsafe从类继承的方法 io.netty.channel.AbstractChannel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doShutdownOutput, equals, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, maxMessagesPerWrite, newChannelPipeline, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, toString, validateFileRegion, voidPromise, write, write, writeAndFlush, writeAndFlush从类继承的方法 io.netty.util.DefaultAttributeMap
attr, hasAttr从接口继承的方法 io.netty.util.AttributeMap
attr, hasAttr从接口继承的方法 io.netty.channel.Channel
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isOpen, isRegistered, isWritable, parent, pipeline, read, unsafe从接口继承的方法 io.netty.channel.ChannelOutboundInvoker
bind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlush从接口继承的方法 java.lang.Comparable
compareTo
-
字段详细资料
-
logger
protected final transient org.slf4j.Logger logger已过时。
-
-
构造器详细资料
-
GenIdNioSocketChannel
public GenIdNioSocketChannel()已过时。
-
-
方法详细资料
-
doReadMessages
已过时。- 覆盖:
doReadMessages在类中io.netty.channel.socket.nio.NioServerSocketChannel- 抛出:
Exception
-
newId
protected io.netty.channel.ChannelId newId()已过时。- 覆盖:
newId在类中io.netty.channel.AbstractChannel
-