akka.io
Class Tcp.ResumeAccepting

java.lang.Object
  extended by akka.io.Tcp.ResumeAccepting
All Implemented Interfaces:
NoSerializationVerificationNeeded, SelectionHandler.HasFailureMessage, Tcp.Command, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.ResumeAccepting
extends java.lang.Object
implements Tcp.Command, scala.Product, scala.Serializable

This message enables the accepting of the next connection if read throttling is enabled for connection actors. param: batchSize The number of connections to accept before waiting for the next resume command

See Also:
Serialized Form

Constructor Summary
Tcp.ResumeAccepting(int batchSize)
           
 
Method Summary
 int batchSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Tcp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Tcp.ResumeAccepting

public Tcp.ResumeAccepting(int batchSize)
Method Detail

batchSize

public int batchSize()