|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectObstacleServer
Nested Class Summary | |
(package private) class |
ObstacleServer.ObstacleServerThread
|
Field Summary | |
(package private) int |
clientCount
|
(package private) int[][] |
obstacleData
|
(package private) static int |
SERVER_PORT
|
Constructor Summary | |
ObstacleServer()
Contains a infinite loop that used to alternately multicasts location messages and listens for clients. |
Method Summary | |
static void |
main(java.lang.String[] args)
Driver for starting the obstacle server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int[][] obstacleData
int clientCount
static final int SERVER_PORT
Constructor Detail |
public ObstacleServer()
Method Detail |
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 |