|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproactor.server.Server
public class Server
| Constructor Summary | |
|---|---|
Server()
Create a new Server, default port is 9876. |
|
Server(int port)
Create a new Server listening of the specified port. |
|
| Method Summary | |
|---|---|
protected void |
loop()
Event loop. |
static void |
main(java.lang.String[] args)
Start the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Server()
public Server(int port)
port - | Method Detail |
|---|
protected void loop()
public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||