Process Sockets.
()
| 457 | * Process Sockets. |
| 458 | */ |
| 459 | private void processSockets() throws CompilationFailedException, IOException, URISyntaxException { |
| 460 | GroovyShell groovy = new GroovyShell(conf); |
| 461 | new GroovySocketServer(groovy, getScriptSource(isScriptFile, script), autoOutput, port); |
| 462 | } |
| 463 | |
| 464 | /** |
| 465 | * Get the text of the Groovy script at the given location. |