groovy.ui
Class GroovySocketServer.GroovyClientConnection

java.lang.Object
  extended bygroovy.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 autoOutput
           
private  java.io.BufferedReader reader
           
private  Script script
           
private  java.net.Socket socket
           
private  java.io.PrintWriter writer
           
 
Constructor Summary
(package private) 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

autoOutput

private boolean autoOutput
Constructor Detail

GroovySocketServer.GroovyClientConnection

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

run

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


Copyright © 2003-2005 The Codehaus. All Rights Reserved.