public abstract class HttpHeaderBuilder extends ConfigBuilder
ConfigBuilder.OptionTypeHelper<T>, ConfigBuilder.OptionValueHolder| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
AUTORIZATION_HEADER_BUILDER |
private static java.lang.String |
CONTENT_DISPOSITION_HEADER_BUILDER |
private static java.lang.String |
CONTENT_TYPE_HEADER_BUILDER |
private static java.lang.String |
DEFAULT_HEADER_BUILDER |
protected object<? extends HttpHeader> |
header
Header.
|
private character |
headerName
Header name.
|
protected static java.lang.String |
HTTP_BUILDERREGISTRY |
protected static java.lang.String |
HTTP_HTTPHEADERBUILDER |
private java.util.HashMap<character,character> |
parameters |
private static ContextLocal<object<? extends BuilderRegistry>> |
REGISTRY
Registry
|
private static java.lang.String |
SEMICOLON_PARAM_HEADER_BUILDER |
options| Constructor and Description |
|---|
HttpHeaderBuilder() |
__net_http_ConfigBuilder_constructor__, __net_http_ConfigBuilder_execute____core_util_ConfigBuilder_constructor__, _hasOption, appendArrayCharacterValue, clearOptions, getOptionDateTimeValue, getOptionLogicalValue, getOptionLongcharValue, getOptionNumericValue, getOptionObjectValue, getOptionStringArrayValue, getOptionStringValue, hasOption, removeOption, setOption, setOption, setOption, setOption, setOption, setOption, setOption__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedprivate static final java.lang.String SEMICOLON_PARAM_HEADER_BUILDER
private static final java.lang.String CONTENT_TYPE_HEADER_BUILDER
private static final java.lang.String CONTENT_DISPOSITION_HEADER_BUILDER
private static final java.lang.String DEFAULT_HEADER_BUILDER
private static final java.lang.String AUTORIZATION_HEADER_BUILDER
protected static final java.lang.String HTTP_BUILDERREGISTRY
protected static final java.lang.String HTTP_HTTPHEADERBUILDER
private final character headerName
protected final object<? extends HttpHeader> header
private static ContextLocal<object<? extends BuilderRegistry>> REGISTRY
public void __net_http_HttpHeaderBuilder_execute__()
public static void __net_http_HttpHeaderBuilder_constructor__static__()
public object<? extends HttpHeaderBuilder> addParameter(character _pName, character _pValue)
public abstract object<? extends HttpHeader> getHeader()
protected character getHeaderName()
public static object<? extends BuilderRegistry> getRegistry()
protected void __net_http_HttpHeaderBuilder_constructor__(character _pcHeaderName)
_pcHeaderName - header name.public static object<? extends HttpHeaderBuilder> build(character _hName)
_hName - header name.private static void initializeRegistry(object<? extends BuilderRegistry> _poRegistry)
public object<? extends HttpHeaderBuilder> parametersDelimitedBy(character _delim)
_delim - The delimter to use between parameter.public object<? extends HttpHeaderBuilder> value(character _value)
_value - The complete (unparsed) header value.