groovy.ui
Class GroovySocketServer
java.lang.Object
groovy.ui.GroovySocketServer
- All Implemented Interfaces:
- Runnable
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()
|
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
GroovySocketServer
public GroovySocketServer(GroovyShell groovy, boolean isScriptFile, String scriptFilenameOrText, boolean autoOutput, int port)
-
run
public void run()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.