public final class DatagramSocketAddress extends 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() |
createUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved, toString
public DatagramSocketAddress localAddress()
public int receivedAmount()
Copyright © 2008–2024 The Netty Project. All rights reserved.