This code is super readable, to the point, and encapsulated perfectly..
The whole implementation is just an object with getters and setters...
sender uses setters, receiver uses getters & the constructor --
so i literally just read the datagram from the socket and throw it to the constructor...
AWESOME..
But my question is, what changes would I need to make to support rfc-2250.
Which getters and setters would need to change to support 2250?
Thanks!!
This code is super readable, to the point, and encapsulated perfectly..
The whole implementation is just an object with getters and setters...
sender uses setters, receiver uses getters & the constructor --
so i literally just read the datagram from the socket and throw it to the constructor...
AWESOME..
But my question is, what changes would I need to make to support rfc-2250.
Which getters and setters would need to change to support 2250?
Thanks!!