Public Member Functions | |
| VisServer (Socket connect) | |
| void | run () |
Static Public Member Functions | |
| static void | main (String[] args) throws IOException |
Package Functions | |
| void | handleSourceRequest (String url, PrintStream out) |
Package Attributes | |
| Socket | connection |
Static Package Attributes | |
| static final int | PORT = 8888 |
| static ServerSocket | socket |
Definition at line 12 of file VisServer.java.
| org.hfbk.vis.VisServer.VisServer | ( | Socket | connect | ) |
Definition at line 20 of file VisServer.java.
Referenced by org.hfbk.vis.VisServer.main().
Here is the caller graph for this function:

| void org.hfbk.vis.VisServer.run | ( | ) |
Definition at line 25 of file VisServer.java.
References org.hfbk.vis.VisServer.connection, and org.hfbk.vis.VisServer.handleSourceRequest().
Here is the call graph for this function:

| void org.hfbk.vis.VisServer.handleSourceRequest | ( | String | url, | |
| PrintStream | out | |||
| ) | [package] |
Definition at line 48 of file VisServer.java.
References org.dronus.graph.Graph.dump(), and org.hfbk.vis.source.Source.graph.
Referenced by org.hfbk.vis.VisServer.run().
Here is the call graph for this function:

Here is the caller graph for this function:

| static void org.hfbk.vis.VisServer.main | ( | String[] | args | ) | throws IOException [static] |
Definition at line 63 of file VisServer.java.
References org.hfbk.vis.VisServer.PORT, org.hfbk.vis.VisServer.socket, and org.hfbk.vis.VisServer.VisServer().
Here is the call graph for this function:

final int org.hfbk.vis.VisServer.PORT = 8888 [static, package] |
ServerSocket org.hfbk.vis.VisServer.socket [static, package] |
Socket org.hfbk.vis.VisServer.connection [package] |
1.5.1