org.n52.security.common.protocol.artifact
Class HttpHeaderAttribute
java.lang.Object
org.n52.security.common.protocol.artifact.HttpHeaderAttribute
- All Implemented Interfaces:
- TransferAttribute
- public class HttpHeaderAttribute
- extends java.lang.Object
- implements TransferAttribute
Tasks of Class HttpHeaderAttribute:
- Simple Http Header Field as a Key-Value Pair of Strings
- Author:
- reiprecht
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HEADER_NAME_CONTENTTYPE
public static final java.lang.String HEADER_NAME_CONTENTTYPE
- See Also:
- Constant Field Values
HEADER_NAME_CONTENTENCODING
public static final java.lang.String HEADER_NAME_CONTENTENCODING
- See Also:
- Constant Field Values
HEADER_NAME_COOKIE
public static final java.lang.String HEADER_NAME_COOKIE
- See Also:
- Constant Field Values
mName
protected java.lang.String mName
mValue
protected java.lang.String mValue
createHttpHeaderAttribute
public static HttpHeaderAttribute createHttpHeaderAttribute(java.lang.String pName,
java.lang.String pValue)
getName
public java.lang.String getName()
- Specified by:
getName
in interface TransferAttribute
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface TransferAttribute
toString
public java.lang.String toString()
Copyright © 2004-2007 52 North. All Rights Reserved.