public interface  io.netty.channel.unix.DomainSocketChannel extends java.lang.Object implements io.netty.channel.unix.UnixChannel, io.netty.channel.socket.DuplexChannel
{
public abstract io.netty.channel.unix.DomainSocketAddress remoteAddress();
public abstract io.netty.channel.unix.DomainSocketAddress localAddress();
public abstract io.netty.channel.unix.DomainSocketChannelConfig config();
}