Uses of Class
com.sun.jini.jeri.internal.http.ServerInfo

Packages that use ServerInfo
com.sun.jini.jeri.internal.http   
 

Uses of ServerInfo in com.sun.jini.jeri.internal.http
 

Fields in com.sun.jini.jeri.internal.http declared as ServerInfo
private  ServerInfo HttpClientConnection.proxyInfo
           
private  ServerInfo HttpClientConnection.targetInfo
           
 

Methods in com.sun.jini.jeri.internal.http that return ServerInfo
(package private)  ServerInfo HttpClientManager.getServerInfo(String host, int port)
          Returns cached information about specified HTTP server, or ServerInfo struct with default values if no entry found.
 

Methods in com.sun.jini.jeri.internal.http with parameters of type ServerInfo
(package private)  void HttpClientManager.cacheServerInfo(ServerInfo info)
          Caches HTTP server information, overwriting any previously registered information for server if timestamp is more recent.
 



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