类 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
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
    GenIdClientSocketChannel(io.netty.channel.Channel parent, SocketChannel socket)
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected io.netty.channel.ChannelId
    已过时。
     

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    从接口继承的方法 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

      public GenIdClientSocketChannel(io.netty.channel.Channel parent, SocketChannel socket)
      已过时。
  • 方法详细资料

    • newId

      protected io.netty.channel.ChannelId newId()
      已过时。
      覆盖:
      newId 在类中 io.netty.channel.AbstractChannel