Class RIDCHttpHeaderImpl
java.lang.Object
oracle.stellent.ridc.common.util.NameValuePair
oracle.stellent.ridc.common.http.impl.RIDCHttpHeaderImpl
- All Implemented Interfaces:
Comparable<NameValuePair>,RIDCHttpHeader
Implementation of the RIDCHttpHeader
-
Constructor Summary
ConstructorsConstructorDescriptionRIDCHttpHeaderImpl(String name, String value) Create a generic RIDC Http Header -
Method Summary
Methods inherited from class oracle.stellent.ridc.common.util.NameValuePair
compareTo, getName, getValue, setName, setValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface oracle.stellent.ridc.common.http.RIDCHttpHeader
getName, getValue
-
Constructor Details
-
RIDCHttpHeaderImpl
Create a generic RIDC Http Header- Parameters:
name- header namevalue- header value
-