Interface DomainDatagramChannel

    • 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 
      Modifier and Type Method Description
      DomainDatagramChannelConfig config()  
      boolean isConnected()
      Return true if the DomainDatagramChannel is connected to the remote peer.
      DomainSocketAddress localAddress()  
      DomainSocketAddress remoteAddress()  
      • 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
      • Methods inherited from interface io.netty.channel.unix.UnixChannel

        fd
    • Method Detail

      • isConnected

        boolean isConnected()
        Return true if the DomainDatagramChannel is connected to the remote peer.
      • localAddress

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

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