class CompileServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.io.DataInputStream |
instream |
private java.net.ServerSocket |
listen |
static int |
PORT |
private java.net.Socket |
sock |
| Constructor and Description |
|---|
CompileServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
java.lang.String[] |
getRequest() |
static void |
main(java.lang.String[] args) |
public static final int PORT
private java.net.ServerSocket listen
private java.net.Socket sock
private java.io.DataInputStream instream
public CompileServer(int port)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionprotected void finalize()
finalize in class java.lang.Objectpublic java.lang.String[] getRequest()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)