| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultivaluedHashMap<K,V>
A hash table based implementation of
MultivaluedMap interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultivaluedStringMap
An implementation of
MultivaluedMap where keys and values are
instances of String. |
class |
StringKeyIgnoreCaseMultivaluedMap<V>
Multivalued map with String keys that are compared with each other using the case insensitive method.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractMultivaluedMap<String,String> |
HeaderUtils.createInbound()
Create an empty inbound message headers container.
|
static AbstractMultivaluedMap<String,Object> |
HeaderUtils.createOutbound()
Create an empty outbound message headers container.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.