|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.tests.ClassServer
public abstract class ClassServer
Constructor Summary | |
---|---|
protected |
ClassServer(java.net.ServerSocket ss)
Constructs a ClassServer based on ss |
Method Summary | |
---|---|
void |
run()
The "listen" thread that accepts a connection to the server, parses the header to obtain the file name and sends back the bytes for the file (or error if the file is not found or the response was malformed). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClassServer(java.net.ServerSocket ss)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |