@Deprecated public final class HeaderValues extends AbstractCollection<String> implements Deque<String>, List<String>, RandomAccess
| Constructor and Description |
|---|
HeaderValues(io.netty.handler.codec.http.HttpHeaders headers,
String headerName,
List<String> currentValues)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
String s)
Deprecated.
|
boolean |
add(String s)
Deprecated.
|
boolean |
addAll(Collection<? extends String> c)
Deprecated.
|
boolean |
addAll(int index,
Collection<? extends String> c)
Deprecated.
|
void |
addFirst(String s)
Deprecated.
|
void |
addLast(String s)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object o)
Deprecated.
|
Iterator<String> |
descendingIterator()
Deprecated.
|
String |
element()
Deprecated.
|
String |
get(int idx)
Deprecated.
|
String |
getFirst()
Deprecated.
|
HttpString |
getHeaderName()
Deprecated.
|
String |
getLast()
Deprecated.
|
int |
indexOf(Object o)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Iterator<String> |
iterator()
Deprecated.
|
int |
lastIndexOf(Object o)
Deprecated.
|
ListIterator<String> |
listIterator()
Deprecated.
|
ListIterator<String> |
listIterator(int index)
Deprecated.
|
boolean |
offer(String s)
Deprecated.
|
boolean |
offerFirst(String headerValue)
Deprecated.
|
boolean |
offerLast(String headerValue)
Deprecated.
|
String |
peek()
Deprecated.
|
String |
peekFirst()
Deprecated.
|
String |
peekLast()
Deprecated.
|
String |
poll()
Deprecated.
|
String |
pollFirst()
Deprecated.
|
String |
pollLast()
Deprecated.
|
String |
pop()
Deprecated.
|
void |
push(String s)
Deprecated.
|
String |
remove()
Deprecated.
|
String |
remove(int idx)
Deprecated.
|
boolean |
remove(Object obj)
Deprecated.
|
String |
removeFirst()
Deprecated.
|
boolean |
removeFirstOccurrence(Object o)
Deprecated.
|
String |
removeLast()
Deprecated.
|
boolean |
removeLastOccurrence(Object o)
Deprecated.
|
String |
set(int index,
String element)
Deprecated.
|
int |
size()
Deprecated.
|
List<String> |
subList(int fromIndex,
int toIndex)
Deprecated.
|
String[] |
toArray()
Deprecated.
|
<T> T[] |
toArray(T[] a)
Deprecated.
|
containsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, spliterator, streamcontainsAll, equals, hashCode, removeAll, replaceAll, retainAll, sort, spliteratorpublic HttpString getHeaderName()
public int size()
public boolean isEmpty()
isEmpty in interface Collection<String>isEmpty in interface List<String>isEmpty in class AbstractCollection<String>public void clear()
clear in interface Collection<String>clear in interface List<String>clear in class AbstractCollection<String>public ListIterator<String> listIterator()
listIterator in interface List<String>public ListIterator<String> listIterator(int index)
listIterator in interface List<String>public Iterator<String> descendingIterator()
descendingIterator in interface Deque<String>public boolean offerFirst(String headerValue)
offerFirst in interface Deque<String>public boolean offerLast(String headerValue)
public int lastIndexOf(Object o)
lastIndexOf in interface List<String>public boolean addAll(int index,
Collection<? extends String> c)
public String[] toArray()
toArray in interface Collection<String>toArray in interface List<String>toArray in class AbstractCollection<String>public <T> T[] toArray(T[] a)
toArray in interface Collection<String>toArray in interface List<String>toArray in class AbstractCollection<String>public void addFirst(String s)
public boolean contains(Object o)
public boolean removeFirstOccurrence(Object o)
removeFirstOccurrence in interface Deque<String>public boolean removeLastOccurrence(Object o)
removeLastOccurrence in interface Deque<String>public boolean add(String s)
public boolean offer(String s)
public String poll()
public String peek()
public String remove()
public String removeFirst()
removeFirst in interface Deque<String>public String removeLast()
removeLast in interface Deque<String>public String element()
public boolean remove(Object obj)
public boolean addAll(Collection<? extends String> c)
addAll in interface Collection<String>addAll in interface List<String>addAll in class AbstractCollection<String>Copyright © 2020 JBoss by Red Hat. All rights reserved.