|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.apache.mina.registry | A frontend package that makes setting up MINA easier. |
| Uses of Service in org.apache.mina.registry |
|---|
| Methods in org.apache.mina.registry with parameters of type Service | |
|---|---|
void |
ServiceRegistry.bind(Service service,
IoHandler ioHandler)
Binds the specified I/O handler to the specified service. |
void |
SimpleServiceRegistry.bind(Service service,
IoHandler ioHandler)
|
void |
ServiceRegistry.bind(Service service,
ProtocolProvider protocolProvider)
Binds the specified protocol provider to the specified service. |
void |
SimpleServiceRegistry.bind(Service service,
ProtocolProvider protocolProvider)
|
void |
ServiceRegistry.unbind(Service service)
Unbinds the specified service (and its aggregated I/O handler or protocol provider). |
void |
SimpleServiceRegistry.unbind(Service service)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||