cn.jpush.api.common.connection
类 HttpProxy

java.lang.Object
  继承者 cn.jpush.api.common.connection.HttpProxy

public class HttpProxy
extends Object


构造方法摘要
HttpProxy(String host, int port)
           
HttpProxy(String host, int port, String username, String password)
           
 
方法摘要
 Proxy getNetProxy()
           
 String getPassword()
           
 String getProxyAuthorization()
           
 String getUsername()
           
 boolean isAuthenticationNeeded()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HttpProxy

public HttpProxy(String host,
                 int port)

HttpProxy

public HttpProxy(String host,
                 int port,
                 String username,
                 String password)
方法详细信息

getNetProxy

public Proxy getNetProxy()

isAuthenticationNeeded

public boolean isAuthenticationNeeded()

getProxyAuthorization

public String getProxyAuthorization()

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2014. All Rights Reserved.