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() |
fd
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, metadata, parent, pipeline, read, unsafe
bind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlush
compareTo
DomainDatagramChannelConfig config()
config
in interface io.netty.channel.Channel
boolean isConnected()
true
if the DomainDatagramChannel
is connected to the remote peer.DomainSocketAddress localAddress()
localAddress
in interface io.netty.channel.Channel
DomainSocketAddress remoteAddress()
remoteAddress
in interface io.netty.channel.Channel
Copyright © 2008–2021 The Netty Project. All rights reserved.