akka.actor
Class IO.TcpNoDelay

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

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

IO.SocketOption to enable or disable TCP_NODELAY (disable or enable Nagle's algorithm)

For more information see java.net.Socket.setTcpNoDelay

See Also:
Serialized Form

Constructor Summary
IO.TcpNoDelay(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.TcpNoDelay

public IO.TcpNoDelay(boolean on)
Method Detail

on

public boolean on()