gnu.kawa.servlet

Class ReplSession

public class ReplSession extends Writer

The server state for a browser-based "read-eval-print-loop" session.
Constructor Summary
ReplSession()
ReplSession(Language language)
Method Summary
voidclose()
voidflush()
voidwrite(int c)
voidwrite(char[] cbuf, int off, int len)
voidwrite(String str, int off, int len)

Constructor Detail

ReplSession

public ReplSession()

ReplSession

public ReplSession(Language language)

Method Detail

close

public void close()

flush

public void flush()

write

public void write(int c)

write

public void write(char[] cbuf, int off, int len)

write

public void write(String str, int off, int len)