public interface

NameValuePair

org.apache.http.NameValuePair
Known Indirect Subclasses

Class Overview

A name / value pair parameter used as an element of HTTP messages.

 parameter               = attribute "=" value
 attribute               = token
 value                   = token | quoted-string
 

Summary

Public Methods
abstract String getName()
abstract String getValue()

Public Methods

public abstract String getName ()

public abstract String getValue ()