Package akka.io
Class UdpConnected
- java.lang.Object
-
- akka.io.UdpConnected
-
public class UdpConnected extends java.lang.Object
Java API: retrieve the UdpConnected extension for the given system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UdpConnected.Command
static class
UdpConnected.CommandFailed
static class
UdpConnected.CommandFailed$
static class
UdpConnected.Connect
static class
UdpConnected.Connect$
static interface
UdpConnected.Connected
static class
UdpConnected.Connected$
static class
UdpConnected.Disconnect$
static interface
UdpConnected.Disconnected
static class
UdpConnected.Disconnected$
static interface
UdpConnected.Event
static interface
UdpConnected.Message
The common interface forUdpConnected.Command
andUdpConnected.Event
.static class
UdpConnected.NoAck
static class
UdpConnected.NoAck$
static class
UdpConnected.Received
static class
UdpConnected.Received$
static class
UdpConnected.ResumeReading$
static class
UdpConnected.Send
static class
UdpConnected.Send$
static class
UdpConnected.SuspendReading$
-
Constructor Summary
Constructors Constructor Description UdpConnected()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
static UdpConnectedExt
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static UdpConnectedExt
get(ActorSystem system)
Java API: retrieve the UdpConnected extension for the given system.static UdpConnectedExt
get(ClassicActorSystemProvider system)
static int
hashCode()
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)
-
-