groovy.ui
Class GroovySocketServer.GroovyClientConnection

java.lang.Object
  extended by groovy.ui.GroovySocketServer.GroovyClientConnection
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GroovySocketServer

 class GroovySocketServer.GroovyClientConnection
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  boolean autoOutputFlag
           
private  java.io.BufferedReader reader
           
private  Script script
           
private  java.net.Socket socket
           
private  java.io.PrintWriter writer
           
 
Constructor Summary
GroovySocketServer.GroovyClientConnection(Script script, boolean autoOutput, java.net.Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

script

private Script script

socket

private java.net.Socket socket

reader

private java.io.BufferedReader reader

writer

private java.io.PrintWriter writer

autoOutputFlag

private boolean autoOutputFlag
Constructor Detail

GroovySocketServer.GroovyClientConnection

GroovySocketServer.GroovyClientConnection(Script script,
                                          boolean autoOutput,
                                          java.net.Socket socket)
                                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © ${year} The Codehaus. All Rights Reserved.