Package io.netty.channel.unix
Interface ServerDomainSocketChannel
-
- All Superinterfaces:
io.netty.util.AttributeMap,io.netty.channel.Channel,io.netty.channel.ChannelOutboundInvoker,java.lang.Comparable<io.netty.channel.Channel>,io.netty.channel.ServerChannel,UnixChannel
public interface ServerDomainSocketChannel extends io.netty.channel.ServerChannel, UnixChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainSocketAddresslocalAddress()DomainSocketAddressremoteAddress()-
Methods inherited from interface io.netty.channel.Channel
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, config, 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 io.netty.channel.unix.UnixChannel
fd
-
-
-
-
Method Detail
-
remoteAddress
DomainSocketAddress remoteAddress()
- Specified by:
remoteAddressin interfaceio.netty.channel.Channel
-
localAddress
DomainSocketAddress localAddress()
- Specified by:
localAddressin interfaceio.netty.channel.Channel
-
-