akka.actor
Class IO.OOBInline

java.lang.Object
  extended by akka.actor.IO.OOBInline
All Implemented Interfaces:
IO.SocketOption, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static class IO.OOBInline
extends java.lang.Object
implements IO.SocketOption, scala.Product, scala.Serializable

IO.SocketOption to enable or disable OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a IO.SocketHandle is silently discarded.

For more information see java.net.Socket.setOOBInline

See Also:
Serialized Form

Constructor Summary
IO.OOBInline(boolean on)
           
 
Method Summary
 boolean on()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

IO.OOBInline

public IO.OOBInline(boolean on)
Method Detail

on

public boolean on()