类 GenIdClientSocketChannel
java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.nio.AbstractNioChannel
io.netty.channel.nio.AbstractNioByteChannel
io.netty.channel.socket.nio.NioSocketChannel
com.walker.tcp.netty.GenIdClientSocketChannel
- 所有已实现的接口:
io.netty.channel.Channel,io.netty.channel.ChannelOutboundInvoker,io.netty.channel.socket.DuplexChannel,io.netty.channel.socket.SocketChannel,io.netty.util.AttributeMap,Comparable<io.netty.channel.Channel>
@Deprecated
public class GenIdClientSocketChannel
extends io.netty.channel.socket.nio.NioSocketChannel
已过时。
生成长连接通道ID。自定义该对象。
- 作者:
- 时克英
-
嵌套类概要
从类继承的嵌套类/接口 io.netty.channel.nio.AbstractNioByteChannel
io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe从类继承的嵌套类/接口 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 -
构造器概要
构造器 -
方法概要
从类继承的方法 io.netty.channel.socket.nio.NioSocketChannel
config, doBind, doClose, doConnect, doDisconnect, doFinishConnect, doReadBytes, doShutdownOutput, doWrite, doWriteBytes, doWriteFileRegion, isActive, isInputShutdown, isInputShutdown0, isOutputShutdown, isShutdown, javaChannel, localAddress, localAddress0, newUnsafe, parent, remoteAddress, remoteAddress0, shutdown, shutdown, shutdownInput, shutdownInput, shutdownOutput, shutdownOutput从类继承的方法 io.netty.channel.nio.AbstractNioByteChannel
clearOpWrite, doWrite0, filterOutboundMessage, incompleteWrite, metadata, setOpWrite从类继承的方法 io.netty.channel.nio.AbstractNioChannel
clearReadPending, doBeginRead, 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, equals, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, maxMessagesPerWrite, newChannelPipeline, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, 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, metadata, 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
-
构造器详细资料
-
GenIdClientSocketChannel
public GenIdClientSocketChannel()已过时。 -
GenIdClientSocketChannel
已过时。
-
-
方法详细资料
-
newId
protected io.netty.channel.ChannelId newId()已过时。- 覆盖:
newId在类中io.netty.channel.AbstractChannel
-