public interface  oadd.io.netty.channel.socket.DuplexChannelConfig extends java.lang.Object implements oadd.io.netty.channel.ChannelConfig
{
public abstract boolean isAllowHalfClosure();
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setAllowHalfClosure(boolean);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setMaxMessagesPerRead(int);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setWriteSpinCount(int);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setAllocator(oadd.io.netty.buffer.ByteBufAllocator);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setRecvByteBufAllocator(oadd.io.netty.channel.RecvByteBufAllocator);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setAutoRead(boolean);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setAutoClose(boolean);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setMessageSizeEstimator(oadd.io.netty.channel.MessageSizeEstimator);
public abstract oadd.io.netty.channel.socket.DuplexChannelConfig setWriteBufferWaterMark(oadd.io.netty.channel.WriteBufferWaterMark);
}