类 org.eclipse.jetty.client.Address
的使用

使用 Address 的软件包
org.eclipse.jetty.client   
 

org.eclipse.jetty.clientAddress 的使用
 

返回 Addressorg.eclipse.jetty.client 中的方法
static Address Address.from(String hostAndPort)
           
 Address HttpExchange.getAddress()
           
 Address HttpDestination.getAddress()
           
 Address HttpExchange.getLocalAddress()
          the local address used by the connection Note: this method will not be populated unless the exchange has been executed by the HttpClient
 Address HttpDestination.getProxy()
           
 Address HttpClient.getProxy()
           
 

参数类型为 Addressorg.eclipse.jetty.client 中的方法
 HttpDestination HttpClient.getDestination(Address remote, boolean ssl)
           
 void HttpExchange.setAddress(Address address)
           
 void HttpDestination.setProxy(Address proxy)
           
 void HttpClient.setProxy(Address proxy)
           
 



Copyright © 2013. All Rights Reserved.