Package net.jini.io.context
Interface ClientHost
public interface ClientHost
A server context element that can supply the client host address for the remote call.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the client host address for the remote call.
-
Method Details
-
getClientHost
InetAddress getClientHost()Returns the client host address for the remote call.- Returns:
- the client host address for the remote call
-