akka.io
Class UdpConnected.Disconnect$

java.lang.Object
  extended by akka.io.UdpConnected.Disconnect$
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.Disconnect$
extends java.lang.Object
implements UdpConnected.Command, scala.Product, scala.Serializable

Send this message to a connection actor (which had previously sent the UdpConnected.Connected message) in order to close the socket. The connection actor will reply with a UdpConnected.Disconnected message.

See Also:
Serialized Form

Constructor Summary
UdpConnected.Disconnect$()
           
 
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.Disconnect$

public UdpConnected.Disconnect$()