public class TelnetRepl
extends gnu.mapping.Procedure0
TelnetRepl
Constructor and Description |
---|
TelnetRepl(gnu.expr.Language language,
java.net.Socket socket) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply0() |
static java.lang.Thread |
serve(gnu.expr.Language language,
java.net.Socket client)
Run a Kawa repl as a telnet server.
|
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toString
public java.lang.Object apply0()
apply0
in class gnu.mapping.Procedure0
public static java.lang.Thread serve(gnu.expr.Language language, java.net.Socket client) throws java.io.IOException
client
- A client that has connected to us,
and that wants to use the telnet protocol to talk to a
Scheme read-eval-print-loop.java.io.IOException