com.dyuproject.util.http
Class HttpConnector.Parameter
java.lang.Object
com.dyuproject.util.http.HttpConnector.Parameter
- All Implemented Interfaces:
- Iterable<HttpConnector.Parameter>
- Enclosing interface:
- HttpConnector
public static class HttpConnector.Parameter
- extends Object
- implements Iterable<HttpConnector.Parameter>
A key/value pair
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpConnector.Parameter
public HttpConnector.Parameter(String key,
String value)
getKey
public String getKey()
- Gets the key.
getValue
public String getValue()
- Gets the value.
iterator
public Iterator<HttpConnector.Parameter> iterator()
- Specified by:
iterator
in interface Iterable<HttpConnector.Parameter>
Copyright © 2008-2013. All Rights Reserved.