Uses of Class
org.jboss.resteasy.util.CaseInsensitiveMap
-
Packages that use CaseInsensitiveMap Package Description org.jboss.resteasy.client.jaxrs.engines org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.mock -
-
Uses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines that return CaseInsensitiveMap Modifier and Type Method Description static CaseInsensitiveMap<String>
ManualClosingApacheHttpClient43Engine. extractHeaders(org.apache.http.HttpResponse response)
-
Uses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.internal
Subclasses of CaseInsensitiveMap in org.jboss.resteasy.client.jaxrs.internal Modifier and Type Class Description class
TrackingMap<V>
A decorator class to track changes to the underlying map.Fields in org.jboss.resteasy.client.jaxrs.internal declared as CaseInsensitiveMap Modifier and Type Field Description protected CaseInsensitiveMap<Object>
ClientRequestHeaders. headers
Methods in org.jboss.resteasy.client.jaxrs.internal that return CaseInsensitiveMap Modifier and Type Method Description CaseInsensitiveMap<Object>
ClientRequestHeaders. getHeaders()
Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type CaseInsensitiveMap Constructor Description TrackingClientRequestHeaders(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 Modifier and Type Class Description class
Headers<V>
-
Uses of CaseInsensitiveMap in org.jboss.resteasy.mock
Fields in org.jboss.resteasy.mock declared as CaseInsensitiveMap Modifier and Type Field Description protected CaseInsensitiveMap<Object>
MockHttpResponse. outputHeaders
-