|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.Tcp.SO$.OOBInline
public class Tcp.SO$.OOBInline
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 Summary | |
---|---|
Tcp.SO$.OOBInline(boolean on)
|
Method Summary | |
---|---|
void |
afterConnect(java.net.Socket s)
Action to be taken for this option after connect returned (i.e. |
boolean |
on()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface akka.io.Inet.SocketOption |
---|
beforeConnect, beforeDatagramBind, beforeServerSocketBind |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public Tcp.SO$.OOBInline(boolean on)
Method Detail |
---|
public boolean on()
public void afterConnect(java.net.Socket s)
Inet.SocketOption
afterConnect
in interface Inet.SocketOption
s
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |