Uses of Class
org.jboss.resteasy.util.CaseInsensitiveMap
Package
Description
-
Uses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.engines
Modifier 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
Modifier and TypeClassDescriptionclass
TrackingMap<V>
A decorator class to track changes to the underlying map.Modifier and TypeFieldDescriptionprotected CaseInsensitiveMap
<Object> ClientRequestHeaders.headers
ModifierConstructorDescriptionTrackingClientRequestHeaders
(ClientConfiguration configuration, CaseInsensitiveMap<Object> headers) TrackingMap
(CaseInsensitiveMap<V> delegate) -
Uses of CaseInsensitiveMap in org.jboss.resteasy.core
-
Uses of CaseInsensitiveMap in org.jboss.resteasy.mock
Modifier and TypeFieldDescriptionprotected CaseInsensitiveMap
<Object> MockHttpResponse.outputHeaders