Uses of Annotation Interface
org.apache.juneau.http.annotation.Header

Packages that use Header
Package
Description
 
HTTP Header Beans
Remote service API
  • Uses of Header in org.apache.juneau.http.annotation

    Modifier and Type
    Field
    Description
    static final Header
    HeaderAnnotation.DEFAULT
    Default value
    Modifier and Type
    Method
    Description
    HeaderAnnotation.Builder.build()
    Instantiates a new @Header object initialized with this builder.
    Methods in org.apache.juneau.http.annotation with parameters of type Header
    Modifier and Type
    Method
    Description
    static boolean
    HeaderAnnotation.empty(Header a)
    Returns true if the specified annotation contains all default values.
    ResponseAnnotation.Builder.headers(Header... value)
    Sets the Response.headers() property on this annotation.
    Method parameters in org.apache.juneau.http.annotation with type arguments of type Header
    Modifier and Type
    Method
    Description
    void
    HeaderAnnotation.Applier.apply(AnnotationInfo<Header> ai, BeanContext.Builder b)
     
  • Uses of Header in org.apache.juneau.http.header

    Classes in org.apache.juneau.http.header with annotations of type Header
    Modifier and Type
    Class
    Description
    class 
    Represents a parsed Accept HTTP request header.
    class 
    Represents a parsed Accept-Charset HTTP request header.
    class 
    Represents a parsed Accept-Encoding HTTP request header.
    class 
    Represents a parsed Accept-Language HTTP request header.
    class 
    Represents a parsed Accept-Range HTTP response header.
    class 
    Represents a parsed Age HTTP response header.
    class 
    Represents a parsed Allow HTTP response header.
    class 
    Represents a parsed Authorization HTTP request header.
    class 
    Category of headers that consist of a single boolean value.
    class 
    Category of headers that consist of a single integer value.
    class 
    Category of headers that consist of a single long value.
    class 
    Represents a parsed Cache-Control HTTP request header.
    class 
    Represents a parsed Client-Version HTTP request header.
    class 
    Represents a parsed Connection HTTP request header.
    class 
    Represents a parsed Content-Disposition HTTP request header.
    class 
    Represents a parsed Content-Encoding HTTP response header.
    class 
    Represents a parsed Content-Language HTTP response header.
    class 
    Represents a parsed Content-Length HTTP request/response header.
    class 
    Represents a parsed Content-Location HTTP response header.
    class 
    Represents a parsed Content-Range HTTP response header.
    class 
    Represents a parsed Content-Type HTTP request/response header.
    class 
    Represents a parsed Date HTTP request/response header.
    class 
    Represents a parsed Debug HTTP request/response header.
    class 
    Represents a parsed ETag HTTP response header.
    class 
    Represents a parsed Expect HTTP request header.
    class 
    Represents a parsed Expires HTTP response header.
    class 
    Represents a parsed Forwarded HTTP request header.
    class 
    Represents a parsed From HTTP request header.
    class 
    Represents a parsed Host HTTP request header.
    class 
    Represents a parsed If-Match HTTP request header.
    class 
    Represents a parsed If-Modified-Since HTTP request header.
    class 
    Represents a parsed If-None-Match HTTP request header.
    class 
    Represents a parsed If-Range HTTP request header.
    class 
    Represents a parsed If-Unmodified-Since HTTP request header.
    class 
    Represents a parsed Last-Modified HTTP response header.
    class 
    Represents a parsed Location HTTP response header.
    class 
    Represents a parsed Max-Forwards HTTP request header.
    class 
    Represents a parsed No-Trace HTTP request header.
    class 
    Represents a parsed Origin HTTP request header.
    class 
    Represents a parsed Pragma HTTP request/response header.
    class 
    Represents a parsed Proxy-Authenticate HTTP response header.
    class 
    Represents a parsed Proxy-Authorization HTTP request header.
    class 
    Represents a parsed Range HTTP request header.
    class 
    Represents a parsed Referer HTTP request header.
    class 
    Represents a parsed Retry-After HTTP response header.
    class 
    Represents a parsed Server HTTP response header.
    class 
    Represents a parsed TE HTTP request header.
    class 
    Represents a parsed Thrown HTTP response header.
    class 
    Represents a parsed Trailer HTTP response header.
    class 
    Represents a parsed Transfer-Encoding HTTP response header.
    class 
    Represents a parsed Upgrade HTTP request header.
    class 
    Represents a parsed User-Agent HTTP request header.
    class 
    Represents a parsed Vary HTTP response header.
    class 
    Represents a parsed Via HTTP response header.
    class 
    Represents a parsed Warning HTTP request/response header.
    class 
    Represents a parsed WWW-Authenticate HTTP response header.
  • Uses of Header in org.apache.juneau.rest.remote

    Method parameters in org.apache.juneau.rest.remote with annotations of type Header
    Modifier and Type
    Method
    Description
    RrpcServlet.invoke(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod)