org.apache.http.conn.ssl
Class AbstractVerifier
java.lang.Object
org.apache.http.conn.ssl.AbstractBaseHostnameVerifier
org.apache.http.conn.ssl.AbstractCommonHostnameVerifier
org.apache.http.conn.ssl.AbstractVerifier
- All Implemented Interfaces:
- HostnameVerifier, X509HostnameVerifier
- Direct Known Subclasses:
- AllowAllHostnameVerifier, BrowserCompatHostnameVerifier, StrictHostnameVerifier
Deprecated. (4.4) use AbstractBaseHostnameVerifier
or
AbstractCommonHostnameVerifier
@Deprecated
public abstract class AbstractVerifier
- extends AbstractCommonHostnameVerifier
Abstract base class for all standard X509HostnameVerifier
implementations.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVerifier
public AbstractVerifier()
- Deprecated.
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.