public interface DomainDatagramChannel extends UnixChannel, io.netty.channel.Channel
UnixChannel that supports communication via
UNIX domain datagram sockets.| Modifier and Type | Method and Description |
|---|---|
DomainDatagramChannelConfig |
config() |
boolean |
isConnected()
Return
true if the DomainDatagramChannel is connected to the remote peer. |
DomainSocketAddress |
localAddress() |
DomainSocketAddress |
remoteAddress() |
fdalloc, 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, writeAndFlushcompareToDomainDatagramChannelConfig config()
config in interface io.netty.channel.Channelboolean isConnected()
true if the DomainDatagramChannel is connected to the remote peer.DomainSocketAddress localAddress()
localAddress in interface io.netty.channel.ChannelDomainSocketAddress remoteAddress()
remoteAddress in interface io.netty.channel.ChannelCopyright © 2008–2025 The Netty Project. All rights reserved.