org.eclipse.jetty.client
类 Address
java.lang.Object
org.eclipse.jetty.client.Address
public class Address
- extends Object
- 版本:
- $Revision: 4135 $ $Date: 2008-12-02 11:57:07 +0100 (Tue, 02 Dec 2008) $
Address
public Address(String host,
int port)
from
public static Address from(String hostAndPort)
equals
public boolean equals(Object obj)
- 覆盖:
- 类
Object 中的 equals
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
getHost
public String getHost()
getPort
public int getPort()
toSocketAddress
public InetSocketAddress toSocketAddress()
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.