|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MinaServer
Generic interface for MINA servers.
| Method Summary | |
|---|---|
void |
addIoServiceListener(org.littleshoot.mina.common.IoServiceListener serviceListener)
Adds the specified IoServiceListener to the server. |
void |
start(int localPort)
Starts the MINA server. |
void |
stop()
Stops the MINA server. |
| Method Detail |
|---|
void start(int localPort)
throws IOException
localPort - The port to listen on.
IOException - If we cannot bind to the port.void stop()
void addIoServiceListener(org.littleshoot.mina.common.IoServiceListener serviceListener)
IoServiceListener to the server.
serviceListener - The listener to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||