public class IoServiceUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IoServiceUtils.Configuration
Interface for I/O services configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CHAIN_CODEC
Key for codec chains.
|
| Constructor and Description |
|---|
IoServiceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initialize(org.apache.mina.core.service.IoService service,
org.apache.mina.core.service.IoHandler handler,
IoServiceUtils.Configuration config)
Initializes I/O service for text protocols.
|
protected static final String CHAIN_CODEC
public static void initialize(org.apache.mina.core.service.IoService service,
org.apache.mina.core.service.IoHandler handler,
IoServiceUtils.Configuration config)
service - I/O service connector.handler - Protocol handler.config - Configuration.Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.