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.annotationFields in org.apache.juneau.http.annotation declared as HeaderMethods in org.apache.juneau.http.annotation that return HeaderModifier and TypeMethodDescriptionHeaderAnnotation.Builder.build()Instantiates a new@Headerobject initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type HeaderModifier and TypeMethodDescriptionstatic booleanReturnstrue if the specified annotation contains all default values.Sets theResponse.headers()property on this annotation.Method parameters in org.apache.juneau.http.annotation with type arguments of type HeaderModifier and TypeMethodDescriptionvoidHeaderAnnotation.Applier.apply(AnnotationInfo<Header> ai, BeanContext.Builder b) 
- 
Uses of Header in org.apache.juneau.http.headerClasses in org.apache.juneau.http.header with annotations of type HeaderModifier and TypeClassDescriptionclassRepresents a parsedAccept HTTP request header.classRepresents a parsedAccept-Charset HTTP request header.classRepresents a parsedAccept-Encoding HTTP request header.classRepresents a parsedAccept-Language HTTP request header.classRepresents a parsedAccept-Range HTTP response header.classRepresents a parsedAge HTTP response header.classRepresents a parsedAllow HTTP response header.classRepresents a parsedAuthorization HTTP request header.classCategory of headers that consist of a single boolean value.classCategory of headers that consist of a single integer value.classCategory of headers that consist of a single long value.classRepresents a parsedCache-Control HTTP request header.classRepresents a parsedClient-Version HTTP request header.classRepresents a parsedConnection HTTP request header.classRepresents a parsedContent-Disposition HTTP request header.classRepresents a parsedContent-Encoding HTTP response header.classRepresents a parsedContent-Language HTTP response header.classRepresents a parsedContent-Length HTTP request/response header.classRepresents a parsedContent-Location HTTP response header.classRepresents a parsedContent-Range HTTP response header.classRepresents a parsedContent-Type HTTP request/response header.classRepresents a parsedDate HTTP request/response header.classRepresents a parsedDebug HTTP request/response header.classRepresents a parsedETag HTTP response header.classRepresents a parsedExpect HTTP request header.classRepresents a parsedExpires HTTP response header.classRepresents a parsedForwarded HTTP request header.classRepresents a parsedFrom HTTP request header.classRepresents a parsedHost HTTP request header.classRepresents a parsedIf-Match HTTP request header.classRepresents a parsedIf-Modified-Since HTTP request header.classRepresents a parsedIf-None-Match HTTP request header.classRepresents a parsedIf-Range HTTP request header.classRepresents a parsedIf-Unmodified-Since HTTP request header.classRepresents a parsedLast-Modified HTTP response header.classRepresents a parsedLocation HTTP response header.classRepresents a parsedMax-Forwards HTTP request header.classRepresents a parsedNo-Trace HTTP request header.classRepresents a parsedOrigin HTTP request header.classRepresents a parsedPragma HTTP request/response header.classRepresents a parsedProxy-Authenticate HTTP response header.classRepresents a parsedProxy-Authorization HTTP request header.classRepresents a parsedRange HTTP request header.classRepresents a parsedReferer HTTP request header.classRepresents a parsedRetry-After HTTP response header.classRepresents a parsedServer HTTP response header.classRepresents a parsedTE HTTP request header.classRepresents a parsedThrown HTTP response header.classRepresents a parsedTrailer HTTP response header.classRepresents a parsedTransfer-Encoding HTTP response header.classRepresents a parsedUpgrade HTTP request header.classRepresents a parsedUser-Agent HTTP request header.classRepresents a parsedVary HTTP response header.classRepresents a parsedVia HTTP response header.classRepresents a parsedWarning HTTP request/response header.classRepresents a parsedWWW-Authenticate HTTP response header.
- 
Uses of Header in org.apache.juneau.rest.remoteMethod parameters in org.apache.juneau.rest.remote with annotations of type HeaderModifier and TypeMethodDescriptionRrpcServlet.invoke(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod)