Interface DomainSocketChannel

  • All Superinterfaces:
    io.netty.util.AttributeMap, io.netty.channel.Channel, io.netty.channel.ChannelOutboundInvoker, java.lang.Comparable<io.netty.channel.Channel>, io.netty.channel.socket.DuplexChannel, UnixChannel

    public interface DomainSocketChannel
    extends UnixChannel, io.netty.channel.socket.DuplexChannel
    A UnixChannel that supports communication via Unix Domain Socket.
    • 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
      DomainSocketChannelConfig config()  
      DomainSocketAddress localAddress()  
      DomainSocketAddress remoteAddress()  
      • Methods inherited from interface io.netty.util.AttributeMap

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

        alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, metadata, parent, pipeline, read, unsafe
      • Methods inherited from interface 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
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface io.netty.channel.socket.DuplexChannel

        isInputShutdown, isOutputShutdown, isShutdown, shutdown, shutdown, shutdownInput, shutdownInput, shutdownOutput, shutdownOutput
      • Methods inherited from interface io.netty.channel.unix.UnixChannel

        fd
    • Method Detail

      • remoteAddress

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

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