com.sun.jini.jeri.internal.http
Class HttpClientManager.ServerKey

java.lang.Object
  extended by com.sun.jini.jeri.internal.http.HttpClientManager.ServerKey
Enclosing class:
HttpClientManager

private static class HttpClientManager.ServerKey
extends Object

Server lookup key.


Field Summary
private  int hash
           
private  String host
           
private  int port
           
 
Constructor Summary
HttpClientManager.ServerKey(String host, int port)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

private final String host

port

private final int port

hash

private final int hash
Constructor Detail

HttpClientManager.ServerKey

HttpClientManager.ServerKey(String host,
                            int port)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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