MCPcopy Index your code
hub / github.com/apache/groovy / processSockets

Method processSockets

src/main/java/groovy/ui/GroovyMain.java:459–462  ·  view source on GitHub ↗

Process Sockets.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

runMethod · 0.95

Calls 1

getScriptSourceMethod · 0.95

Tested by

no test coverage detected