org.apache.mina.transport.socket.nio
Class DatagramConnectorConfig

java.lang.Object
  extended by org.apache.mina.common.support.BaseIoServiceConfig
      extended by org.apache.mina.common.support.BaseIoConnectorConfig
          extended by org.apache.mina.transport.socket.nio.DatagramConnectorConfig
All Implemented Interfaces:
Cloneable, IoConnectorConfig, IoServiceConfig

public class DatagramConnectorConfig
extends org.apache.mina.common.support.BaseIoConnectorConfig

An IoConnectorConfig for DatagramConnector.

Version:
$Rev: 391231 $, $Date: 2006-04-04 15:21:55 +0900 (Tue, 04 Apr 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
DatagramConnectorConfig()
          Creates a new instance.
 
Method Summary
 IoSessionConfig getSessionConfig()
          Resturns the default configuration of the new IoSessions.
 
Methods inherited from class org.apache.mina.common.support.BaseIoConnectorConfig
getConnectTimeout, getConnectTimeoutMillis, setConnectTimeout
 
Methods inherited from class org.apache.mina.common.support.BaseIoServiceConfig
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.mina.common.IoServiceConfig
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModel
 

Constructor Detail

DatagramConnectorConfig

public DatagramConnectorConfig()
Creates a new instance.

Throws:
RuntimeIOException - if failed to get the default configuration
Method Detail

getSessionConfig

public IoSessionConfig getSessionConfig()
Description copied from interface: IoServiceConfig
Resturns the default configuration of the new IoSessions.