// field 2: status, 1 byte:
sourceOutput.write(status);
// field 3: network byte order port number, 2 bytes
sourceOutput.writeShort(port);
// field 4: network byte order IP address, 4 bytes
sourceOutput.writeInt(address);
// write all at once to avoid Jetty bug