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.IOException
public void close() throws java.io.IOException
java.io.IOException
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String[] getRequest() throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)