Netprog 2002 - Client/Server Issues
54
Receiving OOB Data
lReceiver needs to set OOBInline flag:
–setOOBInline(true);
lUrgent data is inlined with normal data.
lVery limited support in Java.
–No special notification of urgent data, and no distinction between normal and urgent data, unless provided by higher-level protocol.