public static class HttpConnection.KeyVal extends Object implements Connection.KeyVal
| Modifier and Type | Method and Description |
|---|---|
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
|
public static HttpConnection.KeyVal create(String key, String value)
public HttpConnection.KeyVal key(String key)
Connection.KeyValkey in interface Connection.KeyValkey - new keypublic String key()
Connection.KeyValkey in interface Connection.KeyValpublic HttpConnection.KeyVal value(String value)
Connection.KeyValvalue in interface Connection.KeyValvalue - the new valuepublic String value()
Connection.KeyValvalue in interface Connection.KeyValCopyright © 2009-2015 Potix. All Rights Reserved.