com.dyuproject.util.http
Class HttpConnector.Parameter

java.lang.Object
  extended by 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


Constructor Summary
HttpConnector.Parameter(String key, String value)
           
 
Method Summary
 String getKey()
          Gets the key.
 String getValue()
          Gets the value.
 Iterator<HttpConnector.Parameter> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnector.Parameter

public HttpConnector.Parameter(String key,
                               String value)
Method Detail

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.