Previous: Sockets.Datagram class-instance creation, Up: Sockets.Datagram [Index]
Answer the address of the target socket
Set the address of the target socket
Answer the data attached to the datagram
Set the data attached to the datagram
Answer the size of the message.
I am called to update the size...
Parse the data attached to the datagram through a newly created ObjectDumper, and answer the resulting object. This method is complementary to #object:address:port:.
Parse the data attached to the datagram through the given ObjectDumper without touching the stream to which it is attached, and answer the resulting object. The state of the ObjectDumper, though, is updated. This method is complementary to #object:objectDumper:address:port:.
Answer the IP port of the target socket
Set the IP port of the target socket
I determine the size of the datagram. It is either an explicitly specified dataSize, or the size of the whole collection.