|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKaServer
public class KaServer
Esta clase implementa al servidor del juego KaBoom, su misión es coordinar el juego (establecer los turnos de juego), recibir los comandos provenientes desde un programa cliente y replicarlo al resto de los jugadores (tipo echo server).
Field Summary | |
---|---|
private static int |
port
Puerto que es atendido. |
Constructor Summary | |
---|---|
KaServer()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static int port
Constructor Detail |
---|
public KaServer()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |