groovy.ui
Class GroovySocketServer

java.lang.Object
  extended bygroovy.ui.GroovySocketServer
All Implemented Interfaces:
Runnable

public class GroovySocketServer
extends Object
implements Runnable

Simple server that executes supplied script against a socket

Author:
Jeremy Rayner

Constructor Summary
GroovySocketServer(GroovyShell groovy, boolean isScriptFile, String scriptFilenameOrText, boolean autoOutput, int port)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovySocketServer

public GroovySocketServer(GroovyShell groovy,
                          boolean isScriptFile,
                          String scriptFilenameOrText,
                          boolean autoOutput,
                          int port)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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