akka.io
Class Udp.Unbind$

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

public static class Udp.Unbind$
extends java.lang.Object
implements Udp.Command, scala.Product, scala.Serializable

Send this message to the listener actor that previously sent a Udp.Bound message in order to close the listening socket. The recipient will reply with an Udp.Unbound message.

See Also:
Serialized Form

Constructor Summary
Udp.Unbind$()
           
 
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.Udp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Udp.Unbind$

public Udp.Unbind$()