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:
ServerContext.getServerContextElement(java.lang.Class)

Method Summary
 InetAddress getClientHost()
          Returns the client host address for the remote call.
 

Method Detail

getClientHost

InetAddress getClientHost()
Returns the client host address for the remote call.

Returns:
the client host address for the remote call


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.