Uses of Interface
org.jsoup.Connection.KeyVal

Packages that use Connection.KeyVal
org.jsoup Contains the main Jsoup class, which provides convenient static access to the jsoup functionality. 
org.jsoup.helper   
org.jsoup.nodes HTML document structure nodes. 
 

Uses of Connection.KeyVal in org.jsoup
 

Methods in org.jsoup that return Connection.KeyVal
 Connection.KeyVal Connection.KeyVal.key(String key)
          Update the key of a keyval
 Connection.KeyVal Connection.KeyVal.value(String value)
          Update the value of a keyval
 

Methods in org.jsoup that return types with arguments of type Connection.KeyVal
 Collection<Connection.KeyVal> Connection.Request.data()
          Get all of the request's data parameters
 

Methods in org.jsoup with parameters of type Connection.KeyVal
 Connection.Request Connection.Request.data(Connection.KeyVal keyval)
          Add a data parameter to the request
 

Method parameters in org.jsoup with type arguments of type Connection.KeyVal
 Connection Connection.data(Collection<Connection.KeyVal> data)
          Adds all of the supplied data to the request data parameters
 

Uses of Connection.KeyVal in org.jsoup.helper
 

Classes in org.jsoup.helper that implement Connection.KeyVal
static class HttpConnection.KeyVal
           
 

Methods in org.jsoup.helper that return types with arguments of type Connection.KeyVal
 Collection<Connection.KeyVal> HttpConnection.Request.data()
           
 

Methods in org.jsoup.helper with parameters of type Connection.KeyVal
 HttpConnection.Request HttpConnection.Request.data(Connection.KeyVal keyval)
           
 

Method parameters in org.jsoup.helper with type arguments of type Connection.KeyVal
 Connection HttpConnection.data(Collection<Connection.KeyVal> data)
           
 

Uses of Connection.KeyVal in org.jsoup.nodes
 

Methods in org.jsoup.nodes that return types with arguments of type Connection.KeyVal
 List<Connection.KeyVal> FormElement.formData()
          Get the data that this form submits.
 



Copyright © 2009-2014 Jonathan Hedley. All Rights Reserved.