com.foxinmy.weixin4j.http.factory
Class HttpClientFactory.AllowHostnameVerifier

java.lang.Object
  extended by com.foxinmy.weixin4j.http.factory.HttpClientFactory.AllowHostnameVerifier
All Implemented Interfaces:
HostnameVerifier
Enclosing class:
HttpClientFactory

public static class HttpClientFactory.AllowHostnameVerifier
extends Object
implements HostnameVerifier


Field Summary
static HostnameVerifier GLOBAL
           
 
Method Summary
 boolean verify(String hostname, SSLSession session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL

public static final HostnameVerifier GLOBAL
Method Detail

verify

public boolean verify(String hostname,
                      SSLSession session)
Specified by:
verify in interface HostnameVerifier


Copyright © 2014–2017. All rights reserved.