public static class Udp.Received extends java.lang.Object implements Udp.Event, scala.Product, scala.Serializable
Udp.Bind message using this message type.| Constructor and Description |
|---|
Received(ByteString data,
java.net.InetSocketAddress sender) |
| Modifier and Type | Method and Description |
|---|---|
ByteString |
data() |
java.net.InetSocketAddress |
sender() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Received(ByteString data, java.net.InetSocketAddress sender)
public ByteString data()
public java.net.InetSocketAddress sender()