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

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

Method Detail

getClientHost

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

Returns:
the client host address for the remote call


Copyright © 2003 Sun Microsystems, Inc. All rights reserved