Interface UdtChannel

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.Channel

        io.netty.channel.Channel.Unsafe
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      UdtChannelConfig config()
      Deprecated.
      Returns the UdtChannelConfig of the channel.
      InetSocketAddress localAddress()
      Deprecated.
       
      InetSocketAddress remoteAddress()
      Deprecated.
       
      • Methods inherited from interface io.netty.util.AttributeMap

        attr, hasAttr
      • Methods inherited from interface io.netty.channel.Channel

        alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, eventLoop, flush, getOption, id, isActive, isOpen, isRegistered, isWritable, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, setOption, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
    • Method Detail

      • localAddress

        InetSocketAddress localAddress()
        Deprecated.
        Specified by:
        localAddress in interface io.netty.channel.Channel
      • remoteAddress

        InetSocketAddress remoteAddress()
        Deprecated.
        Specified by:
        remoteAddress in interface io.netty.channel.Channel