public interface  org.apache.hc.core.http.io.ssl.SSLSessionVerifier extends java.lang.Object
{
public abstract void verify(org.apache.hc.core.http.HttpHost, javax.net.ssl.SSLSession) throws javax.net.ssl.SSLException;
}