Package akka.io
Class Udp
- java.lang.Object
-
- akka.io.Udp
-
public class Udp extends java.lang.Object
Java API: retrieve the Udp extension for the given system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Udp.Bind
static class
Udp.Bind$
static class
Udp.Bound
static class
Udp.Bound$
static interface
Udp.Command
static class
Udp.CommandFailed
static class
Udp.CommandFailed$
static interface
Udp.Event
static interface
Udp.Message
The common interface forUdp.Command
andUdp.Event
.static class
Udp.NoAck
static class
Udp.NoAck$
static class
Udp.Received
static class
Udp.Received$
static class
Udp.ResumeReading$
static class
Udp.Send
static class
Udp.Send$
static class
Udp.SimpleSender
static class
Udp.SimpleSender$
static interface
Udp.SimpleSenderReady
static class
Udp.SimpleSenderReady$
static class
Udp.SO$
static class
Udp.SuspendReading$
static class
Udp.UdpSettings
static class
Udp.Unbind$
static interface
Udp.Unbound
static class
Udp.Unbound$
-
Constructor Summary
Constructors Constructor Description Udp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
static UdpExt
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static UdpExt
get(ActorSystem system)
Java API: retrieve the Udp extension for the given system.static UdpExt
get(ClassicActorSystemProvider system)
static int
hashCode()
static Udp$
lookup()
-
-
-
Method Detail
-
lookup
public static Udp$ lookup()
-
createExtension
public static UdpExt createExtension(ExtendedActorSystem system)
-
get
public static UdpExt get(ActorSystem system)
Java API: retrieve the Udp extension for the given system.- Parameters:
system
- (undocumented)- Returns:
- (undocumented)
-
get
public static UdpExt 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)
-
-