|
||||||||||
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.socketClassServer.ObjectServer
This will create a new multithreaded server that can provide class byte codes over a TCPIP connection. These class byte codes can then be used to ClassLoader.defineClass(byte []...)
Field Summary |
Fields inherited from class com.objectwave.simpleSockets.SimpleServer |
count |
Constructor Summary | |
ObjectServer()
|
Method Summary | |
ServeClient |
getClientServer(SimpleServer svr,
int count,
java.lang.Thread thread)
All of the real work is done by another class. |
static void |
main(java.lang.String[] args)
Create an object server and start it running. |
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 ObjectServer()
Method Detail |
public static void main(java.lang.String[] args)
args
- public ServeClient getClientServer(SimpleServer svr, int count, java.lang.Thread thread)
getClientServer
in class SimpleServer
svr
- count
- thread
-
ServeClassRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |