Uses of Class
javax.ws.rs.core.AbstractMultivaluedMap

Packages that use AbstractMultivaluedMap
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. 
 

Uses of AbstractMultivaluedMap in javax.ws.rs.core
 

Subclasses of AbstractMultivaluedMap in javax.ws.rs.core
 class MultivaluedHashMap<K,V>
          A hash table based implementation of MultivaluedMap interface.
 

Uses of AbstractMultivaluedMap in org.glassfish.jersey.internal.util.collection
 

Subclasses of AbstractMultivaluedMap in org.glassfish.jersey.internal.util.collection
 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.
 

Uses of AbstractMultivaluedMap in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal that return AbstractMultivaluedMap
static AbstractMultivaluedMap<String,String> HeadersFactory.createInbound()
          Create an empty inbound message headers container.
static AbstractMultivaluedMap<String,Object> HeadersFactory.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.