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

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.SocketConnectorConfig
All Implemented Interfaces:
Cloneable, IoConnectorConfig, IoServiceConfig

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

An IoConnectorConfig for SocketConnector.

Version:
$Rev: 587373 $, $Date: 2007-10-23 04:54:05 +0200 (Tue, 23 Oct 2007) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
SocketConnectorConfig()
          Creates a new instance.
 
Method Summary
 SocketSessionConfig 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

SocketConnectorConfig

public SocketConnectorConfig()
Creates a new instance.

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

getSessionConfig

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



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