Package de.xima.fc.http.params
Class HttpRequestParameter
- java.lang.Object
 - 
- de.xima.fc.http.params.HttpRequestParameter
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ContentTypeHttpRequestParameter
@Immutable public class HttpRequestParameter extends Object implements Serializable
An HTTP request parameter with a name and value that can be added to a request.- Since:
 - 7.0.3
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HttpRequestParameter(String name, String value)Creates a new immutable HTTP request parameter. 
 -