Package org.eclipse.jetty.client
Class HttpClient.ContentDecoderFactorySet
java.lang.Object
org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
- All Implemented Interfaces:
Iterable<ContentDecoder.Factory>
,Collection<ContentDecoder.Factory>
,Set<ContentDecoder.Factory>
- Enclosing class:
- HttpClient
private class HttpClient.ContentDecoderFactorySet
extends Object
implements Set<ContentDecoder.Factory>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends ContentDecoder.Factory> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) private void
boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Field Details
-
set
-
-
Constructor Details
-
ContentDecoderFactorySet
private ContentDecoderFactorySet()
-
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
add
in interfaceSet<ContentDecoder.Factory>
-
addAll
- Specified by:
addAll
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
addAll
in interfaceSet<ContentDecoder.Factory>
-
remove
- Specified by:
remove
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
remove
in interfaceSet<ContentDecoder.Factory>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
removeAll
in interfaceSet<ContentDecoder.Factory>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
retainAll
in interfaceSet<ContentDecoder.Factory>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
clear
in interfaceSet<ContentDecoder.Factory>
-
size
public int size()- Specified by:
size
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
size
in interfaceSet<ContentDecoder.Factory>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
isEmpty
in interfaceSet<ContentDecoder.Factory>
-
contains
- Specified by:
contains
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
contains
in interfaceSet<ContentDecoder.Factory>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
containsAll
in interfaceSet<ContentDecoder.Factory>
-
iterator
- Specified by:
iterator
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
iterator
in interfaceIterable<ContentDecoder.Factory>
- Specified by:
iterator
in interfaceSet<ContentDecoder.Factory>
-
toArray
- Specified by:
toArray
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
toArray
in interfaceSet<ContentDecoder.Factory>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<ContentDecoder.Factory>
- Specified by:
toArray
in interfaceSet<ContentDecoder.Factory>
-
invalidate
private void invalidate()
-