public interface DomainSocketChannel extends UnixChannel, io.netty.channel.socket.DuplexChannel
UnixChannel that supports communication via
Unix Domain Socket.| Modifier and Type | Method and Description |
|---|---|
DomainSocketChannelConfig |
config() |
DomainSocketAddress |
localAddress() |
DomainSocketAddress |
remoteAddress() |
fdisInputShutdown, isOutputShutdown, isShutdown, shutdown, shutdown, shutdownInput, shutdownInput, shutdownOutput, shutdownOutputalloc, 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, writeAndFlushcompareToDomainSocketAddress remoteAddress()
remoteAddress in interface io.netty.channel.ChannelDomainSocketAddress localAddress()
localAddress in interface io.netty.channel.ChannelDomainSocketChannelConfig config()
config in interface io.netty.channel.ChannelCopyright © 2008–2025 The Netty Project. All rights reserved.