Package | Description |
---|---|
org.apache.mina.api |
Base API for the MINA library.
|
org.apache.mina.session | |
org.apache.mina.transport.tcp |
Shared plumber for TCP transport implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
IoSessionConfig.setTrafficClass(TrafficClassEnum trafficClass)
Set the ToS flag for this session
|
Modifier and Type | Method and Description |
---|---|
static TrafficClassEnum |
TrafficClassEnum.valueOf(int value)
Get back the Enum value fro the integer value
|
static TrafficClassEnum |
TrafficClassEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficClassEnum[] |
TrafficClassEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIoSessionConfig.setTrafficClass(TrafficClassEnum trafficClass)
Set the ToS flag for this session
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyTcpSessionConfig.setTrafficClass(TrafficClassEnum trafficClass)
Set the ToS flag for this session
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.