I am trying to get the IP of a socket connection in string form.
I am using a framework, which returns the SocketAddress of the received message. How can i transform it to InetSocketAddress or InetAddress?
|
I am trying to get the IP of a socket connection in string form. I am using a framework, which returns the
| ||||
feedback
|
|
If your certain that the object is an
You can then call the | |||||
feedback
|
|
You can try casting to it. In this case this is downcasting.
However, this may throw Checks can be made on this via the
The same check can be done for other subclasses of | ||||
|
feedback
|
|
Actually | |||
|
feedback
|