org.apache.mina.transport.socket
Class AbstractDatagramSessionConfig
java.lang.Object
org.apache.mina.common.AbstractIoSessionConfig
org.apache.mina.transport.socket.AbstractDatagramSessionConfig
- All Implemented Interfaces:
- IoSessionConfig, DatagramSessionConfig
- Direct Known Subclasses:
- DefaultDatagramSessionConfig
public abstract class AbstractDatagramSessionConfig
- extends AbstractIoSessionConfig
- implements DatagramSessionConfig
- Version:
- $Rev: 576455 $, $Date: 2007-09-17 16:39:24 +0200 (Mon, 17 Sep 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
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.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 |
AbstractDatagramSessionConfig
protected AbstractDatagramSessionConfig()
doSetAll
protected 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.