org.apache.mina.transport.socket
Class AbstractSocketSessionConfig

java.lang.Object
  extended by org.apache.mina.common.AbstractIoSessionConfig
      extended by org.apache.mina.transport.socket.AbstractSocketSessionConfig
All Implemented Interfaces:
IoSessionConfig, SocketSessionConfig
Direct Known Subclasses:
DefaultSocketSessionConfig

public abstract class AbstractSocketSessionConfig
extends AbstractIoSessionConfig
implements SocketSessionConfig

Version:
$Rev: 576455 $, $Date: 2007-09-17 16:39:24 +0200 (Mon, 17 Sep 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
protected AbstractSocketSessionConfig()
           
 
Method Summary
protected  void doSetAll(IoSessionConfig config)
          Implement this method to set all transport-specific configuration properties retrieved from the specified config.
 
Methods inherited from class org.apache.mina.common.AbstractIoSessionConfig
getBothIdleTime, getBothIdleTimeInMillis, getIdleTime, getIdleTimeInMillis, getMaxReadBufferSize, getMinReadBufferSize, getReadBufferSize, getReaderIdleTime, getReaderIdleTimeInMillis, getThroughputCalculationInterval, getThroughputCalculationIntervalInMillis, getWriterIdleTime, getWriterIdleTimeInMillis, getWriteTimeout, getWriteTimeoutInMillis, isUseReadOperation, setAll, setBothIdleTime, setIdleTime, setMaxReadBufferSize, setMinReadBufferSize, setReadBufferSize, setReaderIdleTime, setThroughputCalculationInterval, setUseReadOperation, setWriterIdleTime, setWriteTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.mina.transport.socket.SocketSessionConfig
getReceiveBufferSize, getSendBufferSize, getSoLinger, getTrafficClass, isKeepAlive, isOobInline, isReuseAddress, isTcpNoDelay, setKeepAlive, setOobInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setTcpNoDelay, setTrafficClass
 
Methods inherited from interface org.apache.mina.common.IoSessionConfig
getBothIdleTime, getBothIdleTimeInMillis, getIdleTime, getIdleTimeInMillis, getMaxReadBufferSize, getMinReadBufferSize, getReadBufferSize, getReaderIdleTime, getReaderIdleTimeInMillis, getThroughputCalculationInterval, getThroughputCalculationIntervalInMillis, getWriterIdleTime, getWriterIdleTimeInMillis, getWriteTimeout, getWriteTimeoutInMillis, isUseReadOperation, setAll, setBothIdleTime, setIdleTime, setMaxReadBufferSize, setMinReadBufferSize, setReadBufferSize, setReaderIdleTime, setThroughputCalculationInterval, setUseReadOperation, setWriterIdleTime, setWriteTimeout
 

Constructor Detail

AbstractSocketSessionConfig

protected AbstractSocketSessionConfig()
Method Detail

doSetAll

protected final void doSetAll(IoSessionConfig config)
Description copied from class: AbstractIoSessionConfig
Implement this method to set all transport-specific configuration properties retrieved from the specified config.

Specified by:
doSetAll in class AbstractIoSessionConfig


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.