Issue Details (XML | Word | Printable)

Key: GROOVY-1887
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Paul King
Reporter: Paul King
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

It would be useful to have a DGM Socket.withObjectStreams to complement Socket.withStreams

Created: 12/May/07 02:31 AM   Updated: 12/May/07 02:32 AM
Component/s: None
Affects Version/s: 1.1-beta-1
Fix Version/s: 1.1-beta-2

Time Tracking:
Not Specified


 Description  « Hide
Wii currently have:

socket.withStreams { input, output -> ... }

I have a similar suggestion to mirror this for Object variants:

socket.withObjectStreams { ois, oos -> ... }

This would make setting up proxy type objects over sockets very streamlined.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.