Package akka.io
Class UdpConnected
- java.lang.Object
-
- akka.io.UdpConnected
-
public class UdpConnected extends java.lang.ObjectJava API: retrieve the UdpConnected extension for the given system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUdpConnected.Commandstatic classUdpConnected.CommandFailedstatic classUdpConnected.CommandFailed$static classUdpConnected.Connectstatic classUdpConnected.Connect$static interfaceUdpConnected.Connectedstatic classUdpConnected.Connected$static classUdpConnected.Disconnect$static interfaceUdpConnected.Disconnectedstatic classUdpConnected.Disconnected$static interfaceUdpConnected.Eventstatic interfaceUdpConnected.MessageThe common interface forUdpConnected.CommandandUdpConnected.Event.static classUdpConnected.NoAckstatic classUdpConnected.NoAck$static classUdpConnected.Receivedstatic classUdpConnected.Received$static classUdpConnected.ResumeReading$static classUdpConnected.Sendstatic classUdpConnected.Send$static classUdpConnected.SuspendReading$
-
Constructor Summary
Constructors Constructor Description UdpConnected()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static UdpConnectedExtcreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static UdpConnectedExtget(ActorSystem system)Java API: retrieve the UdpConnected extension for the given system.static UdpConnectedExtget(ClassicActorSystemProvider system)static inthashCode()static UdpConnected$lookup()
-
-
-
Method Detail
-
lookup
public static UdpConnected$ lookup()
-
createExtension
public static UdpConnectedExt createExtension(ExtendedActorSystem system)
-
get
public static UdpConnectedExt get(ActorSystem system)
Java API: retrieve the UdpConnected extension for the given system.- Parameters:
system- (undocumented)- Returns:
- (undocumented)
-
get
public static UdpConnectedExt get(ClassicActorSystemProvider system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
-