Uses of Interface
org.jsoup.Connection.Base
-
Packages that use Connection.Base Package Description org.jsoup Contains the mainJsoup
class, which provides convenient static access to the jsoup functionality.org.jsoup.helper -
-
Uses of Connection.Base in org.jsoup
Classes in org.jsoup with type parameters of type Connection.Base Modifier and Type Interface Description static interface
Connection.Base<T extends Connection.Base>
Common methods for Requests and ResponsesSubinterfaces of Connection.Base in org.jsoup Modifier and Type Interface Description static interface
Connection.Request
Represents a HTTP request.static interface
Connection.Response
Represents a HTTP response. -
Uses of Connection.Base in org.jsoup.helper
Classes in org.jsoup.helper that implement Connection.Base Modifier and Type Class Description static class
HttpConnection.Request
static class
HttpConnection.Response
-