Uses of Class
org.jboss.resteasy.util.CaseInsensitiveMap
Packages that use CaseInsensitiveMap
Package
Description
-
Uses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines that return CaseInsensitiveMapModifier and TypeMethodDescriptionstatic CaseInsensitiveMap
<String> ManualClosingApacheHttpClient43Engine.extractHeaders
(org.apache.http.HttpResponse response) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.internal
Subclasses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.internalModifier and TypeClassDescriptionclass
TrackingMap<V>
A decorator class to track changes to the underlying map.Fields in org.jboss.resteasy.client.jaxrs.internal declared as CaseInsensitiveMapModifier and TypeFieldDescriptionprotected CaseInsensitiveMap
<Object> ClientRequestHeaders.headers
Methods in org.jboss.resteasy.client.jaxrs.internal that return CaseInsensitiveMapConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type CaseInsensitiveMapModifierConstructorDescriptionTrackingClientRequestHeaders
(ClientConfiguration configuration, CaseInsensitiveMap<Object> headers) TrackingMap
(CaseInsensitiveMap<V> delegate) -
Uses of CaseInsensitiveMap in org.jboss.resteasy.core
Subclasses of CaseInsensitiveMap in org.jboss.resteasy.core -
Uses of CaseInsensitiveMap in org.jboss.resteasy.mock
Fields in org.jboss.resteasy.mock declared as CaseInsensitiveMapModifier and TypeFieldDescriptionprotected CaseInsensitiveMap
<Object> MockHttpResponse.outputHeaders