org.wymiwyg.commons.util.http
Class ServerAddress
java.lang.Object
org.wymiwyg.commons.util.http.ServerAddress
public class ServerAddress
- extends Object
- Author:
- reto
To change this generated comment go to
Window>Preferences>Java>Code Generation>Code Template
ServerAddress
public ServerAddress(String name)
- The name may containg the port after semicolon
ServerAddress
public ServerAddress(String scheme,
String host,
int port)
- Parameters:
host - port -
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getHost
public String getHost()
- Returns:
getPort
public int getPort()
- Returns:
getScheme
public String getScheme()
- Returns:
- Returns the protocol.
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2011. All Rights Reserved.