|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.simpleSockets.SimpleServer | +--com.objectwave.simpleSockets.SimpleHTTP
A VERY simple server.
Field Summary |
Fields inherited from class com.objectwave.simpleSockets.SimpleServer |
count |
Constructor Summary | |
SimpleHTTP()
|
|
SimpleHTTP(int port)
|
Method Summary | |
ServeClient |
getClientServer(SimpleServer svr,
int count,
java.lang.Thread thread)
Override this method if you don't want to do anything special with the handling of clients. |
static void |
main(java.lang.String[] args)
This method should be overriden to create an instance of your SimpleServer. |
Methods inherited from class com.objectwave.simpleSockets.SimpleServer |
errorlog, getClientServer, getClientThreadPriority, handleConnection, port, run, startServer, startThread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleHTTP()
public SimpleHTTP(int port)
Method Detail |
public ServeClient getClientServer(SimpleServer svr, int count, java.lang.Thread thread)
getClientServer
in class SimpleServer
svr
- count
- thread
-
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 |