Uses of Interface
org.apache.mina.transport.socket.SocketSessionConfig

Packages that use SocketSessionConfig
org.apache.mina.transport.socket   
org.apache.mina.transport.socket.apr   
org.apache.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API
 

Uses of SocketSessionConfig in org.apache.mina.transport.socket
 

Classes in org.apache.mina.transport.socket that implement SocketSessionConfig
 class AbstractSocketSessionConfig
           
 class DefaultSocketSessionConfig
          A default implementation of SocketSessionConfig.
 

Methods in org.apache.mina.transport.socket that return SocketSessionConfig
 SocketSessionConfig SocketSession.getConfig()
           
 SocketSessionConfig SocketService.getSessionConfig()
           
 

Uses of SocketSessionConfig in org.apache.mina.transport.socket.apr
 

Methods in org.apache.mina.transport.socket.apr that return SocketSessionConfig
 SocketSessionConfig AprSocketAcceptor.getSessionConfig()
           
 SocketSessionConfig AprSocketConnector.getSessionConfig()
           
 

Uses of SocketSessionConfig in org.apache.mina.transport.socket.nio
 

Methods in org.apache.mina.transport.socket.nio that return SocketSessionConfig
 SocketSessionConfig NioSocketConnector.getSessionConfig()
           
 SocketSessionConfig NioSocketAcceptor.getSessionConfig()
           
 



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