public class AuthorizationHeader extends HttpHeader
name, NULL, paramDelimiter, value| Constructor and Description |
|---|
AuthorizationHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
__net_http_AuthorizationHeader_constructor__(character _pName) |
void |
__net_http_AuthorizationHeader_constructor__(character _pName,
character _pValue) |
void |
__net_http_AuthorizationHeader_execute__() |
protected void |
validate(character _pValue)
Validates a header value.
|
__net_http_HttpHeader_constructor__, __net_http_HttpHeader_constructor__, __net_http_HttpHeader_constructor__, __net_http_HttpHeader_constructor__static__, __net_http_HttpHeader_execute__, clearParams, extractParameters, getBaseValue, getName, getNullHeader, getParamDelimiter, getParameterValue, getParameterValues, getValue_1, getValue, hasParameter, removeParameters, setName, setNullHeader, setParamDelimiter, setParameterValue, setValue_1, setValue, toLegacyString__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEqualsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedpublic void __net_http_AuthorizationHeader_execute__()
public void __net_http_AuthorizationHeader_constructor__(character _pName)
public void __net_http_AuthorizationHeader_constructor__(character _pName, character _pValue)
protected void validate(character _pValue)
HttpHeadervalidate in class HttpHeader_pValue - a header value.