groovy.ui
Class GroovySocketServer

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

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

Simple server that executes supplied script against a socket

Version:
$Id: GroovySocketServer.java 18226 2009-11-12 07:16:10Z paulk $
Author:
Jeremy Rayner

Constructor Summary
GroovySocketServer(GroovyShell groovy, boolean isScriptFile, java.lang.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,
                          java.lang.String scriptFilenameOrText,
                          boolean autoOutput,
                          int port)
Method Detail

run

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

Copyright © 2003-2009 The Codehaus. All rights reserved.