ServerSocket.getInetAddress

ServerSocket.getInetAddress

Class Overview | Class Members | This Package | All Packages

Syntax
public InetAddress getInetAddress()
Returns
the address to which this socket is connected, or null if the socket is not yet connected.
Description
Returns the local address of this server socket.