public void sendUrgentData (int data) throws IOException

Send one byte of urgent data on the socket. The byte to be sent is the lowest eight bits of the data parameter. The urgent byte is sent after any preceding writes to the socket OutputStream and before any future writes to the OutputStream.

Parameters:
data    The byte of data to send

Exceptions:
IOException    if there is an error sending the data.

Since:  1.4