Package | Description |
---|---|
javassist.tools.rmi |
Sample implementation of remote method invocation.
|
javassist.tools.web |
Simple web server for running sample code.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AppletServer.doReply(InputStream in,
OutputStream out,
String cmd) |
Processes a request from a web browser (an ObjectImporter).
|
Modifier and Type | Method | Description |
---|---|---|
void |
Webserver.doReply(InputStream in,
OutputStream out,
String cmd) |
Proceses a HTTP request from a client.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.