|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsoup.helper.HttpConnection.KeyVal
public static class HttpConnection.KeyVal
| Method Summary | |
|---|---|
static HttpConnection.KeyVal |
create(String key, String value) |
String |
key() Get the key of a keyval |
HttpConnection.KeyVal |
key(String key) Update the key of a keyval |
String |
toString() |
String |
value() Get the value of a keyval |
HttpConnection.KeyVal |
value(String value) Update the value of a keyval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static HttpConnection.KeyVal create(String key,
String value)
public HttpConnection.KeyVal key(String key)
Connection.KeyVal
key in interface
Connection.KeyVal
key - new key
public String key()
Connection.KeyVal
key in interface
Connection.KeyVal
public HttpConnection.KeyVal value(String value)
Connection.KeyVal
value in interface
Connection.KeyVal
value - the new value
public String value()
Connection.KeyVal
value in interface
Connection.KeyVal
public String toString()
toString in class
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||