|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringKeyIgnoreCaseMultivaluedMap | |
---|---|
com.sun.jersey.core.header | Provides support for HTTP headers. |
com.sun.jersey.core.util | Provides support for collection-based classes. |
Uses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.header |
---|
Subclasses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.header | |
---|---|
class |
InBoundHeaders
In-bound HTTP headers. |
class |
OutBoundHeaders
Out-bound HTTP headers. |
Uses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.util |
---|
Subclasses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.util | |
---|---|
class |
StringKeyObjectValueIgnoreCaseMultivaluedMap
An implementation of MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of Object. |
class |
StringKeyStringValueIgnoreCaseMultivaluedMap
An implementation of MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of String. |
Constructors in com.sun.jersey.core.util with parameters of type StringKeyIgnoreCaseMultivaluedMap | |
---|---|
StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V> that)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |