public final class EmptyHttp2Headers extends EmptyHeaders<CharSequence,CharSequence,Http2Headers> implements Http2Headers
Http2Headers.PseudoHeaderName| Modifier and Type | Field and Description |
|---|---|
static EmptyHttp2Headers |
INSTANCE |
add, add, add, add, addBoolean, addByte, addChar, addDouble, addFloat, addInt, addLong, addObject, addObject, addObject, addShort, addTimeMillis, clear, contains, contains, containsBoolean, containsByte, containsChar, containsDouble, containsFloat, containsInt, containsLong, containsObject, containsShort, containsTimeMillis, equals, get, get, getAll, getAllAndRemove, getAndRemove, getAndRemove, getBoolean, getBoolean, getBooleanAndRemove, getBooleanAndRemove, getByte, getByte, getByteAndRemove, getByteAndRemove, getChar, getChar, getCharAndRemove, getCharAndRemove, getDouble, getDouble, getDoubleAndRemove, getDoubleAndRemove, getFloat, getFloat, getFloatAndRemove, getFloatAndRemove, getInt, getInt, getIntAndRemove, getIntAndRemove, getLong, getLong, getLongAndRemove, getLongAndRemove, getShort, getShort, getShortAndRemove, getShortAndRemove, getTimeMillis, getTimeMillis, getTimeMillisAndRemove, getTimeMillisAndRemove, hashCode, isEmpty, iterator, names, remove, set, set, set, set, setAll, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setObject, setObject, setShort, setTimeMillis, size, toString, valueIteratorclone, finalize, getClass, notify, notifyAll, wait, wait, waititerator, valueIteratoradd, add, add, add, addBoolean, addByte, addChar, addDouble, addFloat, addInt, addLong, addObject, addObject, addObject, addShort, addTimeMillis, clear, contains, contains, containsBoolean, containsByte, containsChar, containsDouble, containsFloat, containsInt, containsLong, containsObject, containsShort, containsTimeMillis, get, get, getAll, getAllAndRemove, getAndRemove, getAndRemove, getBoolean, getBoolean, getBooleanAndRemove, getBooleanAndRemove, getByte, getByte, getByteAndRemove, getByteAndRemove, getChar, getChar, getCharAndRemove, getCharAndRemove, getDouble, getDouble, getDoubleAndRemove, getDoubleAndRemove, getFloat, getFloat, getFloatAndRemove, getFloatAndRemove, getInt, getInt, getIntAndRemove, getIntAndRemove, getLong, getLong, getLongAndRemove, getLongAndRemove, getShort, getShort, getShortAndRemove, getShortAndRemove, getTimeMillis, getTimeMillis, getTimeMillisAndRemove, getTimeMillisAndRemove, isEmpty, names, remove, set, set, set, set, setAll, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setObject, setObject, setShort, setTimeMillis, sizeforEach, spliteratorpublic static final EmptyHttp2Headers INSTANCE
public EmptyHttp2Headers method(CharSequence method)
Http2HeadersHttp2Headers.PseudoHeaderName.METHOD headermethod in interface Http2Headerspublic EmptyHttp2Headers scheme(CharSequence status)
Http2HeadersHttp2Headers.PseudoHeaderName.SCHEME headerscheme in interface Http2Headerspublic EmptyHttp2Headers authority(CharSequence authority)
Http2HeadersHttp2Headers.PseudoHeaderName.AUTHORITY headerauthority in interface Http2Headerspublic EmptyHttp2Headers path(CharSequence path)
Http2HeadersHttp2Headers.PseudoHeaderName.PATH headerpath in interface Http2Headerspublic EmptyHttp2Headers status(CharSequence status)
Http2HeadersHttp2Headers.PseudoHeaderName.STATUS headerstatus in interface Http2Headerspublic CharSequence method()
Http2HeadersHttp2Headers.PseudoHeaderName.METHOD header or null if there is no such headermethod in interface Http2Headerspublic CharSequence scheme()
Http2HeadersHttp2Headers.PseudoHeaderName.SCHEME header or null if there is no such headerscheme in interface Http2Headerspublic CharSequence authority()
Http2HeadersHttp2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such headerauthority in interface Http2Headerspublic CharSequence path()
Http2HeadersHttp2Headers.PseudoHeaderName.PATH header or null if there is no such headerpath in interface Http2Headerspublic CharSequence status()
Http2HeadersHttp2Headers.PseudoHeaderName.STATUS header or null if there is no such headerstatus in interface Http2Headerspublic boolean contains(CharSequence name, CharSequence value, boolean caseInsensitive)
Http2Headerstrue if a header with the name and value exists, false otherwise.
If caseInsensitive is true then a case insensitive compare is done on the value.
contains in interface Http2Headersname - the name of the header to findvalue - the value of the header to findcaseInsensitive - true then a case insensitive compare is run to compare values.
otherwise a case sensitive compare is run to compare values.Copyright © 2008–2025 The Netty Project. All rights reserved.