groovy.ui
Class GroovySocketServer
java.lang.Object
groovy.ui.GroovySocketServer
- All Implemented Interfaces:
- Runnable
public class GroovySocketServer
extends Object
Simple server that executes supplied script against a socket
- version:
- $Id: GroovySocketServer.java 18226 2009-11-12 07:16:10Z paulk $
- author:
- Jeremy Rayner
Method Summary |
void
|
run()
|
GroovySocketServer
public GroovySocketServer(GroovyShell groovy, boolean isScriptFile, String scriptFilenameOrText, boolean autoOutput, int port)
-
run
public void run()
-
Copyright © 2003-2010 The Codehaus. All rights reserved.