org.hfbk.vis.VisServer Class Reference

List of all members.

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

Detailed Description

Definition at line 12 of file VisServer.java.


Constructor & Destructor Documentation

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:


Member Function Documentation

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:


Member Data Documentation

final int org.hfbk.vis.VisServer.PORT = 8888 [static, package]

Definition at line 14 of file VisServer.java.

Referenced by org.hfbk.vis.VisServer.main().

ServerSocket org.hfbk.vis.VisServer.socket [static, package]

Definition at line 16 of file VisServer.java.

Referenced by org.hfbk.vis.VisServer.main().

Socket org.hfbk.vis.VisServer.connection [package]

Definition at line 18 of file VisServer.java.

Referenced by org.hfbk.vis.VisServer.run().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:58:36 2009 for visclient by  doxygen 1.5.1