net.gleamynode.netty.channel.socket
Interface ServerSocketChannelConfig

All Superinterfaces:
ChannelConfig
All Known Implementing Classes:
DefaultServerSocketChannelConfig

public interface ServerSocketChannelConfig
extends ChannelConfig


Method Summary
 int getBacklog()
           
 int getReceiveBufferSize()
           
 boolean isReuseAddress()
           
 void setBacklog(int backlog)
           
 void setPerformancePreferences(int connectionTime, int latency, int bandwidth)
           
 void setReceiveBufferSize(int receiveBufferSize)
           
 void setReuseAddress(boolean reuseAddress)
           
 
Methods inherited from interface net.gleamynode.netty.channel.ChannelConfig
getConnectTimeoutMillis, getPipelineFactory, getWriteTimeoutMillis, setConnectTimeoutMillis, setOptions, setPipelineFactory, setWriteTimeoutMillis
 

Method Detail

getBacklog

int getBacklog()

setBacklog

void setBacklog(int backlog)

isReuseAddress

boolean isReuseAddress()

setReuseAddress

void setReuseAddress(boolean reuseAddress)

getReceiveBufferSize

int getReceiveBufferSize()

setReceiveBufferSize

void setReceiveBufferSize(int receiveBufferSize)

setPerformancePreferences

void setPerformancePreferences(int connectionTime,
                               int latency,
                               int bandwidth)


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.