Package org.jsoup.helper
Package containing classes supporting the core jsoup code.
-
Interface Summary Interface Description AuthenticationHandler.AuthShim RequestAuthenticator ARequestAuthenticator
is used inConnection
to authenticate if required to proxies and web servers. -
Class Summary Class Description AuthenticationHandler Handles per request Authenticator-based authentication.AuthenticationHandler.GlobalHandler On Java 8 we install a system-wide Authenticator, which pulls the delegating Auth from a ThreadLocal pool.ChangeNotifyingArrayList<E> Implementation of ArrayList that watches out for changes to the contents.CookieUtil Helper functions to support the Cookie Manager / Cookie Storage in HttpConnection.DataUtil Internal static utilities for handling data.DataUtil.BomCharset DataUtil.CharsetDoc A struct to return a detected charset, and a document (if fully read).HttpConnection Implementation ofConnection
.HttpConnection.Base<T extends Connection.Base<T>> HttpConnection.KeyVal HttpConnection.Request HttpConnection.Response RequestAuthenticator.Context Provides details for the request, to determine the appropriate credentials to return.UrlBuilder A utility class to normalize input URLs.Validate Validators to check that method arguments meet expectations.W3CDom Helper class to transform aDocument
to aorg.w3c.dom.Document
, for integration with toolsets that use the W3C DOM.W3CDom.W3CBuilder Implements the conversion by walking the input. -
Exception Summary Exception Description ValidationException Validation exceptions, as thrown by the methods inValidate
.