akka.io
Class UdpConnected.ResumeReading$

java.lang.Object
  extended by akka.io.UdpConnected.ResumeReading$
All Implemented Interfaces:
SelectionHandler.HasFailureMessage, UdpConnected.Command, UdpConnected.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
UdpConnected

public static class UdpConnected.ResumeReading$
extends java.lang.Object
implements UdpConnected.Command, scala.Product, scala.Serializable

This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command.

See Also:
Serialized Form

Field Summary
static UdpConnected.ResumeReading$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
UdpConnected.ResumeReading$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.UdpConnected.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final UdpConnected.ResumeReading$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

UdpConnected.ResumeReading$

public UdpConnected.ResumeReading$()