Posted By:
Abhijeet_Kulkarni
Posted On:
Wednesday, April 11, 2001 08:02 PM
I am writing an Rmi application where the server needs to know the Domain Name of the client.
There is one method in RemoteServer class : getClientHost( ) which returns
the IP address of the client machine.
But my application needs to know the domain under which the client machine is allocated. Are there any methods by which I can get the domain name of the client?