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
Fields 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@Header
object initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type HeaderModifier and TypeMethodDescriptionstatic boolean
Returnstrue 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 TypeMethodDescriptionvoid
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 HeaderModifier and TypeClassDescriptionclass
Represents a parsedAccept HTTP request header.class
Represents a parsedAccept-Charset HTTP request header.class
Represents a parsedAccept-Encoding HTTP request header.class
Represents a parsedAccept-Language HTTP request header.class
Represents a parsedAccept-Range HTTP response header.class
Represents a parsedAge HTTP response header.class
Represents a parsedAllow HTTP response header.class
Represents a parsedAuthorization 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 parsedCache-Control HTTP request header.class
Represents a parsedClient-Version HTTP request header.class
Represents a parsedConnection HTTP request header.class
Represents a parsedContent-Disposition HTTP request header.class
Represents a parsedContent-Encoding HTTP response header.class
Represents a parsedContent-Language HTTP response header.class
Represents a parsedContent-Length HTTP request/response header.class
Represents a parsedContent-Location HTTP response header.class
Represents a parsedContent-Range HTTP response header.class
Represents a parsedContent-Type HTTP request/response header.class
Represents a parsedDate HTTP request/response header.class
Represents a parsedDebug HTTP request/response header.class
Represents a parsedETag HTTP response header.class
Represents a parsedExpect HTTP request header.class
Represents a parsedExpires HTTP response header.class
Represents a parsedForwarded HTTP request header.class
Represents a parsedFrom HTTP request header.class
Represents a parsedHost HTTP request header.class
Represents a parsedIf-Match HTTP request header.class
Represents a parsedIf-Modified-Since HTTP request header.class
Represents a parsedIf-None-Match HTTP request header.class
Represents a parsedIf-Range HTTP request header.class
Represents a parsedIf-Unmodified-Since HTTP request header.class
Represents a parsedLast-Modified HTTP response header.class
Represents a parsedLocation HTTP response header.class
Represents a parsedMax-Forwards HTTP request header.class
Represents a parsedNo-Trace HTTP request header.class
Represents a parsedOrigin HTTP request header.class
Represents a parsedPragma HTTP request/response header.class
Represents a parsedProxy-Authenticate HTTP response header.class
Represents a parsedProxy-Authorization HTTP request header.class
Represents a parsedRange HTTP request header.class
Represents a parsedReferer HTTP request header.class
Represents a parsedRetry-After HTTP response header.class
Represents a parsedServer HTTP response header.class
Represents a parsedTE HTTP request header.class
Represents a parsedThrown HTTP response header.class
Represents a parsedTrailer HTTP response header.class
Represents a parsedTransfer-Encoding HTTP response header.class
Represents a parsedUpgrade HTTP request header.class
Represents a parsedUser-Agent HTTP request header.class
Represents a parsedVary HTTP response header.class
Represents a parsedVia HTTP response header.class
Represents a parsedWarning HTTP request/response header.class
Represents a parsedWWW-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 HeaderModifier and TypeMethodDescriptionRrpcServlet.invoke
(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod)