Package akka.io
Class UdpConnected.Connect
- java.lang.Object
-
- akka.io.UdpConnected.Connect
-
- All Implemented Interfaces:
akka.io.SelectionHandler.HasFailureMessage,UdpConnected.Command,UdpConnected.Message,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- UdpConnected
public static final class UdpConnected.Connect extends java.lang.Object implements UdpConnected.Command, scala.Product, java.io.Serializable
Send this message to theUdpExt.manager()in order to bind to a local port (optionally with the chosenlocalAddress) and create a UDP socket which is restricted to sending to and receiving from the givenremoteAddress. All received datagrams will be sent to the designatedhandleractor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Connect(ActorRef handler, java.net.InetSocketAddress remoteAddress, scala.Option<java.net.InetSocketAddress> localAddress, scala.collection.immutable.Iterable<Inet.SocketOption> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)UdpConnected.Connectcopy(ActorRef handler, java.net.InetSocketAddress remoteAddress, scala.Option<java.net.InetSocketAddress> localAddress, scala.collection.immutable.Iterable<Inet.SocketOption> options)ActorRefcopy$default$1()java.net.InetSocketAddresscopy$default$2()scala.Option<java.net.InetSocketAddress>copy$default$3()scala.collection.immutable.Iterable<Inet.SocketOption>copy$default$4()booleanequals(java.lang.Object x$1)ActorRefhandler()inthashCode()scala.Option<java.net.InetSocketAddress>localAddress()scala.collection.immutable.Iterable<Inet.SocketOption>options()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.net.InetSocketAddressremoteAddress()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.io.UdpConnected.Command
failureMessage
-
-
-
-
Constructor Detail
-
Connect
public Connect(ActorRef handler, java.net.InetSocketAddress remoteAddress, scala.Option<java.net.InetSocketAddress> localAddress, scala.collection.immutable.Iterable<Inet.SocketOption> options)
-
-
Method Detail
-
handler
public ActorRef handler()
-
remoteAddress
public java.net.InetSocketAddress remoteAddress()
-
localAddress
public scala.Option<java.net.InetSocketAddress> localAddress()
-
options
public scala.collection.immutable.Iterable<Inet.SocketOption> options()
-
copy
public UdpConnected.Connect copy(ActorRef handler, java.net.InetSocketAddress remoteAddress, scala.Option<java.net.InetSocketAddress> localAddress, scala.collection.immutable.Iterable<Inet.SocketOption> options)
-
copy$default$1
public ActorRef copy$default$1()
-
copy$default$2
public java.net.InetSocketAddress copy$default$2()
-
copy$default$3
public scala.Option<java.net.InetSocketAddress> copy$default$3()
-
copy$default$4
public scala.collection.immutable.Iterable<Inet.SocketOption> copy$default$4()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-