Package | Description |
---|---|
org.apache.mina.api |
Base API for the MINA library.
|
org.apache.mina.service |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIoHandler
|
Modifier and Type | Method and Description |
---|---|
IoHandler |
IoService.getIoHandler()
Get the
IoHandler in charge of your business logic for this service. |
Modifier and Type | Method and Description |
---|---|
void |
IoService.setIoHandler(IoHandler handler)
Set the
IoHandler in charge of your business logic for this service. |
Modifier and Type | Method and Description |
---|---|
IoHandler |
AbstractIoService.getIoHandler()
Get the
IoHandler in charge of your business logic for this service. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIoService.setIoHandler(IoHandler handler)
Set the
IoHandler in charge of your business logic for this service. |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.