public interface  io.netty.channel.unix.ServerDomainSocketChannel extends java.lang.Object implements io.netty.channel.ServerChannel, io.netty.channel.unix.UnixChannel
{
public abstract io.netty.channel.unix.DomainSocketAddress remoteAddress();
public abstract io.netty.channel.unix.DomainSocketAddress localAddress();
}