public final class DatagramSocketAddress
extends java.net.InetSocketAddress
InetSocketAddress to be able to easily pass all needed data from JNI without the need
to create more objects then needed.
Internal usage only!
| Modifier and Type | Method and Description |
|---|---|
DatagramSocketAddress |
localAddress() |
int |
receivedAmount() |
public DatagramSocketAddress localAddress()
public int receivedAmount()
Copyright © 2008–2019 The Netty Project. All rights reserved.