groovy.ui
Class GroovySocketServer.GroovyClientConnection
java.lang.Object
groovy.ui.GroovySocketServer.GroovyClientConnection
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- GroovySocketServer
class GroovySocketServer.GroovyClientConnection
- extends java.lang.Object
- implements java.lang.Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GroovySocketServer.GroovyClientConnection
GroovySocketServer.GroovyClientConnection(Script script,
boolean autoOutput,
java.net.Socket socket)
throws java.io.IOException
- Throws:
java.io.IOException
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
Copyright © ${year} The Codehaus. All Rights Reserved.