- validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieAttributeHandler
-
Peforms cookie validation for the given attribute value.
- validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
-
Validate the cookie according to validation rules defined by the
cookie specification.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpec
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Validate cookie domain attribute.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Validate cookie port attribute.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
validate cookie version attribute.
- values() - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- verify(String, SSLSocket) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
- verify(String, SSLSession) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
- verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
- verify(String, String[], String[], boolean) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
- verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifier
-
- verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
-
- verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.StrictHostnameVerifier
-
- verify(String, SSLSocket) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
-
Verifies that the host name is an acceptable match with the server's
authentication scheme based on the given SSLSocket
.
- verify(String, X509Certificate) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
-
Verifies that the host name is an acceptable match with the server's
authentication scheme based on the given X509Certificate
.
- verify(String, String[], String[]) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
-
Checks to see if the supplied hostname matches any of the supplied CNs
or "DNS" Subject-Alts.
- verify(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpExpectationVerifier
-
Verifies whether the given request meets the server's expectations.
- VERSION_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- VERSION_PROPERTY_FILE - Static variable in class org.apache.http.util.VersionInfo
-
The filename of the version information files.
- VersionInfo - Class in org.apache.http.util
-
Provides access to version information for HTTP components.
- VersionInfo(String, String, String, String, String) - Constructor for class org.apache.http.util.VersionInfo
-
Instantiates version information.
- VIRTUAL_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
-
Defines the virtual host name to be used in the Host
request header instead of the physical host name.