Uses of Class
com.sun.jersey.core.header.reader.HttpHeaderReader.Event

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

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

Methods in com.sun.jersey.core.header.reader that return HttpHeaderReader.Event
abstract  HttpHeaderReader.Event HttpHeaderReader.getEvent()
           
abstract  HttpHeaderReader.Event HttpHeaderReader.next()
           
abstract  HttpHeaderReader.Event HttpHeaderReader.next(boolean skipWhiteSpace)
           
static HttpHeaderReader.Event HttpHeaderReader.Event.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpHeaderReader.Event[] HttpHeaderReader.Event.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.