akka.io
Class UdpConnected.ResumeReading$

java.lang.Object
  extended by akka.io.UdpConnected.ResumeReading$
All Implemented Interfaces:
akka.io.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

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
 

Constructor Detail

UdpConnected.ResumeReading$

public UdpConnected.ResumeReading$()