org.littleshoot.mina.transport.socket.nio
Class SocketConnectorConfig
java.lang.Object
org.littleshoot.mina.common.support.BaseIoServiceConfig
org.littleshoot.mina.common.support.BaseIoConnectorConfig
org.littleshoot.mina.transport.socket.nio.SocketConnectorConfig
- All Implemented Interfaces:
- Cloneable, IoConnectorConfig, IoServiceConfig
public class SocketConnectorConfig
- extends BaseIoConnectorConfig
An IoConnectorConfig for SocketConnector.
- Version:
- $Rev: 587373 $, $Date: 2007-10-23 11:54:05 +0900 (Tue, 23 Oct 2007) $
- Author:
- The Apache Directory Project (mina-dev@directory.apache.org)
SocketConnectorConfig
public SocketConnectorConfig()
- Creates a new instance.
- Throws:
RuntimeIOException - if failed to get the default configuration
getSessionConfig
public SocketSessionConfig getSessionConfig()
- Description copied from interface:
IoServiceConfig
- Resturns the default configuration of the new
IoSessions.
Copyright © 2011 LittleShoot. All Rights Reserved.