Sending Packets

Sending packets is done via the send(ProtocolObject) method:

[...]
     
ProtocolObject o = //...
connector.send(o);

[...]