| Return type | Name and parameters | 
|---|---|
| OutputStream | leftShift(byte[] value)Overloads the left shift operator to provide an append mechanism to add bytes to the output stream of a socket | 
| Writer | leftShift(Object value)Overloads the left shift operator to provide an append mechanism to add things to the output stream of a socket | 
| Object | withObjectStreams(Closure closure)Creates an InputObjectStream and an OutputObjectStream from a Socket, and passes them to the closure. | 
| Object | withStreams(Closure closure)Passes the Socket's InputStream and OutputStream to the closure. | 
                                    addShutdownHook, any, any, asBoolean, asType, collect, collect, collect, contains, count, dump, each, eachWithIndex, equals, every, every, find, find, findAll, findAll, findIndexOf, findIndexOf, findIndexValues, findIndexValues, findLastIndexOf, findLastIndexOf, findResult, findResult, flatten, getAt, getMetaClass, getMetaPropertyValues, getProperties, grep, grep, groupBy, groupBy, hasProperty, identity, inject, inject, inspect, invokeMethod, is, isCase, iterator, join, metaClass, print, print, printf, printf, println, println, println, putAt, respondsTo, respondsTo, setMetaClass, size, split, sprintf, sprintf, sum, sum, tap, toArrayString, toSpreadMap, toString, use, use, use, with, with, withTraits
                                
Overloads the left shift operator to provide an append mechanism to add bytes to the output stream of a socket
value -  a value to appendOverloads the left shift operator to provide an append mechanism to add things to the output stream of a socket
value -  a value to appendCreates an InputObjectStream and an OutputObjectStream from a Socket, and passes them to the closure. The streams will be closed after the closure returns, even if an exception is thrown.
closure -  a Closure