Class ProxyAddress

java.lang.Object
org.eclipse.ecf.core.util.ProxyAddress
All Implemented Interfaces:
Serializable

public class ProxyAddress extends Object implements Serializable
Class to represent an proxy address
See Also:
  • Field Details

    • DEFAULT_PORT

      protected static final int DEFAULT_PORT
      See Also:
    • port

      protected int port
    • hostname

      protected String hostname
  • Constructor Details

    • ProxyAddress

      public ProxyAddress(String hostname, int port)
    • ProxyAddress

      public ProxyAddress(String hostname)
  • Method Details

    • getHostName

      public String getHostName()
    • getPort

      public int getPort()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object