Uses of Interface
com.sun.jersey.core.header.reader.HttpHeaderReader.ListElementCreator

Packages that use HttpHeaderReader.ListElementCreator
com.sun.jersey.core.header.reader Provides support for reading HTTP headers. 
 

Uses of HttpHeaderReader.ListElementCreator in com.sun.jersey.core.header.reader
 

Methods in com.sun.jersey.core.header.reader with parameters of type HttpHeaderReader.ListElementCreator
static
<T> List<T>
HttpHeaderReader.readAcceptableList(Comparator<T> comparator, HttpHeaderReader.ListElementCreator<T> c, String header)
           
static
<T extends QualityFactor>
List<T>
HttpHeaderReader.readAcceptableList(HttpHeaderReader.ListElementCreator<T> c, String header)
           
static
<T> List<T>
HttpHeaderReader.readList(HttpHeaderReader.ListElementCreator<T> c, String header)
           
static
<T> List<T>
HttpHeaderReader.readList(List<T> l, HttpHeaderReader.ListElementCreator<T> c, String header)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.