public class TelnetRepl extends Procedure0
compilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
TelnetRepl(Language language,
java.net.Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply0() |
static java.lang.Thread |
serve(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, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic TelnetRepl(Language language, java.net.Socket socket)
public java.lang.Object apply0()
apply0 in class Procedure0public static java.lang.Thread serve(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