gnu.kawa.servlet
public class ReplSession extends Writer
| Constructor Summary | |
|---|---|
| ReplSession() | |
| ReplSession(Language language) | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| void | write(int c) |
| void | write(char[] cbuf, int off, int len) |
| void | write(String str, int off, int len) |