public class Tcp.SO$.OOBInline extends java.lang.Object implements Inet.SocketOption, scala.Product, scala.Serializable
Inet.SocketOption to enable or disable OOBINLINE (receipt
of TCP urgent data) By default, this option is disabled and TCP urgent
data is silently discarded.
For more information see java.net.Socket.setOOBInline
| Constructor and Description |
|---|
OOBInline(boolean on) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterConnect(java.net.Socket s)
Action to be taken for this option after connect returned (i.e.
|
boolean |
on() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeConnect, beforeDatagramBind, beforeServerSocketBindpublic boolean on()
public void afterConnect(java.net.Socket s)
Inet.SocketOptionafterConnect in interface Inet.SocketOptions - (undocumented)