|
Groovy JDK |
Method Summary | |
---|---|
Socket
|
accept(Closure closure)
Accepts a connection and passes the resulting Socket to the closure which runs in a new Thread. |
Method Detail |
---|
public Socket accept(Closure closure)
closure
- a Closure.
|
Groovy JDK |