Package | Description |
---|---|
org.apache.mina.api |
Base API for the MINA library.
|
org.apache.mina.service | |
org.apache.mina.service.server | |
org.apache.mina.session | |
org.apache.mina.transport.bio |
Transport implementation base on blocking I/O
Socket |
org.apache.mina.transport.tcp |
Shared plumber for TCP transport implementations.
|
org.apache.mina.transport.udp |
Shared plumber UDP transport implementations.
|
Modifier and Type | Method and Description |
---|---|
IoSessionConfig |
IoSession.getConfig()
Gets the session configuration, it where the idle timeout are set and other transport specific configuration.
|
IoSessionConfig |
IoService.getSessionConfig()
Returns the default configuration of the new
IoSession s created by this service. |
Modifier and Type | Field and Description |
---|---|
protected IoSessionConfig |
AbstractIoService.config
the default session configuration
|
Modifier and Type | Method and Description |
---|---|
IoSessionConfig |
AbstractIoServer.getSessionConfig()
Returns the default configuration of the new
IoSession s created by this service. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIoServer.setSessionConfig(IoSessionConfig config)
Set the default configuration for created TCP sessions
|
Constructor and Description |
---|
AbstractIoServer(IoSessionConfig config,
IoHandlerExecutor eventExecutor)
Create an new AbstractIoServer instance
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIoSessionConfig
Base class for session configuration.
|
Modifier and Type | Field and Description |
---|---|
protected IoSessionConfig |
AbstractIoSession.config
The session config
|
Modifier and Type | Method and Description |
---|---|
IoSessionConfig |
BioUdpSession.getConfig()
Gets the session configuration, it where the idle timeout are set and other transport specific configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TcpSessionConfig
A
IoSessionConfig for socket based sessions. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpSessionConfig
Implementation for the socket session configuration.
|
class |
ProxyTcpSessionConfig
This class proxy the inner java.net.Socket configuration with the SocketSessionConfig of the session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UdpSessionConfig
A
IoSessionConfig for UDP based sessions. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUdpSessionConfig
Implementation for the UDP session configuration.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.