Index

A B C D E F G H I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Accept header.
accept(Supplier<MediaRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Accept header with a delayed value.
accept(MediaRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Accept header.
accept(MediaType) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Accept header.
Accept - Class in org.apache.juneau.http.header
Represents a parsed Accept HTTP request header.
Accept(String) - Constructor for class org.apache.juneau.http.header.Accept
Constructor.
Accept(Supplier<MediaRanges>) - Constructor for class org.apache.juneau.http.header.Accept
Constructor with delayed value.
Accept(MediaRanges) - Constructor for class org.apache.juneau.http.header.Accept
Constructor.
ACCEPT_APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_JSON - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_APPLICATION_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_BMP - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_GIF - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_JPEG - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_PNG - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_SVG - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_TIFF - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_IMAGE_WEBP - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_MULTIPART_FORM_DATA - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_TEXT_HTML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_TEXT_PLAIN - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_TEXT_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
ACCEPT_WILDCARD - Static variable in class org.apache.juneau.http.HttpHeaders
 
acceptCharset(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptCharset header.
acceptCharset(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptCharset header with a delayed value.
acceptCharset(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptCharset header.
AcceptCharset - Class in org.apache.juneau.http.header
Represents a parsed Accept-Charset HTTP request header.
AcceptCharset(String) - Constructor for class org.apache.juneau.http.header.AcceptCharset
Constructor.
AcceptCharset(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.AcceptCharset
Constructor with delayed value.
AcceptCharset(StringRanges) - Constructor for class org.apache.juneau.http.header.AcceptCharset
Constructor.
accepted() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Accepted().
Accepted - Class in org.apache.juneau.http.response
Represents an HTTP 202 Accepted response.
Accepted() - Constructor for class org.apache.juneau.http.response.Accepted
Constructor.
Accepted(HttpResponse) - Constructor for class org.apache.juneau.http.response.Accepted
Constructor.
Accepted(Accepted) - Constructor for class org.apache.juneau.http.response.Accepted
Copy constructor.
ACCEPTED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Accepted.INSTANCE.
acceptEncoding(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptEncoding header.
acceptEncoding(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptEncoding header with a delayed value.
acceptEncoding(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptEncoding header.
AcceptEncoding - Class in org.apache.juneau.http.header
Represents a parsed Accept-Encoding HTTP request header.
AcceptEncoding(String) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
Constructor.
AcceptEncoding(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
Constructor with delayed value.
AcceptEncoding(StringRanges) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
Constructor.
acceptLanguage(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptLanguage header.
acceptLanguage(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptLanguage header with a delayed value.
acceptLanguage(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptLanguage header.
AcceptLanguage - Class in org.apache.juneau.http.header
Represents a parsed Accept-Language HTTP request header.
AcceptLanguage(String) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
Constructor.
AcceptLanguage(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
Constructor with delayed value.
AcceptLanguage(StringRanges) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
Constructor.
acceptRanges(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptRanges header.
acceptRanges(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new AcceptRanges header with a delayed value.
AcceptRanges - Class in org.apache.juneau.http.header
Represents a parsed Accept-Range HTTP response header.
AcceptRanges(String) - Constructor for class org.apache.juneau.http.header.AcceptRanges
Constructor.
AcceptRanges(Supplier<String>) - Constructor for class org.apache.juneau.http.header.AcceptRanges
Constructor with delayed value.
addHeader(String, String) - Method in class org.apache.juneau.http.resource.BasicResource
Appends the specified header to the end of the headers in this builder.
addHeader(String, String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
addHeader(String, String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
addHeader(Header) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
addHeader(Header) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
addHeaders(Header...) - Method in class org.apache.juneau.http.resource.BasicResource
Appends the specified headers to the end of the headers in this builder.
age(Integer) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Age header.
age(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Age header.
age(Supplier<Integer>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Age header with a delayed value.
Age - Class in org.apache.juneau.http.header
Represents a parsed Age HTTP response header.
Age(Integer) - Constructor for class org.apache.juneau.http.header.Age
Constructor.
Age(String) - Constructor for class org.apache.juneau.http.header.Age
Constructor.
Age(Supplier<Integer>) - Constructor for class org.apache.juneau.http.header.Age
Constructor with delayed value.
allow(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Allow header.
allow(String...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Allow header.
allow(Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Allow header with a delayed value.
Allow - Class in org.apache.juneau.http.header
Represents a parsed Allow HTTP response header.
Allow(String) - Constructor for class org.apache.juneau.http.header.Allow
Constructor.
Allow(String...) - Constructor for class org.apache.juneau.http.header.Allow
Constructor.
Allow(Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.Allow
Constructor with delayed value.
ALREADY_REPORTED - Static variable in class org.apache.juneau.http.HttpResponses
alreadyReported() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling AlreadyReported().
AlreadyReported - Class in org.apache.juneau.http.response
Represents an HTTP 208 Already Reported response.
AlreadyReported() - Constructor for class org.apache.juneau.http.response.AlreadyReported
Constructor.
AlreadyReported(HttpResponse) - Constructor for class org.apache.juneau.http.response.AlreadyReported
Constructor.
AlreadyReported(AlreadyReported) - Constructor for class org.apache.juneau.http.response.AlreadyReported
Copy constructor.
ANY - Static variable in class org.apache.juneau.http.HttpMethod
Represents any HTTP method.
append(String, Object) - Method in class org.apache.juneau.http.header.HeaderList
Appends the specified header to the end of this list.
append(String, Object) - Method in class org.apache.juneau.http.part.PartList
Appends the specified part to the end of this list.
append(String, Supplier<?>) - Method in class org.apache.juneau.http.header.HeaderList
Appends the specified header to the end of this list using a value supplier.
append(String, Supplier<?>) - Method in class org.apache.juneau.http.part.PartList
Appends the specified part to the end of this list using a value supplier.
append(List<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Adds the specified headers to the end of the headers in this list.
append(List<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Adds the specified parts to the end of the parts in this list.
append(Header) - Method in class org.apache.juneau.http.header.HeaderList
Adds the specified header to the end of the headers in this list.
append(Header...) - Method in class org.apache.juneau.http.header.HeaderList
Adds the specified headers to the end of the headers in this list.
append(NameValuePair) - Method in class org.apache.juneau.http.part.PartList
Adds the specified part to the end of the parts in this list.
append(NameValuePair...) - Method in class org.apache.juneau.http.part.PartList
Adds the specified parts to the end of the parts in this list.
APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_JSON - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_JSON - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.header.ContentType
 
APPLICATION_XML - Static variable in class org.apache.juneau.http.header.Accept
 
APPLICATION_XML - Static variable in class org.apache.juneau.http.header.ContentType
 
asArray() - Method in class org.apache.juneau.http.header.BasicCsvHeader
Returns the header value as an array wrapped in an Optional.
asArray() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Returns The part value as an array wrapped in an Optional.
asBoolean() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
Returns the header value as a Boolean wrapped in an Optional.
asBoolean() - Method in class org.apache.juneau.http.part.BasicBooleanPart
Returns The part value as a Boolean wrapped in an Optional.
asBytes() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Converts the contents of this entity as a byte array.
asBytes() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
asBytes() - Method in class org.apache.juneau.http.entity.FileEntity
 
asBytes() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
asBytes() - Method in class org.apache.juneau.http.entity.StreamEntity
 
asBytes() - Method in class org.apache.juneau.http.entity.StringEntity
 
asBytes() - Method in class org.apache.juneau.http.resource.BasicResource
Converts the contents of the entity of this resource as a byte array.
asEntityTag() - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
Returns the header value as an EntityTag wrapped in an Optional.
asEntityTag() - Method in class org.apache.juneau.http.header.IfRange
Returns this header as an EntityTag.
asEntityTags() - Method in class org.apache.juneau.http.header.BasicEntityTagsHeader
Returns the header value as an EntityTags wrapped in an Optional.
asHeader() - Method in interface org.apache.juneau.http.header.Headerable
Convert the object to a Header.
asHeader() - Method in class org.apache.juneau.http.part.BasicPart
 
asHeader() - Method in class org.apache.juneau.http.part.SerializedPart
 
asInteger() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
Returns the header value as an Integer wrapped in an Optional.
asInteger() - Method in class org.apache.juneau.http.header.RetryAfter
Returns this header value as an integer.
asInteger() - Method in class org.apache.juneau.http.part.BasicIntegerPart
Returns The part value as an Integer wrapped in an Optional.
asList() - Method in class org.apache.juneau.http.header.BasicCsvHeader
Returns the header value as a list wrapped in an Optional.
asList() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Returns The part value as a List wrapped in an Optional.
asLong() - Method in class org.apache.juneau.http.header.BasicLongHeader
Returns the header value as a Long wrapped in an Optional.
asLong() - Method in class org.apache.juneau.http.part.BasicLongPart
Returns The part value as a Long wrapped in an Optional.
asMediaRanges() - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Returns the header value as a MediaRanges wrapped in an Optional.
asMediaType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the header value as a MediaType wrapped in an Optional.
asNameValuePair() - Method in interface org.apache.juneau.http.part.NameValuePairable
Convert the object to a NameValuePair.
asParts() - Method in class org.apache.juneau.http.header.Thrown
Returns the class name portion of the header.
asSafeBytes() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
assertBoolean() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
Provides the ability to perform fluent-style assertions on this header.
assertBoolean() - Method in class org.apache.juneau.http.part.BasicBooleanPart
Provides the ability to perform fluent-style assertions on this part.
assertBytes() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns an assertion on the contents of this entity.
assertBytes() - Method in class org.apache.juneau.http.resource.BasicResource
Returns an assertion on the contents of the entity of this resource.
assertInteger() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
Provides the ability to perform fluent-style assertions on this header.
assertInteger() - Method in class org.apache.juneau.http.part.BasicIntegerPart
Provides the ability to perform fluent-style assertions on this part.
assertList() - Method in class org.apache.juneau.http.header.BasicCsvHeader
Provides the ability to perform fluent-style assertions on this header.
assertList() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Provides the ability to perform fluent-style assertions on this part.
assertLong() - Method in class org.apache.juneau.http.header.BasicLongHeader
Provides the ability to perform fluent-style assertions on this header.
assertLong() - Method in class org.apache.juneau.http.part.BasicLongPart
Provides the ability to perform fluent-style assertions on this part.
assertModifiable() - Method in class org.apache.juneau.http.BasicStatusLine
Throws an UnsupportedOperationException if the unmodifiable flag is set on this bean.
assertModifiable() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Throws an UnsupportedOperationException if the unmodifiable flag is set on this bean.
assertModifiable() - Method in class org.apache.juneau.http.resource.BasicResource
Throws an UnsupportedOperationException if the unmodifiable flag is set on this bean.
assertModifiable() - Method in class org.apache.juneau.http.response.BasicHttpResponse
Throws an UnsupportedOperationException if the unmodifiable flag is set on this bean.
assertName() - Method in class org.apache.juneau.http.header.BasicHeader
Provides an object for performing assertions against the name of this header.
assertName() - Method in class org.apache.juneau.http.part.BasicPart
Provides an object for performing assertions against the name of this pair.
assertStatusCode(HttpResponse) - Method in exception org.apache.juneau.http.response.BasicHttpException
Asserts that the specified HTTP response has the same status code as the one on the status line of this bean.
assertStatusCode(HttpResponse) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Asserts that the specified HTTP response has the same status code as the one on the status line of this bean.
assertString() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns an assertion on the contents of this entity.
assertString() - Method in class org.apache.juneau.http.header.BasicStringHeader
Provides the ability to perform fluent-style assertions on this header.
assertString() - Method in class org.apache.juneau.http.part.BasicStringPart
Provides the ability to perform fluent-style assertions on this part.
assertString() - Method in class org.apache.juneau.http.resource.BasicResource
Returns an assertion on the contents of the entity of this resource.
assertStringValue() - Method in class org.apache.juneau.http.header.BasicHeader
Provides an object for performing assertions against the value of this header.
assertValue() - Method in class org.apache.juneau.http.part.BasicPart
Provides an object for performing assertions against the value of this pair.
assertVersion() - Method in class org.apache.juneau.http.header.ClientVersion
Provides the ability to perform fluent-style assertions on this header.
assertZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
Provides the ability to perform fluent-style assertions on this header.
assertZonedDateTime() - Method in class org.apache.juneau.http.part.BasicDatePart
Provides the ability to perform fluent-style assertions on this part.
asString() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Converts the contents of this entity as a string.
asString() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
asString() - Method in class org.apache.juneau.http.entity.FileEntity
 
asString() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
asString() - Method in class org.apache.juneau.http.entity.StreamEntity
 
asString() - Method in class org.apache.juneau.http.entity.StringEntity
 
asString() - Method in class org.apache.juneau.http.header.BasicHeader
Returns the value of this header as a string.
asString() - Method in class org.apache.juneau.http.header.BasicStringHeader
 
asString() - Method in class org.apache.juneau.http.part.BasicStringPart
Returns The part value as a String wrapped in an Optional.
asString() - Method in class org.apache.juneau.http.resource.BasicResource
Converts the contents of the entity of this resource as a string.
asStringRanges() - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
Returns the header value as a StringRanges wrapped in an Optional.
asUri() - Method in class org.apache.juneau.http.header.BasicUriHeader
Returns the header value as a URI wrapped in an Optional.
asUri() - Method in class org.apache.juneau.http.part.BasicUriPart
Returns The part value as a URI wrapped in an Optional.
asVersion() - Method in class org.apache.juneau.http.header.ClientVersion
Returns the header value as a Version object.
asZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
Returns the header value as a ZonedDateTime wrapped in an Optional.
asZonedDateTime() - Method in class org.apache.juneau.http.part.BasicDatePart
Returns The part value as a ZonedDateTime wrapped in an Optional.
authorization(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Authorization header.
authorization(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Authorization header with a delayed value.
Authorization - Class in org.apache.juneau.http.header
Represents a parsed Authorization HTTP request header.
Authorization(String) - Constructor for class org.apache.juneau.http.header.Authorization
Constructor.
Authorization(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Authorization
Constructor with delayed value.

B

BAD_REQUEST - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for BadRequest.INSTANCE.
badRequest() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling BadRequest().
BadRequest - Exception in org.apache.juneau.http.response
Exception representing an HTTP 400 (Bad Request).
BadRequest() - Constructor for exception org.apache.juneau.http.response.BadRequest
Constructor.
BadRequest(String, Object...) - Constructor for exception org.apache.juneau.http.response.BadRequest
Constructor.
BadRequest(Throwable) - Constructor for exception org.apache.juneau.http.response.BadRequest
Constructor.
BadRequest(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.BadRequest
Constructor.
BadRequest(HttpResponse) - Constructor for exception org.apache.juneau.http.response.BadRequest
Constructor.
BadRequest(BadRequest) - Constructor for exception org.apache.juneau.http.response.BadRequest
Copy constructor.
BasicBooleanHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single boolean value.
BasicBooleanHeader(String, Boolean) - Constructor for class org.apache.juneau.http.header.BasicBooleanHeader
Constructor.
BasicBooleanHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicBooleanHeader
Constructor.
BasicBooleanHeader(String, Supplier<Boolean>) - Constructor for class org.apache.juneau.http.header.BasicBooleanHeader
Constructor with delayed value.
BasicBooleanPart - Class in org.apache.juneau.http.part
A NameValuePair that consists of a single boolean value.
BasicBooleanPart(String, Boolean) - Constructor for class org.apache.juneau.http.part.BasicBooleanPart
Constructor.
BasicBooleanPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicBooleanPart
Constructor.
BasicBooleanPart(String, Supplier<Boolean>) - Constructor for class org.apache.juneau.http.part.BasicBooleanPart
Constructor.
BasicCsvArrayPart - Class in org.apache.juneau.http.part
A NameValuePair that consists of a comma-delimited list of string values.
BasicCsvArrayPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicCsvArrayPart
Constructor.
BasicCsvArrayPart(String, String...) - Constructor for class org.apache.juneau.http.part.BasicCsvArrayPart
Constructor.
BasicCsvArrayPart(String, Supplier<String[]>) - Constructor for class org.apache.juneau.http.part.BasicCsvArrayPart
Constructor.
BasicCsvHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a comma-delimited list of string values.
BasicCsvHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicCsvHeader
Constructor.
BasicCsvHeader(String, String...) - Constructor for class org.apache.juneau.http.header.BasicCsvHeader
Constructor.
BasicCsvHeader(String, Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.BasicCsvHeader
Constructor with delayed value.
BasicDateHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single HTTP-date.
BasicDateHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
Constructor.
BasicDateHeader(String, ZonedDateTime) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
Constructor.
BasicDateHeader(String, Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
Constructor with delayed value.
BasicDatePart - Class in org.apache.juneau.http.part
A NameValuePair that consist of a single HTTP-date.
BasicDatePart(String, String) - Constructor for class org.apache.juneau.http.part.BasicDatePart
Constructor.
BasicDatePart(String, ZonedDateTime) - Constructor for class org.apache.juneau.http.part.BasicDatePart
Constructor.
BasicDatePart(String, Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.part.BasicDatePart
Constructor.
BasicEntityTagHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single entity validator value.
BasicEntityTagHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
Constructor.
BasicEntityTagHeader(String, Supplier<EntityTag>) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
Constructor with delayed value.
BasicEntityTagHeader(String, EntityTag) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
Constructor.
BasicEntityTagsHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a comma-delimited list of entity validator values.
BasicEntityTagsHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicEntityTagsHeader
Constructor.
BasicEntityTagsHeader(String, Supplier<EntityTags>) - Constructor for class org.apache.juneau.http.header.BasicEntityTagsHeader
Constructor with delayed value.
BasicEntityTagsHeader(String, EntityTags) - Constructor for class org.apache.juneau.http.header.BasicEntityTagsHeader
Constructor.
basicHeader(String, Object) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicHeader header.
basicHeader(String, Supplier<?>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicHeader header with a delayed value.
BasicHeader - Class in org.apache.juneau.http.header
Superclass of all headers defined in this package.
BasicHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicHeader
Constructor.
BasicHeader(String, Supplier<Object>) - Constructor for class org.apache.juneau.http.header.BasicHeader
Constructor with delayed value.
BasicHeader(BasicHeader) - Constructor for class org.apache.juneau.http.header.BasicHeader
Copy constructor.
BasicHeaderIterator - Class in org.apache.juneau.http.header
Basic implementation of a HeaderIterator.
BasicHeaderIterator(Header[], String, boolean) - Constructor for class org.apache.juneau.http.header.BasicHeaderIterator
Creates a new header iterator.
BasicHttpEntity - Class in org.apache.juneau.http.entity
A basic HttpEntity implementation with additional features.
BasicHttpEntity() - Constructor for class org.apache.juneau.http.entity.BasicHttpEntity
Constructor.
BasicHttpEntity(BasicHttpEntity) - Constructor for class org.apache.juneau.http.entity.BasicHttpEntity
Copy constructor.
BasicHttpEntity(ContentType, Object) - Constructor for class org.apache.juneau.http.entity.BasicHttpEntity
Constructor.
BasicHttpException - Exception in org.apache.juneau.http.response
Basic implementation of the HttpResponse interface for error responses.
BasicHttpException() - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Constructor.
BasicHttpException(int) - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Constructor.
BasicHttpException(int, String, Object...) - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Constructor.
BasicHttpException(int, Throwable) - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Constructor.
BasicHttpException(int, Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Constructor.
BasicHttpException(HttpResponse) - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Constructor.
BasicHttpException(BasicHttpException) - Constructor for exception org.apache.juneau.http.response.BasicHttpException
Copy constructor.
BasicHttpResponse - Class in org.apache.juneau.http.response
Basic implementation of the HttpResponse interface.
BasicHttpResponse(HttpResponse) - Constructor for class org.apache.juneau.http.response.BasicHttpResponse
Constructor.
BasicHttpResponse(BasicStatusLine) - Constructor for class org.apache.juneau.http.response.BasicHttpResponse
Constructor.
BasicHttpResponse(BasicHttpResponse) - Constructor for class org.apache.juneau.http.response.BasicHttpResponse
Copy constructor.
BasicIntegerHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single integer value.
BasicIntegerHeader(String, Integer) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
Constructor.
BasicIntegerHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
Constructor.
BasicIntegerHeader(String, Supplier<Integer>) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
Constructor with delayed value.
BasicIntegerPart - Class in org.apache.juneau.http.part
A NameValuePair that consists of a single integer value.
BasicIntegerPart(String, Integer) - Constructor for class org.apache.juneau.http.part.BasicIntegerPart
Constructor.
BasicIntegerPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicIntegerPart
Constructor.
BasicIntegerPart(String, Supplier<Integer>) - Constructor for class org.apache.juneau.http.part.BasicIntegerPart
Constructor.
BasicLongHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single long value.
BasicLongHeader(String, Long) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
Constructor.
BasicLongHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
Constructor.
BasicLongHeader(String, Supplier<Long>) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
Constructor with delayed value.
BasicLongPart - Class in org.apache.juneau.http.part
A NameValuePair that consists of a single long value.
BasicLongPart(String, Long) - Constructor for class org.apache.juneau.http.part.BasicLongPart
Constructor.
BasicLongPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicLongPart
Constructor.
BasicLongPart(String, Supplier<Long>) - Constructor for class org.apache.juneau.http.part.BasicLongPart
Constructor.
BasicMediaRangesHeader - Class in org.apache.juneau.http.header
Category of headers that consist of multiple parameterized string values.
BasicMediaRangesHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicMediaRangesHeader
Constructor.
BasicMediaRangesHeader(String, Supplier<MediaRanges>) - Constructor for class org.apache.juneau.http.header.BasicMediaRangesHeader
Constructor with delayed value.
BasicMediaRangesHeader(String, MediaRanges) - Constructor for class org.apache.juneau.http.header.BasicMediaRangesHeader
Constructor.
BasicMediaTypeHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single parameterized string value.
BasicMediaTypeHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicMediaTypeHeader
Constructor.
BasicMediaTypeHeader(String, Supplier<MediaType>) - Constructor for class org.apache.juneau.http.header.BasicMediaTypeHeader
Constructor with delayed value.
BasicMediaTypeHeader(String, MediaType) - Constructor for class org.apache.juneau.http.header.BasicMediaTypeHeader
Constructor.
basicPart(String) - Static method in class org.apache.juneau.http.HttpParts
Creates a BasicPart from a name/value pair string (e.g.
basicPart(String, Object) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicPart part.
basicPart(String, Supplier<?>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicPart part with a delayed value.
BasicPart - Class in org.apache.juneau.http.part
Implementation of NameValuePair for serializing POJOs as URL-encoded form post entries.
BasicPart(String, Object) - Constructor for class org.apache.juneau.http.part.BasicPart
Constructor.
BasicPart(BasicPart) - Constructor for class org.apache.juneau.http.part.BasicPart
Copy constructor.
BasicPartIterator - Class in org.apache.juneau.http.part
Basic implementation of a PartIterator.
BasicPartIterator(NameValuePair[], String, boolean) - Constructor for class org.apache.juneau.http.part.BasicPartIterator
Creates a new part iterator.
BasicResource - Class in org.apache.juneau.http.resource
A basic HttpResource implementation with additional features.
BasicResource(HttpResponse) - Constructor for class org.apache.juneau.http.resource.BasicResource
Constructor.
BasicResource(BasicHttpEntity) - Constructor for class org.apache.juneau.http.resource.BasicResource
Constructor.
BasicResource(BasicResource) - Constructor for class org.apache.juneau.http.resource.BasicResource
Copy constructor.
BasicStatusLine - Class in org.apache.juneau.http
A basic implementation of the StatusLine interface.
BasicStatusLine() - Constructor for class org.apache.juneau.http.BasicStatusLine
Constructor.
BasicStatusLine(BasicStatusLine) - Constructor for class org.apache.juneau.http.BasicStatusLine
Copy constructor.
BasicStringHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single string value.
BasicStringHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicStringHeader
Constructor.
BasicStringHeader(String, Supplier<String>) - Constructor for class org.apache.juneau.http.header.BasicStringHeader
Constructor with delayed value.
BasicStringPart - Class in org.apache.juneau.http.part
A NameValuePair that consists of a single string value.
BasicStringPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicStringPart
Constructor.
BasicStringPart(String, Supplier<String>) - Constructor for class org.apache.juneau.http.part.BasicStringPart
Constructor.
BasicStringRangesHeader - Class in org.apache.juneau.http.header
Category of headers that consist of simple comma-delimited lists of strings with q-values.
BasicStringRangesHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicStringRangesHeader
Constructor.
BasicStringRangesHeader(String, Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.BasicStringRangesHeader
Constructor with delayed value.
BasicStringRangesHeader(String, StringRanges) - Constructor for class org.apache.juneau.http.header.BasicStringRangesHeader
Constructor.
BasicUriHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single URL value.
BasicUriHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
Constructor.
BasicUriHeader(String, URI) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
Constructor.
BasicUriHeader(String, Supplier<URI>) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
Constructor with delayed value.
BasicUriPart - Class in org.apache.juneau.http.part
A NameValuePair that consists of a single URL value.
BasicUriPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicUriPart
Constructor.
BasicUriPart(String, URI) - Constructor for class org.apache.juneau.http.part.BasicUriPart
Constructor.
BasicUriPart(String, Supplier<URI>) - Constructor for class org.apache.juneau.http.part.BasicUriPart
Constructor.
BEAN - Enum constant in enum org.apache.juneau.http.remote.RemoteReturn
Response bean
BODY - Enum constant in enum org.apache.juneau.http.remote.RemoteReturn
HTTP response body
booleanHeader(String, Boolean) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicBooleanHeader header.
booleanHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicBooleanHeader header.
booleanHeader(String, Supplier<Boolean>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicBooleanHeader header with a delayed value.
booleanPart(String, Boolean) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicBooleanPart part.
booleanPart(String, Supplier<Boolean>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicBooleanPart part with a delayed value.
byteArrayEntity(byte[]) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new ByteArrayEntity builder.
byteArrayEntity(byte[], ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new ByteArrayEntity builder.
byteArrayEntity(Supplier<byte[]>) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new ByteArrayEntity builder.
byteArrayEntity(Supplier<byte[]>, ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new ByteArrayEntity builder.
ByteArrayEntity - Class in org.apache.juneau.http.entity
A repeatable entity that obtains its content from a byte array.
ByteArrayEntity() - Constructor for class org.apache.juneau.http.entity.ByteArrayEntity
Constructor.
ByteArrayEntity(ByteArrayEntity) - Constructor for class org.apache.juneau.http.entity.ByteArrayEntity
Copy constructor.
ByteArrayEntity(ContentType, byte[]) - Constructor for class org.apache.juneau.http.entity.ByteArrayEntity
Constructor.
byteArrayResource(byte[]) - Static method in class org.apache.juneau.http.HttpResources
Creates a new ByteArrayResource builder.
byteArrayResource(byte[], ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new ByteArrayResource builder.
byteArrayResource(Supplier<byte[]>) - Static method in class org.apache.juneau.http.HttpResources
Creates a new ByteArrayResource builder.
byteArrayResource(Supplier<byte[]>, ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new ByteArrayResource builder.
ByteArrayResource - Class in org.apache.juneau.http.resource
A repeatable resource that obtains its content from a byte array.
ByteArrayResource() - Constructor for class org.apache.juneau.http.resource.ByteArrayResource
Constructor.
ByteArrayResource(ContentType, byte[]) - Constructor for class org.apache.juneau.http.resource.ByteArrayResource
Constructor.
ByteArrayResource(ByteArrayResource) - Constructor for class org.apache.juneau.http.resource.ByteArrayResource
Copy constructor.

C

cacheControl(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new CacheControl header.
cacheControl(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new CacheControl header with a delayed value.
CacheControl - Class in org.apache.juneau.http.header
Represents a parsed Cache-Control HTTP request header.
CacheControl(String) - Constructor for class org.apache.juneau.http.header.CacheControl
Constructor.
CacheControl(Supplier<String>) - Constructor for class org.apache.juneau.http.header.CacheControl
Constructor with delayed value.
canCast(Object) - Static method in class org.apache.juneau.http.HttpHeaders
Returns true if the HttpHeaders.cast(Object) method can be used on the specified object.
canCast(Object) - Static method in class org.apache.juneau.http.HttpParts
Returns true if the HttpParts.cast(Object) method can be used on the specified object.
canCast(Object) - Static method in class org.apache.juneau.http.part.BasicPart
Returns true if the BasicPart.cast(Object) method can be used on the specified object.
caseInsensitive(boolean) - Method in class org.apache.juneau.http.part.PartList
Specifies that the parts in this list should be treated as case-sensitive.
caseSensitive(boolean) - Method in class org.apache.juneau.http.header.HeaderList
Specifies that the headers in this list should be treated as case-sensitive.
cast(Object) - Static method in class org.apache.juneau.http.HttpHeaders
Utility method for converting an arbitrary object to a Header.
cast(Object) - Static method in class org.apache.juneau.http.HttpParts
Utility method for converting an arbitrary object to a NameValuePair.
cast(Object) - Static method in class org.apache.juneau.http.part.BasicPart
Utility method for converting an arbitrary object to a NameValuePair.
clientVersion(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ClientVersion header.
clientVersion(Supplier<Version>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ClientVersion header with a delayed value.
clientVersion(Version) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ClientVersion header.
ClientVersion - Class in org.apache.juneau.http.header
Represents a parsed Client-Version HTTP request header.
ClientVersion(String) - Constructor for class org.apache.juneau.http.header.ClientVersion
Constructor.
ClientVersion(Supplier<Version>) - Constructor for class org.apache.juneau.http.header.ClientVersion
Constructor with delayed value.
ClientVersion(Version) - Constructor for class org.apache.juneau.http.header.ClientVersion
Constructor.
conflict() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Conflict().
Conflict - Exception in org.apache.juneau.http.response
Exception representing an HTTP 409 (Conflict).
Conflict() - Constructor for exception org.apache.juneau.http.response.Conflict
Constructor.
Conflict(String, Object...) - Constructor for exception org.apache.juneau.http.response.Conflict
Constructor.
Conflict(Throwable) - Constructor for exception org.apache.juneau.http.response.Conflict
Constructor.
Conflict(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.Conflict
Constructor.
Conflict(HttpResponse) - Constructor for exception org.apache.juneau.http.response.Conflict
Constructor.
Conflict(Conflict) - Constructor for exception org.apache.juneau.http.response.Conflict
Copy constructor.
CONFLICT - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Conflict.INSTANCE.
CONNECT - Static variable in class org.apache.juneau.http.HttpMethod
connection(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Connection header.
connection(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Connection header with a delayed value.
Connection - Class in org.apache.juneau.http.header
Represents a parsed Connection HTTP request header.
Connection(String) - Constructor for class org.apache.juneau.http.header.Connection
Constructor.
Connection(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Connection
Constructor with delayed value.
construct(Object) - Method in class org.apache.juneau.http.header.HeaderBeanMeta
Constructs a header bean with the specified name or value.
construct(Object) - Method in class org.apache.juneau.http.part.PartBeanMeta
Constructs a part bean with the specified name or value.
construct(String, Object) - Method in class org.apache.juneau.http.header.HeaderBeanMeta
Constructs a header bean with the specified name or value.
construct(String, Object) - Method in class org.apache.juneau.http.part.PartBeanMeta
Constructs a part bean with the specified name or value.
consumeContent() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
consumeContent() - Method in class org.apache.juneau.http.resource.BasicResource
 
contains(String) - Method in class org.apache.juneau.http.header.BasicCsvHeader
Returns true if this header contains the specified value.
contains(String) - Method in class org.apache.juneau.http.header.HeaderList
Tests if headers with the given name are contained within this list.
contains(String) - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Returns true if this part contains the specified value.
contains(String) - Method in class org.apache.juneau.http.part.PartList
Tests if parts with the given name are contained within this list.
containsHeader(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
containsHeader(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
containsIgnoreCase(String) - Method in class org.apache.juneau.http.header.BasicCsvHeader
Returns true if this header contains the specified value using String.equalsIgnoreCase(String).
containsIgnoreCase(String) - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Returns true if this part contains the specified value using String.equalsIgnoreCase(String).
contentDisposition(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentDisposition header.
contentDisposition(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentDisposition header with a delayed value.
contentDisposition(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentDisposition header.
ContentDisposition - Class in org.apache.juneau.http.header
Represents a parsed Content-Disposition HTTP request header.
ContentDisposition(String) - Constructor for class org.apache.juneau.http.header.ContentDisposition
Constructor.
ContentDisposition(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.ContentDisposition
Constructor with delayed value.
ContentDisposition(StringRanges) - Constructor for class org.apache.juneau.http.header.ContentDisposition
Constructor.
contentEncoding(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentEncoding header.
contentEncoding(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentEncoding header with a delayed value.
ContentEncoding - Class in org.apache.juneau.http.header
Represents a parsed Content-Encoding HTTP response header.
ContentEncoding(String) - Constructor for class org.apache.juneau.http.header.ContentEncoding
Constructor.
ContentEncoding(Supplier<String>) - Constructor for class org.apache.juneau.http.header.ContentEncoding
Constructor with delayed value.
contentLanguage(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLanguage header.
contentLanguage(String...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLanguage header.
contentLanguage(Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLanguage header with a delayed value.
ContentLanguage - Class in org.apache.juneau.http.header
Represents a parsed Content-Language HTTP response header.
ContentLanguage(String) - Constructor for class org.apache.juneau.http.header.ContentLanguage
Constructor.
ContentLanguage(String...) - Constructor for class org.apache.juneau.http.header.ContentLanguage
Constructor.
ContentLanguage(Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.ContentLanguage
Constructor with delayed value.
contentLength(Long) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLength header.
contentLength(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLength header.
contentLength(Supplier<Long>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLength header with a delayed value.
ContentLength - Class in org.apache.juneau.http.header
Represents a parsed Content-Length HTTP request/response header.
ContentLength(Long) - Constructor for class org.apache.juneau.http.header.ContentLength
Constructor.
ContentLength(String) - Constructor for class org.apache.juneau.http.header.ContentLength
Constructor.
ContentLength(Supplier<Long>) - Constructor for class org.apache.juneau.http.header.ContentLength
Constructor with delayed value.
contentLocation(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLocation header.
contentLocation(URI) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLocation header.
contentLocation(Supplier<URI>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentLocation header with a delayed value.
ContentLocation - Class in org.apache.juneau.http.header
Represents a parsed Content-Location HTTP response header.
ContentLocation(String) - Constructor for class org.apache.juneau.http.header.ContentLocation
Constructor.
ContentLocation(URI) - Constructor for class org.apache.juneau.http.header.ContentLocation
Constructor.
ContentLocation(Supplier<URI>) - Constructor for class org.apache.juneau.http.header.ContentLocation
Constructor with delayed value.
contentOrElse(T) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns the content of this entity.
contentRange(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentRange header.
contentRange(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentRange header with a delayed value.
ContentRange - Class in org.apache.juneau.http.header
Represents a parsed Content-Range HTTP response header.
ContentRange(String) - Constructor for class org.apache.juneau.http.header.ContentRange
Constructor.
ContentRange(Supplier<String>) - Constructor for class org.apache.juneau.http.header.ContentRange
Constructor with delayed value.
contentType(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentType header.
contentType(Supplier<MediaType>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentType header with a delayed value.
contentType(MediaType) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ContentType header.
ContentType - Class in org.apache.juneau.http.header
Represents a parsed Content-Type HTTP request/response header.
ContentType(String) - Constructor for class org.apache.juneau.http.header.ContentType
Constructor.
ContentType(Supplier<MediaType>) - Constructor for class org.apache.juneau.http.header.ContentType
Constructor with delayed value.
ContentType(MediaType) - Constructor for class org.apache.juneau.http.header.ContentType
Constructor.
CONTENTTYPE_APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_JSON - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_APPLICATION_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_BMP - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_GIF - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_JPEG - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_PNG - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_SVG - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_TIFF - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_IMAGE_WEBP - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_MULTIPART_FORM_DATA - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_TEXT_HTML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_TEXT_PLAIN - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_TEXT_XML - Static variable in class org.apache.juneau.http.HttpHeaders
 
CONTENTTYPE_WILDCARD - Static variable in class org.apache.juneau.http.HttpHeaders
 
Continue - Class in org.apache.juneau.http.response
Represents an HTTP 100 Continue response.
Continue() - Constructor for class org.apache.juneau.http.response.Continue
Constructor.
Continue(HttpResponse) - Constructor for class org.apache.juneau.http.response.Continue
Constructor.
Continue(Continue) - Constructor for class org.apache.juneau.http.response.Continue
Copy constructor.
CONTINUE - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Continue.INSTANCE.
copy() - Method in class org.apache.juneau.http.BasicStatusLine
Returns a copy of this bean.
copy() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
copy() - Method in class org.apache.juneau.http.entity.FileEntity
 
copy() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
copy() - Method in class org.apache.juneau.http.entity.SerializedEntity
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.entity.StreamEntity
 
copy() - Method in class org.apache.juneau.http.entity.StringEntity
 
copy() - Method in class org.apache.juneau.http.header.HeaderList
Makes a copy of this list.
copy() - Method in class org.apache.juneau.http.header.SerializedHeader
Creates a copy of this object.
copy() - Method in class org.apache.juneau.http.part.PartList
Makes a copy of this list.
copy() - Method in class org.apache.juneau.http.part.SerializedPart
Creates a copy of this object.
copy() - Method in class org.apache.juneau.http.resource.BasicResource
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
copy() - Method in class org.apache.juneau.http.resource.FileResource
 
copy() - Method in class org.apache.juneau.http.resource.ReaderResource
 
copy() - Method in class org.apache.juneau.http.resource.StreamResource
 
copy() - Method in class org.apache.juneau.http.resource.StringResource
 
copy() - Method in class org.apache.juneau.http.response.Accepted
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.AlreadyReported
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.BadRequest
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.Conflict
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.Continue
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.Created
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.EarlyHints
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.ExpectationFailed
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.FailedDependency
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.Forbidden
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.Found
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.Gone
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.IMUsed
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.InsufficientStorage
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.InternalServerError
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.LengthRequired
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.Locked
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.LoopDetected
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.MethodNotAllowed
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.MisdirectedRequest
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.MovedPermanently
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.MultipleChoices
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.MultiStatus
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.NoContent
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.NotAcceptable
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.NotExtended
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.NotFound
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.NotImplemented
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.NotModified
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.Ok
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.PartialContent
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.PayloadTooLarge
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.PermanentRedirect
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.PreconditionFailed
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.PreconditionRequired
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.Processing
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.ResetContent
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.SeeOther
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.ServiceUnavailable
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.SwitchingProtocols
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in class org.apache.juneau.http.response.TemporaryRedirect
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.TooManyRequests
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.Unauthorized
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.UnprocessableEntity
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.UpgradeRequired
Creates a modifiable copy of this bean.
copy() - Method in exception org.apache.juneau.http.response.UriTooLong
Creates a modifiable copy of this bean.
copy() - Method in class org.apache.juneau.http.response.UseProxy
Creates a builder for this class initialized with the contents of this bean.
copy() - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
Creates a modifiable copy of this bean.
copyFrom(HttpResponse) - Method in class org.apache.juneau.http.resource.BasicResource
Copies the contents of the specified HTTP response to this builder.
copyWith(HttpPartSerializerSession, HttpPartSchema) - Method in class org.apache.juneau.http.header.SerializedHeader
Copies this bean and sets the serializer and schema on it.
copyWith(HttpPartSerializerSession, HttpPartSchema) - Method in class org.apache.juneau.http.part.SerializedPart
Copies this bean and sets the serializer and schema on it.
copyWith(Serializer, HttpPartSchema) - Method in class org.apache.juneau.http.entity.SerializedEntity
Copies this bean and sets the serializer and schema on it.
create() - Static method in class org.apache.juneau.http.BasicStatusLine
Instantiates a new instance of this bean.
create() - Static method in class org.apache.juneau.http.header.HeaderList
Instantiates a new list.
create() - Static method in class org.apache.juneau.http.part.PartList
Instantiates a new part list.
create(int, String) - Static method in class org.apache.juneau.http.BasicStatusLine
Instantiates a new instance of this bean.
created() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Created().
Created - Class in org.apache.juneau.http.response
Represents an HTTP 201 Created response.
Created() - Constructor for class org.apache.juneau.http.response.Created
Constructor.
Created(HttpResponse) - Constructor for class org.apache.juneau.http.response.Created
Constructor.
Created(Created) - Constructor for class org.apache.juneau.http.response.Created
Copy constructor.
CREATED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Created.INSTANCE.
csvArrayPart(String, String...) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicCsvArrayPart part.
csvArrayPart(String, Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicCsvArrayPart part with a delayed value.
csvHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicCsvHeader header.
csvHeader(String, String...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicCsvHeader header.
csvHeader(String, Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicCsvHeader header with a delayed value.

D

date(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Date header.
date(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Date header.
date(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Date header with a delayed value.
Date - Class in org.apache.juneau.http.header
Represents a parsed Date HTTP request/response header.
Date(String) - Constructor for class org.apache.juneau.http.header.Date
Constructor.
Date(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.Date
Constructor.
Date(Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.Date
Constructor with delayed value.
dateHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicDateHeader header.
dateHeader(String, ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicDateHeader header.
dateHeader(String, Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicDateHeader header with a delayed value.
datePart(String, ZonedDateTime) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicDatePart part.
datePart(String, Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicDatePart part with a delayed value.
debug(Boolean) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Debug header.
debug(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Debug header.
debug(Supplier<Boolean>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Debug header with a delayed value.
Debug - Class in org.apache.juneau.http.header
Represents a parsed Debug HTTP request/response header.
Debug(Boolean) - Constructor for class org.apache.juneau.http.header.Debug
Constructor.
Debug(String) - Constructor for class org.apache.juneau.http.header.Debug
Constructor.
Debug(Supplier<Boolean>) - Constructor for class org.apache.juneau.http.header.Debug
Constructor with delayed value.
DELETE - Static variable in class org.apache.juneau.http.HttpMethod

E

EARLY_HINTS - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for EarlyHints.INSTANCE.
earlyHints() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling EarlyHints().
EarlyHints - Class in org.apache.juneau.http.response
Represents an HTTP 103 Early Hints response.
EarlyHints() - Constructor for class org.apache.juneau.http.response.EarlyHints
Constructor.
EarlyHints(HttpResponse) - Constructor for class org.apache.juneau.http.response.EarlyHints
Constructor.
EarlyHints(EarlyHints) - Constructor for class org.apache.juneau.http.response.EarlyHints
Copy constructor.
EMPTY - Static variable in class org.apache.juneau.http.entity.BasicHttpEntity
An empty HttpEntity.
EMPTY - Static variable in class org.apache.juneau.http.header.EntityTags
Represents an empty entity tags object.
EMPTY - Static variable in class org.apache.juneau.http.header.Thrown
An empty unmodifiable Thrown header.
EntityTag - Class in org.apache.juneau.http.header
Represents a validator value.
EntityTag(String) - Constructor for class org.apache.juneau.http.header.EntityTag
Constructor.
entityTagHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicEntityTagHeader header.
entityTagHeader(String, Supplier<EntityTag>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicEntityTagHeader header with a delayed value.
entityTagHeader(String, EntityTag) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicEntityTagHeader header.
EntityTags - Class in org.apache.juneau.http.header
A list of EntityTag beans.
EntityTags(String) - Constructor for class org.apache.juneau.http.header.EntityTags
Constructor.
EntityTags(EntityTag...) - Constructor for class org.apache.juneau.http.header.EntityTags
Constructor.
entityTagsHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicEntityTagsHeader header.
entityTagsHeader(String, Supplier<EntityTags>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicEntityTagsHeader header with a delayed value.
entityTagsHeader(String, EntityTags) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicEntityTagsHeader header.
equals(Object) - Method in class org.apache.juneau.http.header.BasicHeader
 
equalsIgnoreCase(String) - Method in class org.apache.juneau.http.header.BasicHeader
Returns true if the specified value is the same using String.equalsIgnoreCase(String).
eTag(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ETag header.
eTag(Supplier<EntityTag>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ETag header with a delayed value.
eTag(EntityTag) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ETag header.
ETag - Class in org.apache.juneau.http.header
Represents a parsed ETag HTTP response header.
ETag(String) - Constructor for class org.apache.juneau.http.header.ETag
Constructor.
ETag(Supplier<EntityTag>) - Constructor for class org.apache.juneau.http.header.ETag
Constructor with delayed value.
ETag(EntityTag) - Constructor for class org.apache.juneau.http.header.ETag
Constructor.
expect(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Expect header.
expect(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Expect header with a delayed value.
Expect - Class in org.apache.juneau.http.header
Represents a parsed Expect HTTP request header.
Expect(String) - Constructor for class org.apache.juneau.http.header.Expect
Constructor.
Expect(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Expect
Constructor with delayed value.
EXPECTATION_FAILED - Static variable in class org.apache.juneau.http.HttpResponses
expectationFailed() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling ExpectationFailed().
ExpectationFailed - Exception in org.apache.juneau.http.response
Exception representing an HTTP 417 (Expectation Failed).
ExpectationFailed() - Constructor for exception org.apache.juneau.http.response.ExpectationFailed
Constructor.
ExpectationFailed(String, Object...) - Constructor for exception org.apache.juneau.http.response.ExpectationFailed
Constructor.
ExpectationFailed(Throwable) - Constructor for exception org.apache.juneau.http.response.ExpectationFailed
Constructor.
ExpectationFailed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.ExpectationFailed
Constructor.
ExpectationFailed(HttpResponse) - Constructor for exception org.apache.juneau.http.response.ExpectationFailed
Constructor.
ExpectationFailed(ExpectationFailed) - Constructor for exception org.apache.juneau.http.response.ExpectationFailed
Copy constructor.
expires(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Expires header.
expires(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Expires header.
expires(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Expires header with a delayed value.
Expires - Class in org.apache.juneau.http.header
Represents a parsed Expires HTTP response header.
Expires(String) - Constructor for class org.apache.juneau.http.header.Expires
Constructor.
Expires(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.Expires
Constructor.
Expires(Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.Expires
Constructor with delayed value.

F

FAILED_DEPENDENCY - Static variable in class org.apache.juneau.http.HttpResponses
failedDependency() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling FailedDependency().
FailedDependency - Exception in org.apache.juneau.http.response
Exception representing an HTTP 424 (Failed Dependency).
FailedDependency() - Constructor for exception org.apache.juneau.http.response.FailedDependency
Constructor.
FailedDependency(String, Object...) - Constructor for exception org.apache.juneau.http.response.FailedDependency
Constructor.
FailedDependency(Throwable) - Constructor for exception org.apache.juneau.http.response.FailedDependency
Constructor.
FailedDependency(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.FailedDependency
Constructor.
FailedDependency(HttpResponse) - Constructor for exception org.apache.juneau.http.response.FailedDependency
Constructor.
FailedDependency(FailedDependency) - Constructor for exception org.apache.juneau.http.response.FailedDependency
Copy constructor.
FALSE - Static variable in class org.apache.juneau.http.header.Debug
 
FALSE - Static variable in class org.apache.juneau.http.header.NoTrace
 
fileEntity(File) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new FileEntity builder.
fileEntity(File, ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new FileEntity builder.
FileEntity - Class in org.apache.juneau.http.entity
A repeatable entity that obtains its content from a File.
FileEntity() - Constructor for class org.apache.juneau.http.entity.FileEntity
Constructor.
FileEntity(FileEntity) - Constructor for class org.apache.juneau.http.entity.FileEntity
Copy constructor.
FileEntity(ContentType, File) - Constructor for class org.apache.juneau.http.entity.FileEntity
Constructor.
fileResource(File) - Static method in class org.apache.juneau.http.HttpResources
Creates a new FileResource builder.
fileResource(File, ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new FileResource builder.
FileResource - Class in org.apache.juneau.http.resource
A repeatable resource that obtains its content from a File.
FileResource() - Constructor for class org.apache.juneau.http.resource.FileResource
Constructor.
FileResource(ContentType, File) - Constructor for class org.apache.juneau.http.resource.FileResource
Constructor.
FileResource(FileResource) - Constructor for class org.apache.juneau.http.resource.FileResource
Copy constructor.
forbidden() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Forbidden().
Forbidden - Exception in org.apache.juneau.http.response
Exception representing an HTTP 403 (Forbidden).
Forbidden() - Constructor for exception org.apache.juneau.http.response.Forbidden
Constructor.
Forbidden(String, Object...) - Constructor for exception org.apache.juneau.http.response.Forbidden
Constructor.
Forbidden(Throwable) - Constructor for exception org.apache.juneau.http.response.Forbidden
Constructor.
Forbidden(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.Forbidden
Constructor.
Forbidden(HttpResponse) - Constructor for exception org.apache.juneau.http.response.Forbidden
Constructor.
Forbidden(Forbidden) - Constructor for exception org.apache.juneau.http.response.Forbidden
Copy constructor.
FORBIDDEN - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Forbidden.INSTANCE.
forEach(String, Consumer<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Performs an action on all headers with the specified name in this list.
forEach(String, Consumer<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Performs an action on all parts in this list with the specified name.
forEach(Predicate<Header>, Consumer<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Performs an action on all matching headers in this list.
forEach(Predicate<NameValuePair>, Consumer<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Performs an action on all the matching parts in this list.
forEachValue(String, Consumer<String>) - Method in class org.apache.juneau.http.header.HeaderList
Performs an action on the values of all matching headers in this list.
forEachValue(String, Consumer<String>) - Method in class org.apache.juneau.http.part.PartList
Performs an action on the values of all matching parts in this list.
forEachValue(Predicate<Header>, Consumer<String>) - Method in class org.apache.juneau.http.header.HeaderList
Performs an action on the values for all matching headers in this list.
forEachValue(Predicate<NameValuePair>, Consumer<String>) - Method in class org.apache.juneau.http.part.PartList
Performs an action on the values for all matching parts in this list.
forwarded(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Forwarded header.
forwarded(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Forwarded header with a delayed value.
Forwarded - Class in org.apache.juneau.http.header
Represents a parsed Forwarded HTTP request header.
Forwarded(String) - Constructor for class org.apache.juneau.http.header.Forwarded
Constructor.
Forwarded(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Forwarded
Constructor with delayed value.
found(String) - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Found().
Found - Class in org.apache.juneau.http.response
Represents an HTTP 302 Found response.
Found() - Constructor for class org.apache.juneau.http.response.Found
Constructor.
Found(HttpResponse) - Constructor for class org.apache.juneau.http.response.Found
Constructor.
Found(Found) - Constructor for class org.apache.juneau.http.response.Found
Copy constructor.
FOUND - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Found.INSTANCE.
from(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new From header.
from(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new From header with a delayed value.
From - Class in org.apache.juneau.http.header
Represents a parsed From HTTP request header.
From(String) - Constructor for class org.apache.juneau.http.header.From
Constructor.
From(Supplier<String>) - Constructor for class org.apache.juneau.http.header.From
Constructor with delayed value.

G

get() - Method in class org.apache.juneau.http.header.BasicHeader
If a value is present, returns the value, otherwise throws NoSuchElementException.
get(Class<T>) - Method in class org.apache.juneau.http.header.HeaderList
Gets a header representing all of the header values with the given name.
get(Class<T>) - Method in class org.apache.juneau.http.part.PartList
Gets a part representing all of the part values with the given name.
get(String) - Method in class org.apache.juneau.http.header.HeaderList
Gets a header representing all of the header values with the given name.
get(String) - Method in class org.apache.juneau.http.part.PartList
Gets a part representing all of the part values with the given name.
get(String, Class<T>) - Method in class org.apache.juneau.http.header.HeaderList
Gets a header representing all of the header values with the given name.
get(String, Class<T>) - Method in class org.apache.juneau.http.part.PartList
Gets a part representing all of the part values with the given name.
GET - Static variable in class org.apache.juneau.http.HttpMethod
getAll() - Method in class org.apache.juneau.http.header.HeaderList
Gets all of the headers.
getAll() - Method in class org.apache.juneau.http.part.PartList
Gets all of the parts.
getAll(String) - Method in class org.apache.juneau.http.header.HeaderList
Gets all of the headers with the given name.
getAll(String) - Method in class org.apache.juneau.http.part.PartList
Gets all of the parts with the given name.
getAllHeaders() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getAllHeaders() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getCharset() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns the charset to use when converting to and from stream-based resources.
getClassName() - Method in class org.apache.juneau.http.header.Thrown.Part
Returns the message portion of the header.
getConstructor(ClassMeta<?>) - Static method in class org.apache.juneau.http.HttpParts
Returns the constructor for the specified type.
getContent() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
getContent() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
getContent() - Method in class org.apache.juneau.http.entity.FileEntity
 
getContent() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
getContent() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
getContent() - Method in class org.apache.juneau.http.entity.StreamEntity
 
getContent() - Method in class org.apache.juneau.http.entity.StringEntity
 
getContent() - Method in class org.apache.juneau.http.resource.BasicResource
 
getContentEncoding() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
getContentEncoding() - Method in class org.apache.juneau.http.resource.BasicResource
 
getContentLength() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
getContentLength() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
getContentLength() - Method in class org.apache.juneau.http.entity.FileEntity
 
getContentLength() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
getContentLength() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
getContentLength() - Method in class org.apache.juneau.http.entity.StreamEntity
 
getContentLength() - Method in class org.apache.juneau.http.entity.StringEntity
 
getContentLength() - Method in class org.apache.juneau.http.resource.BasicResource
 
getContentType() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
getContentType() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
getContentType() - Method in class org.apache.juneau.http.resource.BasicResource
 
getElements() - Method in class org.apache.juneau.http.header.BasicHeader
 
getEntity() - Method in class org.apache.juneau.http.resource.BasicResource
Returns access to the underlying builder for the HTTP entity.
getEntity() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getEntity() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getEntityValue() - Method in class org.apache.juneau.http.header.EntityTag
Returns the validator value stripped of quotes and weak tag.
getFirst(String) - Method in class org.apache.juneau.http.header.HeaderList
Gets the first header with the given name.
getFirst(String) - Method in class org.apache.juneau.http.part.PartList
Gets the first part with the given name.
getFirstHeader(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getFirstHeader(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getFullStackMessage(boolean) - Method in exception org.apache.juneau.http.response.BasicHttpException
Returns all error messages from all errors in this stack.
getHeaders() - Method in class org.apache.juneau.http.resource.BasicResource
 
getHeaders() - Method in interface org.apache.juneau.http.resource.HttpResource
Returns the list of headers associated with this resource.
getHeaders() - Method in exception org.apache.juneau.http.response.BasicHttpException
Returns access to the underlying builder for the headers.
getHeaders() - Method in class org.apache.juneau.http.response.BasicHttpResponse
Returns access to the underlying builder for the headers.
getHeaders(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getHeaders(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getJavaClass() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the Java class of this interface.
getJavaMethod() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Returns the underlying Java method that this metadata is about.
getLast(String) - Method in class org.apache.juneau.http.header.HeaderList
Gets the last header with the given name.
getLast(String) - Method in class org.apache.juneau.http.part.PartList
Gets the last part with the given name.
getLastHeader(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getLastHeader(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getLocale() - Method in class org.apache.juneau.http.BasicStatusLine
Returns the locale of this status line.
getLocale() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getLocale() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getMaxLength() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns the maximum number of bytes to read or write to and from stream-based resources.
getMessage() - Method in class org.apache.juneau.http.header.Thrown.Part
Returns the message portion of the header.
getMessage() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getMethodMeta(Method) - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the metadata about the specified method on this interface proxy.
getMethodMetaByPath(String) - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the metadata about the specified method on this interface proxy by the path defined on the method.
getMethodsByPath() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns a map of all methods on this interface proxy keyed by HTTP path.
getName() - Method in class org.apache.juneau.http.header.BasicHeader
 
getName() - Method in class org.apache.juneau.http.part.BasicPart
 
getName(HttpPartType, ClassMeta<?>) - Static method in class org.apache.juneau.http.HttpParts
Returns the name of the specified part type.
getParameter(String) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns a parameterized value of the header.
getParameters() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the additional parameters on this media type.
getParams() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getParams() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getPath() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the HTTP path of this interface.
getPath() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Returns the HTTP path of this method.
getProtocolVersion() - Method in class org.apache.juneau.http.BasicStatusLine
 
getProtocolVersion() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getProtocolVersion() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getRange(int) - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Returns the MediaRange at the specified index.
getRange(int) - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
Returns the MediaRange at the specified index.
getRawValue() - Method in class org.apache.juneau.http.part.BasicPart
Returns the raw value of the part.
getReasonPhrase() - Method in class org.apache.juneau.http.BasicStatusLine
 
getRootCause() - Method in exception org.apache.juneau.http.response.BasicHttpException
Returns the root cause of this exception.
getSchema() - Method in class org.apache.juneau.http.header.HeaderBeanMeta
Returns schema information about this header.
getSchema() - Method in class org.apache.juneau.http.part.PartBeanMeta
Returns schema information about this part.
getStatusCode() - Method in class org.apache.juneau.http.BasicStatusLine
 
getStatusLine() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
getStatusLine() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
getSubType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the 'subType' fragment of the 'type/subType' string.
getSubTypes() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the subtypes broken down by fragments delimited by "'".
getType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the 'type' fragment of the 'type/subType' string.
getUri() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Returns the absolute URL of the REST interface invoked by this Java method.
getValue() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicCsvHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicDateHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicEntityTagsHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicLongHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicStringHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicUriHeader
 
getValue() - Method in class org.apache.juneau.http.header.ClientVersion
 
getValue() - Method in class org.apache.juneau.http.header.IfRange
 
getValue() - Method in class org.apache.juneau.http.header.RetryAfter
 
getValue() - Method in class org.apache.juneau.http.header.SerializedHeader
 
getValue() - Method in class org.apache.juneau.http.part.BasicBooleanPart
 
getValue() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
 
getValue() - Method in class org.apache.juneau.http.part.BasicDatePart
 
getValue() - Method in class org.apache.juneau.http.part.BasicIntegerPart
 
getValue() - Method in class org.apache.juneau.http.part.BasicLongPart
 
getValue() - Method in class org.apache.juneau.http.part.BasicPart
 
getValue() - Method in class org.apache.juneau.http.part.BasicStringPart
 
getValue() - Method in class org.apache.juneau.http.part.SerializedPart
 
getValues(String) - Method in class org.apache.juneau.http.header.HeaderList
Returns all the string values for all headers with the specified name.
getValues(String) - Method in class org.apache.juneau.http.part.PartList
Returns all the string values for all parts with the specified name.
gone() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Gone().
Gone - Exception in org.apache.juneau.http.response
Exception representing an HTTP 410 ().
Gone() - Constructor for exception org.apache.juneau.http.response.Gone
Constructor.
Gone(String, Object...) - Constructor for exception org.apache.juneau.http.response.Gone
Constructor.
Gone(Throwable) - Constructor for exception org.apache.juneau.http.response.Gone
Constructor.
Gone(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.Gone
Constructor.
Gone(HttpResponse) - Constructor for exception org.apache.juneau.http.response.Gone
Constructor.
Gone(Gone) - Constructor for exception org.apache.juneau.http.response.Gone
Copy constructor.
GONE - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Gone.INSTANCE.

H

hasContent(String) - Static method in class org.apache.juneau.http.HttpMethod
Returns true if specified http method has content.
hashCode() - Method in class org.apache.juneau.http.header.BasicHeader
 
hashCode() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
hasNext() - Method in class org.apache.juneau.http.header.BasicHeaderIterator
 
hasNext() - Method in class org.apache.juneau.http.part.BasicPartIterator
 
hasSubType(String) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns true if the subtype contains the specified '+' delimited subtype value.
hasSubtypePart(String) - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Convenience method for searching through all of the subtypes of all the media ranges in this header for the presence of a subtype fragment.
HEAD - Static variable in class org.apache.juneau.http.HttpMethod
header(Class<T>, Object) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Header of the specified type.
header(Class<T>, String, Object) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Header of the specified type.
Headerable - Interface in org.apache.juneau.http.header
Identifies a class that can be converted to a Header object.
HeaderBeanMeta<T> - Class in org.apache.juneau.http.header
Holds metadata about header beans (POJOs that get serialized as HTTP headers).
headerIterator() - Method in class org.apache.juneau.http.header.HeaderList
Returns an iterator over this list of headers.
headerIterator() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
headerIterator() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
headerIterator(String) - Method in class org.apache.juneau.http.header.HeaderList
Returns an iterator over the headers with a given name in this list.
headerIterator(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
headerIterator(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
headerList() - Static method in class org.apache.juneau.http.HttpHeaders
Instantiates a new HeaderList.
headerList() - Element in annotation type org.apache.juneau.http.remote.Remote
Default request header list.
headerList(String...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new HeaderList initialized with the specified name/value pairs.
headerList(List<Header>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new HeaderList initialized with the specified headers.
headerList(Header...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new HeaderList initialized with the specified headers.
HeaderList - Class in org.apache.juneau.http.header
A simple list of HTTP headers with various convenience methods.
HeaderList() - Constructor for class org.apache.juneau.http.header.HeaderList
Constructor.
HeaderList(HeaderList) - Constructor for class org.apache.juneau.http.header.HeaderList
Copy constructor.
HeaderList.Void - Class in org.apache.juneau.http.header
Represents no header list in annotations.
headers() - Element in annotation type org.apache.juneau.http.remote.Remote
Default request headers.
host(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Host header.
host(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Host header with a delayed value.
Host - Class in org.apache.juneau.http.header
Represents a parsed Host HTTP request header.
Host(String) - Constructor for class org.apache.juneau.http.header.Host
Constructor.
Host(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Host
Constructor with delayed value.
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.juneau.http.HttpResponses
HttpEntities - Class in org.apache.juneau.http
Standard predefined HTTP entities.
HttpEntities() - Constructor for class org.apache.juneau.http.HttpEntities
 
httpException() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling BasicHttpException().
HttpHeaders - Class in org.apache.juneau.http
Standard predefined HTTP headers.
HttpHeaders() - Constructor for class org.apache.juneau.http.HttpHeaders
 
HttpMethod - Class in org.apache.juneau.http
Represents valid HTTP 1.1 method name static strings per the RFC 2616 spec.
HttpMethod() - Constructor for class org.apache.juneau.http.HttpMethod
 
HttpParts - Class in org.apache.juneau.http
Standard predefined HTTP parts.
HttpParts() - Constructor for class org.apache.juneau.http.HttpParts
 
HttpResource - Interface in org.apache.juneau.http.resource
An extension of an HttpEntity that also includes arbitrary headers.
HttpResources - Class in org.apache.juneau.http
Standard predefined HTTP resources.
HttpResources() - Constructor for class org.apache.juneau.http.HttpResources
 
HttpResponses - Class in org.apache.juneau.http
Standard predefined HTTP responses.
HttpResponses() - Constructor for class org.apache.juneau.http.HttpResponses
 
httpVersionNotSupported() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling HttpVersionNotSupported().
HttpVersionNotSupported - Exception in org.apache.juneau.http.response
Exception representing an HTTP 505 ().
HttpVersionNotSupported() - Constructor for exception org.apache.juneau.http.response.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(String, Object...) - Constructor for exception org.apache.juneau.http.response.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(Throwable) - Constructor for exception org.apache.juneau.http.response.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(HttpResponse) - Constructor for exception org.apache.juneau.http.response.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(HttpVersionNotSupported) - Constructor for exception org.apache.juneau.http.response.HttpVersionNotSupported
Copy constructor.

I

ifMatch(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfMatch header.
ifMatch(Supplier<EntityTags>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfMatch header with a delayed value.
ifMatch(EntityTags) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfMatch header.
IfMatch - Class in org.apache.juneau.http.header
Represents a parsed If-Match HTTP request header.
IfMatch(String) - Constructor for class org.apache.juneau.http.header.IfMatch
Constructor.
IfMatch(Supplier<EntityTags>) - Constructor for class org.apache.juneau.http.header.IfMatch
Constructor with delayed value.
IfMatch(EntityTags) - Constructor for class org.apache.juneau.http.header.IfMatch
Constructor.
ifModifiedSince(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfModifiedSince header.
ifModifiedSince(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfModifiedSince header.
ifModifiedSince(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfModifiedSince header with a delayed value.
IfModifiedSince - Class in org.apache.juneau.http.header
Represents a parsed If-Modified-Since HTTP request header.
IfModifiedSince(String) - Constructor for class org.apache.juneau.http.header.IfModifiedSince
Constructor.
IfModifiedSince(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.IfModifiedSince
Constructor.
IfModifiedSince(Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.IfModifiedSince
Constructor with delayed value.
ifNoneMatch(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfNoneMatch header.
ifNoneMatch(Supplier<EntityTags>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfNoneMatch header with a delayed value.
ifNoneMatch(EntityTags) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfNoneMatch header.
IfNoneMatch - Class in org.apache.juneau.http.header
Represents a parsed If-None-Match HTTP request header.
IfNoneMatch(String) - Constructor for class org.apache.juneau.http.header.IfNoneMatch
Constructor.
IfNoneMatch(Supplier<EntityTags>) - Constructor for class org.apache.juneau.http.header.IfNoneMatch
Constructor with delayed value.
IfNoneMatch(EntityTags) - Constructor for class org.apache.juneau.http.header.IfNoneMatch
Constructor.
ifRange(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfRange header.
ifRange(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfRange header.
ifRange(Supplier<?>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfRange header with a delayed value.
ifRange(EntityTag) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfRange header.
IfRange - Class in org.apache.juneau.http.header
Represents a parsed If-Range HTTP request header.
IfRange(String) - Constructor for class org.apache.juneau.http.header.IfRange
Constructor.
IfRange(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.IfRange
Constructor.
IfRange(Supplier<?>) - Constructor for class org.apache.juneau.http.header.IfRange
Constructor with delayed value.
IfRange(EntityTag) - Constructor for class org.apache.juneau.http.header.IfRange
Constructor.
ifUnmodifiedSince(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfUnmodifiedSince header.
ifUnmodifiedSince(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfUnmodifiedSince header.
ifUnmodifiedSince(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new IfUnmodifiedSince header with a delayed value.
IfUnmodifiedSince - Class in org.apache.juneau.http.header
Represents a parsed If-Unmodified-Since HTTP request header.
IfUnmodifiedSince(String) - Constructor for class org.apache.juneau.http.header.IfUnmodifiedSince
Constructor.
IfUnmodifiedSince(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.IfUnmodifiedSince
Constructor.
IfUnmodifiedSince(Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.IfUnmodifiedSince
Constructor with delayed value.
IM_USED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for IMUsed.INSTANCE.
IMAGE_BMP - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_BMP - Static variable in class org.apache.juneau.http.header.ContentType
 
IMAGE_GIF - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_GIF - Static variable in class org.apache.juneau.http.header.ContentType
 
IMAGE_JPEG - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_JPEG - Static variable in class org.apache.juneau.http.header.ContentType
 
IMAGE_PNG - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_PNG - Static variable in class org.apache.juneau.http.header.ContentType
 
IMAGE_SVG - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_SVG - Static variable in class org.apache.juneau.http.header.ContentType
 
IMAGE_TIFF - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_TIFF - Static variable in class org.apache.juneau.http.header.ContentType
 
IMAGE_WEBP - Static variable in class org.apache.juneau.http.header.Accept
 
IMAGE_WEBP - Static variable in class org.apache.juneau.http.header.ContentType
 
imUsed() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling IMUsed().
IMUsed - Class in org.apache.juneau.http.response
Represents an HTTP 226 IM Used response.
IMUsed() - Constructor for class org.apache.juneau.http.response.IMUsed
Constructor.
IMUsed(HttpResponse) - Constructor for class org.apache.juneau.http.response.IMUsed
Constructor.
IMUsed(IMUsed) - Constructor for class org.apache.juneau.http.response.IMUsed
Copy constructor.
INSTANCE - Static variable in class org.apache.juneau.http.response.Accepted
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.AlreadyReported
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.BadRequest
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.Conflict
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.Continue
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.Created
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.EarlyHints
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.ExpectationFailed
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.FailedDependency
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.Forbidden
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.Found
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.Gone
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.HttpVersionNotSupported
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.IMUsed
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.InsufficientStorage
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.InternalServerError
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.LengthRequired
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.Locked
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.LoopDetected
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.MethodNotAllowed
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.MisdirectedRequest
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.MovedPermanently
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.MultipleChoices
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.MultiStatus
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.NoContent
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.NonAuthoritiveInformation
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.NotAcceptable
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.NotExtended
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.NotFound
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.NotImplemented
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.NotModified
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.Ok
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.PartialContent
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.PayloadTooLarge
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.PermanentRedirect
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.PreconditionFailed
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.PreconditionRequired
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.Processing
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.RangeNotSatisfiable
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.ResetContent
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.SeeOther
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.ServiceUnavailable
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.SwitchingProtocols
Default unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.TemporaryRedirect
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.TooManyRequests
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.Unauthorized
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.UnavailableForLegalReasons
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.UnprocessableEntity
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.UnsupportedMediaType
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.UpgradeRequired
Reusable unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.UriTooLong
Reusable unmodifiable instance
INSTANCE - Static variable in class org.apache.juneau.http.response.UseProxy
Default unmodifiable instance
INSTANCE - Static variable in exception org.apache.juneau.http.response.VariantAlsoNegotiates
Reusable unmodifiable instance
INSUFFICIENT_STORAGE - Static variable in class org.apache.juneau.http.HttpResponses
insufficientStorage() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling InsufficientStorage().
InsufficientStorage - Exception in org.apache.juneau.http.response
Exception representing an HTTP 507 ().
InsufficientStorage() - Constructor for exception org.apache.juneau.http.response.InsufficientStorage
Constructor.
InsufficientStorage(String, Object...) - Constructor for exception org.apache.juneau.http.response.InsufficientStorage
Constructor.
InsufficientStorage(Throwable) - Constructor for exception org.apache.juneau.http.response.InsufficientStorage
Constructor.
InsufficientStorage(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.InsufficientStorage
Constructor.
InsufficientStorage(HttpResponse) - Constructor for exception org.apache.juneau.http.response.InsufficientStorage
Constructor.
InsufficientStorage(InsufficientStorage) - Constructor for exception org.apache.juneau.http.response.InsufficientStorage
Copy constructor.
integerHeader(String, Integer) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicIntegerHeader header.
integerHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicIntegerHeader header.
integerHeader(String, Supplier<Integer>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicIntegerHeader header with a delayed value.
integerPart(String, Integer) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicIntegerPart part.
integerPart(String, Supplier<Integer>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicIntegerPart part with a delayed value.
INTERNAL_SERVER_ERROR - Static variable in class org.apache.juneau.http.HttpResponses
internalServerError() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling InternalServerError().
InternalServerError - Exception in org.apache.juneau.http.response
Exception representing an HTTP 500 (Internal Server Error).
InternalServerError() - Constructor for exception org.apache.juneau.http.response.InternalServerError
Constructor.
InternalServerError(String, Object...) - Constructor for exception org.apache.juneau.http.response.InternalServerError
Constructor.
InternalServerError(Throwable) - Constructor for exception org.apache.juneau.http.response.InternalServerError
Constructor.
InternalServerError(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.InternalServerError
Constructor.
InternalServerError(HttpResponse) - Constructor for exception org.apache.juneau.http.response.InternalServerError
Constructor.
InternalServerError(InternalServerError) - Constructor for exception org.apache.juneau.http.response.InternalServerError
Copy constructor.
isAny() - Method in class org.apache.juneau.http.header.EntityTag
Returns true if the validator string value is *.
isCached() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns true if this entity is cached in-memory.
isChunked() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
isChunked() - Method in class org.apache.juneau.http.resource.BasicResource
 
isClose() - Method in class org.apache.juneau.http.header.Connection
Returns true if the header value is close.
isHttpPart(HttpPartType, ClassMeta<?>) - Static method in class org.apache.juneau.http.HttpParts
Returns true if the specified type is a part type.
isKeepAlive() - Method in class org.apache.juneau.http.header.Connection
Returns true if the header value is keep-alive.
isMetaSubtype() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns true if this media type contains the '*' meta character.
isNotEmpty() - Method in class org.apache.juneau.http.header.BasicHeader
Returns true if the value exists and is not empty.
isPresent() - Method in class org.apache.juneau.http.header.BasicHeader
Returns true if the value exists.
isRepeatable() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
isRepeatable() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
isRepeatable() - Method in class org.apache.juneau.http.entity.FileEntity
 
isRepeatable() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
isRepeatable() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
isRepeatable() - Method in class org.apache.juneau.http.entity.StreamEntity
 
isRepeatable() - Method in class org.apache.juneau.http.entity.StringEntity
 
isRepeatable() - Method in class org.apache.juneau.http.resource.BasicResource
 
isStreaming() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
isStreaming() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
isStreaming() - Method in class org.apache.juneau.http.entity.StreamEntity
 
isStreaming() - Method in class org.apache.juneau.http.entity.StringEntity
 
isStreaming() - Method in class org.apache.juneau.http.resource.BasicResource
 
isSupplied() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns true if the contents of this entity are provided through an external supplier.
isTrue() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
Returns true if the header value is true.
isUnmodifiable() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Returns true if this bean is unmodifiable.
isUnmodifiable() - Method in class org.apache.juneau.http.resource.BasicResource
Returns true if this bean is unmodifiable.
isUnmodifiable() - Method in class org.apache.juneau.http.response.BasicHttpResponse
Returns true if this bean is unmodifiable.
isUpgrade() - Method in class org.apache.juneau.http.header.Connection
Returns true if the header value is upgrade.
isWeak() - Method in class org.apache.juneau.http.header.EntityTag
Returns true if the weak flag is present in the value.

L

lastModified(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new LastModified header.
lastModified(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new LastModified header.
lastModified(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new LastModified header with a delayed value.
LastModified - Class in org.apache.juneau.http.header
Represents a parsed Last-Modified HTTP response header.
LastModified(String) - Constructor for class org.apache.juneau.http.header.LastModified
Constructor.
LastModified(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.LastModified
Constructor.
LastModified(Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.LastModified
Constructor with delayed value.
LENGTH_REQUIRED - Static variable in class org.apache.juneau.http.HttpResponses
lengthRequired() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling LengthRequired().
LengthRequired - Exception in org.apache.juneau.http.response
Exception representing an HTTP 411 ().
LengthRequired() - Constructor for exception org.apache.juneau.http.response.LengthRequired
Constructor.
LengthRequired(String, Object...) - Constructor for exception org.apache.juneau.http.response.LengthRequired
Constructor.
LengthRequired(Throwable) - Constructor for exception org.apache.juneau.http.response.LengthRequired
Constructor.
LengthRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.LengthRequired
Constructor.
LengthRequired(HttpResponse) - Constructor for exception org.apache.juneau.http.response.LengthRequired
Constructor.
LengthRequired(LengthRequired) - Constructor for exception org.apache.juneau.http.response.LengthRequired
Copy constructor.
location(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Location header.
location(URI) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Location header.
location(Supplier<URI>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Location header with a delayed value.
Location - Class in org.apache.juneau.http.header
Represents a parsed Location HTTP response header.
Location(String) - Constructor for class org.apache.juneau.http.header.Location
Constructor.
Location(URI) - Constructor for class org.apache.juneau.http.header.Location
Constructor.
Location(Supplier<URI>) - Constructor for class org.apache.juneau.http.header.Location
Constructor with delayed value.
locked() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Locked().
Locked - Exception in org.apache.juneau.http.response
Exception representing an HTTP 423 (Locked).
Locked() - Constructor for exception org.apache.juneau.http.response.Locked
Constructor.
Locked(String, Object...) - Constructor for exception org.apache.juneau.http.response.Locked
Constructor.
Locked(Throwable) - Constructor for exception org.apache.juneau.http.response.Locked
Constructor.
Locked(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.Locked
Constructor.
Locked(HttpResponse) - Constructor for exception org.apache.juneau.http.response.Locked
Constructor.
Locked(Locked) - Constructor for exception org.apache.juneau.http.response.Locked
Copy constructor.
LOCKED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Locked.INSTANCE.
longHeader(String, Long) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicLongHeader header.
longHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicLongHeader header.
longHeader(String, Supplier<Long>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicLongHeader header with a delayed value.
longPart(String, Long) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicLongPart part.
longPart(String, Supplier<Long>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicLongPart part with a delayed value.
LOOP_DETECTED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for LoopDetected.INSTANCE.
loopDetected() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling LoopDetected().
LoopDetected - Exception in org.apache.juneau.http.response
Exception representing an HTTP 508 (Loop Detected).
LoopDetected() - Constructor for exception org.apache.juneau.http.response.LoopDetected
Constructor.
LoopDetected(String, Object...) - Constructor for exception org.apache.juneau.http.response.LoopDetected
Constructor.
LoopDetected(Throwable) - Constructor for exception org.apache.juneau.http.response.LoopDetected
Constructor.
LoopDetected(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.LoopDetected
Constructor.
LoopDetected(HttpResponse) - Constructor for exception org.apache.juneau.http.response.LoopDetected
Constructor.
LoopDetected(LoopDetected) - Constructor for exception org.apache.juneau.http.response.LoopDetected
Copy constructor.

M

match(List<? extends MediaType>) - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Given a list of media types, returns the best match for this Accept header.
match(List<String>) - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
Given a list of media types, returns the best match for this string range header.
match(List<MediaType>) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Given a list of media types, returns the best match for this Content-Type header.
match(MediaType, boolean) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns a match metric against the specified media type where a larger number represents a better match.
maxForwards(Integer) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new MaxForwards header.
maxForwards(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new MaxForwards header.
maxForwards(Supplier<Integer>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new MaxForwards header with a delayed value.
MaxForwards - Class in org.apache.juneau.http.header
Represents a parsed Max-Forwards HTTP request header.
MaxForwards(Integer) - Constructor for class org.apache.juneau.http.header.MaxForwards
Constructor.
MaxForwards(String) - Constructor for class org.apache.juneau.http.header.MaxForwards
Constructor.
MaxForwards(Supplier<Integer>) - Constructor for class org.apache.juneau.http.header.MaxForwards
Constructor with delayed value.
mediaRangesHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicMediaRangesHeader header.
mediaRangesHeader(String, Supplier<MediaRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicMediaRangesHeader header with a delayed value.
mediaRangesHeader(String, MediaRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicMediaRangesHeader header.
mediaTypeHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicMediaTypeHeader header.
mediaTypeHeader(String, Supplier<MediaType>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicMediaTypeHeader header with a delayed value.
mediaTypeHeader(String, MediaType) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicMediaTypeHeader header.
method() - Element in annotation type org.apache.juneau.http.remote.RemoteOp
Defines the HTTP method to use for REST calls.
METHOD_NOT_ALLOWED - Static variable in class org.apache.juneau.http.HttpResponses
methodNotAllowed() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling MethodNotAllowed().
MethodNotAllowed - Exception in org.apache.juneau.http.response
Exception representing an HTTP 405 (Method Not Allowed).
MethodNotAllowed() - Constructor for exception org.apache.juneau.http.response.MethodNotAllowed
Constructor.
MethodNotAllowed(String, Object...) - Constructor for exception org.apache.juneau.http.response.MethodNotAllowed
Constructor.
MethodNotAllowed(Throwable) - Constructor for exception org.apache.juneau.http.response.MethodNotAllowed
Constructor.
MethodNotAllowed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.MethodNotAllowed
Constructor.
MethodNotAllowed(HttpResponse) - Constructor for exception org.apache.juneau.http.response.MethodNotAllowed
Constructor.
MethodNotAllowed(MethodNotAllowed) - Constructor for exception org.apache.juneau.http.response.MethodNotAllowed
Copy constructor.
MISDIRECTED_REQUEST - Static variable in class org.apache.juneau.http.HttpResponses
misdirectedRequest() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling MisdirectedRequest().
MisdirectedRequest - Exception in org.apache.juneau.http.response
Exception representing an HTTP 421 (Misdirected Request).
MisdirectedRequest() - Constructor for exception org.apache.juneau.http.response.MisdirectedRequest
Constructor.
MisdirectedRequest(String, Object...) - Constructor for exception org.apache.juneau.http.response.MisdirectedRequest
Constructor.
MisdirectedRequest(Throwable) - Constructor for exception org.apache.juneau.http.response.MisdirectedRequest
Constructor.
MisdirectedRequest(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.MisdirectedRequest
Constructor.
MisdirectedRequest(HttpResponse) - Constructor for exception org.apache.juneau.http.response.MisdirectedRequest
Constructor.
MisdirectedRequest(MisdirectedRequest) - Constructor for exception org.apache.juneau.http.response.MisdirectedRequest
Copy constructor.
MOVED_PERMANENTLY - Static variable in class org.apache.juneau.http.HttpResponses
movedPermanently(String) - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling MovedPermanently().
MovedPermanently - Class in org.apache.juneau.http.response
Represents an HTTP 301 Moved Permanently response.
MovedPermanently() - Constructor for class org.apache.juneau.http.response.MovedPermanently
Constructor.
MovedPermanently(HttpResponse) - Constructor for class org.apache.juneau.http.response.MovedPermanently
Constructor.
MovedPermanently(MovedPermanently) - Constructor for class org.apache.juneau.http.response.MovedPermanently
Copy constructor.
MULTI_STATUS - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for MultiStatus.INSTANCE.
MULTIPART_FORM_DATA - Static variable in class org.apache.juneau.http.header.Accept
 
MULTIPART_FORM_DATA - Static variable in class org.apache.juneau.http.header.ContentType
 
MULTIPLE_CHOICES - Static variable in class org.apache.juneau.http.HttpResponses
multipleChoices() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling MovedPermanently().
MultipleChoices - Class in org.apache.juneau.http.response
Represents an HTTP 300 Multiple Choices response.
MultipleChoices() - Constructor for class org.apache.juneau.http.response.MultipleChoices
Constructor.
MultipleChoices(HttpResponse) - Constructor for class org.apache.juneau.http.response.MultipleChoices
Constructor.
MultipleChoices(MultipleChoices) - Constructor for class org.apache.juneau.http.response.MultipleChoices
Copy constructor.
multiStatus() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling MultiStatus().
MultiStatus - Class in org.apache.juneau.http.response
Represents an HTTP 207 Multi-Status response.
MultiStatus() - Constructor for class org.apache.juneau.http.response.MultiStatus
Constructor.
MultiStatus(HttpResponse) - Constructor for class org.apache.juneau.http.response.MultiStatus
Constructor.
MultiStatus(MultiStatus) - Constructor for class org.apache.juneau.http.response.MultiStatus
Copy constructor.

N

NameValuePairable - Interface in org.apache.juneau.http.part
Identifies a class that can be converted to a NameValuePair object.
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.apache.juneau.http.HttpResponses
networkAuthenticationRequired() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NetworkAuthenticationRequired().
NetworkAuthenticationRequired - Exception in org.apache.juneau.http.response
Exception representing an HTTP 511 (Network Authentication Required).
NetworkAuthenticationRequired() - Constructor for exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(String, Object...) - Constructor for exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(Throwable) - Constructor for exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(HttpResponse) - Constructor for exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(NetworkAuthenticationRequired) - Constructor for exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Copy constructor.
next() - Method in class org.apache.juneau.http.header.BasicHeaderIterator
 
next() - Method in class org.apache.juneau.http.part.BasicPartIterator
 
nextHeader() - Method in class org.apache.juneau.http.header.BasicHeaderIterator
 
NO_CONTENT - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for NoContent.INSTANCE.
noContent() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NoContent().
NoContent - Class in org.apache.juneau.http.response
Represents an HTTP 204 No Content response.
NoContent() - Constructor for class org.apache.juneau.http.response.NoContent
Constructor.
NoContent(HttpResponse) - Constructor for class org.apache.juneau.http.response.NoContent
Constructor.
NoContent(NoContent) - Constructor for class org.apache.juneau.http.response.NoContent
Copy constructor.
NON_AUTHORATIVE_INFORMATION - Static variable in class org.apache.juneau.http.HttpResponses
nonAuthoritiveInformation() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NonAuthoritiveInformation().
NonAuthoritiveInformation - Class in org.apache.juneau.http.response
Represents an HTTP 203 Non-Authoritative Information response.
NonAuthoritiveInformation() - Constructor for class org.apache.juneau.http.response.NonAuthoritiveInformation
Constructor.
NonAuthoritiveInformation(HttpResponse) - Constructor for class org.apache.juneau.http.response.NonAuthoritiveInformation
Constructor.
NonAuthoritiveInformation(NonAuthoritiveInformation) - Constructor for class org.apache.juneau.http.response.NonAuthoritiveInformation
Copy constructor.
NONE - Enum constant in enum org.apache.juneau.http.remote.RemoteReturn
Ignore (used for void methods)
NOT_ACCEPTABLE - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for NotAcceptable.INSTANCE.
NOT_EXTENDED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for NotExtended.INSTANCE.
NOT_FOUND - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for NotFound.INSTANCE.
NOT_IMPLEMENTED - Static variable in class org.apache.juneau.http.HttpResponses
NOT_MODIFIED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for NotModified.INSTANCE.
notAcceptable() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NotAcceptable().
NotAcceptable - Exception in org.apache.juneau.http.response
Exception representing an HTTP 406 (Not Acceptable).
NotAcceptable() - Constructor for exception org.apache.juneau.http.response.NotAcceptable
Constructor.
NotAcceptable(String, Object...) - Constructor for exception org.apache.juneau.http.response.NotAcceptable
Constructor.
NotAcceptable(Throwable) - Constructor for exception org.apache.juneau.http.response.NotAcceptable
Constructor.
NotAcceptable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.NotAcceptable
Constructor.
NotAcceptable(HttpResponse) - Constructor for exception org.apache.juneau.http.response.NotAcceptable
Constructor.
NotAcceptable(NotAcceptable) - Constructor for exception org.apache.juneau.http.response.NotAcceptable
Copy constructor.
notExtended() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NotExtended().
NotExtended - Exception in org.apache.juneau.http.response
Exception representing an HTTP 510 (Not Extended).
NotExtended() - Constructor for exception org.apache.juneau.http.response.NotExtended
Constructor.
NotExtended(String, Object...) - Constructor for exception org.apache.juneau.http.response.NotExtended
Constructor.
NotExtended(Throwable) - Constructor for exception org.apache.juneau.http.response.NotExtended
Constructor.
NotExtended(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.NotExtended
Constructor.
NotExtended(HttpResponse) - Constructor for exception org.apache.juneau.http.response.NotExtended
Constructor.
NotExtended(NotExtended) - Constructor for exception org.apache.juneau.http.response.NotExtended
Copy constructor.
notFound() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NotFound().
NotFound - Exception in org.apache.juneau.http.response
Exception representing an HTTP 404 (Not Found).
NotFound() - Constructor for exception org.apache.juneau.http.response.NotFound
Constructor.
NotFound(String, Object...) - Constructor for exception org.apache.juneau.http.response.NotFound
Constructor.
NotFound(Throwable) - Constructor for exception org.apache.juneau.http.response.NotFound
Constructor.
NotFound(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.NotFound
Constructor.
NotFound(HttpResponse) - Constructor for exception org.apache.juneau.http.response.NotFound
Constructor.
NotFound(NotFound) - Constructor for exception org.apache.juneau.http.response.NotFound
Copy constructor.
notImplemented() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NotImplemented().
NotImplemented - Exception in org.apache.juneau.http.response
Exception representing an HTTP 501 (Not Implemented).
NotImplemented() - Constructor for exception org.apache.juneau.http.response.NotImplemented
Constructor.
NotImplemented(String, Object...) - Constructor for exception org.apache.juneau.http.response.NotImplemented
Constructor.
NotImplemented(Throwable) - Constructor for exception org.apache.juneau.http.response.NotImplemented
Constructor.
NotImplemented(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.NotImplemented
Constructor.
NotImplemented(HttpResponse) - Constructor for exception org.apache.juneau.http.response.NotImplemented
Constructor.
NotImplemented(NotImplemented) - Constructor for exception org.apache.juneau.http.response.NotImplemented
Copy constructor.
notModified() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling NotModified().
NotModified - Class in org.apache.juneau.http.response
Represents an HTTP 304 Not Modified response.
NotModified() - Constructor for class org.apache.juneau.http.response.NotModified
Constructor.
NotModified(HttpResponse) - Constructor for class org.apache.juneau.http.response.NotModified
Constructor.
NotModified(NotModified) - Constructor for class org.apache.juneau.http.response.NotModified
Copy constructor.
noTrace(Boolean) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new NoTrace header.
noTrace(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new NoTrace header.
noTrace(Supplier<Boolean>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new NoTrace header with a delayed value.
NoTrace - Class in org.apache.juneau.http.header
Represents a parsed No-Trace HTTP request header.
NoTrace(Boolean) - Constructor for class org.apache.juneau.http.header.NoTrace
Constructor.
NoTrace(String) - Constructor for class org.apache.juneau.http.header.NoTrace
Constructor.
NoTrace(Supplier<Boolean>) - Constructor for class org.apache.juneau.http.header.NoTrace
Constructor with delayed value.
NULL - Static variable in class org.apache.juneau.http.header.Accept
 
NULL - Static variable in class org.apache.juneau.http.header.ContentType
 

O

of(Boolean) - Static method in class org.apache.juneau.http.header.Debug
Static creator.
of(Boolean) - Static method in class org.apache.juneau.http.header.NoTrace
Static creator.
of(Class<T>) - Static method in class org.apache.juneau.http.header.HeaderBeanMeta
Finds the header bean meta for the specified type.
of(Class<T>) - Static method in class org.apache.juneau.http.part.PartBeanMeta
Finds the part bean meta for the specified type.
of(Integer) - Static method in class org.apache.juneau.http.header.Age
Static creator.
of(Integer) - Static method in class org.apache.juneau.http.header.MaxForwards
Static creator.
of(Integer) - Static method in class org.apache.juneau.http.header.RetryAfter
Static creator.
of(Long) - Static method in class org.apache.juneau.http.header.ContentLength
Static creator.
of(Object) - Static method in class org.apache.juneau.http.header.EntityTag
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Accept
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.AcceptCharset
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.AcceptEncoding
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.AcceptLanguage
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.AcceptRanges
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Age
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Allow
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Authorization
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.CacheControl
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ClientVersion
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Connection
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentDisposition
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentEncoding
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentLanguage
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentLength
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentLocation
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentRange
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ContentType
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Date
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Debug
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.EntityTags
Returns a parsed entity tags header value.
of(String) - Static method in class org.apache.juneau.http.header.ETag
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Expect
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Expires
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Forwarded
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.From
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Host
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.IfMatch
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.IfModifiedSince
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.IfNoneMatch
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.IfRange
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.IfUnmodifiedSince
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.LastModified
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Location
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.MaxForwards
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.NoTrace
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Origin
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Pragma
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ProxyAuthenticate
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.ProxyAuthorization
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Range
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Referer
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.RetryAfter
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Server
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.TE
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Thrown
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Trailer
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.TransferEncoding
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Upgrade
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.UserAgent
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Vary
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Via
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.Warning
Static creator.
of(String) - Static method in class org.apache.juneau.http.header.WwwAuthenticate
Static creator.
of(String...) - Static method in class org.apache.juneau.http.header.Allow
Static creator.
of(String...) - Static method in class org.apache.juneau.http.header.ContentLanguage
Static creator.
of(String...) - Static method in class org.apache.juneau.http.header.Upgrade
Static creator.
of(String...) - Static method in class org.apache.juneau.http.header.Via
Static creator.
of(String, Boolean) - Static method in class org.apache.juneau.http.header.BasicBooleanHeader
Static creator.
of(String, Boolean) - Static method in class org.apache.juneau.http.part.BasicBooleanPart
Static creator.
of(String, Integer) - Static method in class org.apache.juneau.http.header.BasicIntegerHeader
Static creator.
of(String, Integer) - Static method in class org.apache.juneau.http.part.BasicIntegerPart
Static creator.
of(String, Long) - Static method in class org.apache.juneau.http.header.BasicLongHeader
Static creator.
of(String, Long) - Static method in class org.apache.juneau.http.part.BasicLongPart
Static creator.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicHeader
Static creator.
of(String, Object) - Static method in class org.apache.juneau.http.header.SerializedHeader
Static creator.
of(String, Object) - Static method in class org.apache.juneau.http.part.BasicPart
Static creator.
of(String, Object) - Static method in class org.apache.juneau.http.part.SerializedPart
Instantiates a new instance of this object.
of(String, Object, HttpPartSerializerSession, HttpPartSchema, boolean) - Static method in class org.apache.juneau.http.header.SerializedHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicBooleanHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicCsvHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicDateHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicEntityTagHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicEntityTagsHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicIntegerHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicLongHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicStringHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicStringRangesHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.header.BasicUriHeader
Static creator.
of(String, String) - Static method in class org.apache.juneau.http.part.BasicStringPart
Static creator.
of(String, String...) - Static method in class org.apache.juneau.http.header.BasicCsvHeader
Static creator.
of(String, String...) - Static method in class org.apache.juneau.http.part.BasicCsvArrayPart
Static creator.
of(String, URI) - Static method in class org.apache.juneau.http.header.BasicUriHeader
Static creator.
of(String, URI) - Static method in class org.apache.juneau.http.part.BasicUriPart
Static creator.
of(String, ZonedDateTime) - Static method in class org.apache.juneau.http.header.BasicDateHeader
Static creator.
of(String, ZonedDateTime) - Static method in class org.apache.juneau.http.part.BasicDatePart
Static creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.SerializedHeader
Static creator with delayed value.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.part.SerializedPart
Instantiates a new instance of this object.
of(String, Supplier<?>, HttpPartSerializerSession, HttpPartSchema, boolean) - Static method in class org.apache.juneau.http.header.SerializedHeader
Static creator with delayed value.
of(String, Supplier<Boolean>) - Static method in class org.apache.juneau.http.header.BasicBooleanHeader
Static creator with delayed value.
of(String, Supplier<Boolean>) - Static method in class org.apache.juneau.http.part.BasicBooleanPart
Static creator with delayed value.
of(String, Supplier<Integer>) - Static method in class org.apache.juneau.http.header.BasicIntegerHeader
Static creator with delayed value.
of(String, Supplier<Integer>) - Static method in class org.apache.juneau.http.part.BasicIntegerPart
Static creator with delayed value.
of(String, Supplier<Long>) - Static method in class org.apache.juneau.http.header.BasicLongHeader
Static creator with delayed value.
of(String, Supplier<Long>) - Static method in class org.apache.juneau.http.part.BasicLongPart
Static creator with delayed value.
of(String, Supplier<String[]>) - Static method in class org.apache.juneau.http.header.BasicCsvHeader
Static creator with delayed value.
of(String, Supplier<String[]>) - Static method in class org.apache.juneau.http.part.BasicCsvArrayPart
Static creator with delayed value.
of(String, Supplier<String>) - Static method in class org.apache.juneau.http.header.BasicStringHeader
Static creator with delayed value.
of(String, Supplier<String>) - Static method in class org.apache.juneau.http.part.BasicStringPart
Static creator with delayed value.
of(String, Supplier<URI>) - Static method in class org.apache.juneau.http.header.BasicUriHeader
Static creator with delayed value.
of(String, Supplier<URI>) - Static method in class org.apache.juneau.http.part.BasicUriPart
Static creator with delayed value.
of(String, Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.header.BasicDateHeader
Static creator with delayed value.
of(String, Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.part.BasicDatePart
Static creator with delayed value.
of(String, Supplier<EntityTag>) - Static method in class org.apache.juneau.http.header.BasicEntityTagHeader
Static creator with delayed value.
of(String, Supplier<EntityTags>) - Static method in class org.apache.juneau.http.header.BasicEntityTagsHeader
Static creator with delayed value.
of(String, Supplier<StringRanges>) - Static method in class org.apache.juneau.http.header.BasicStringRangesHeader
Static creator with delayed value.
of(String, EntityTag) - Static method in class org.apache.juneau.http.header.BasicEntityTagHeader
Static creator.
of(String, EntityTags) - Static method in class org.apache.juneau.http.header.BasicEntityTagsHeader
Static creator.
of(String, MediaRanges) - Static method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Static creator.
of(String, MediaType) - Static method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Static creator.
of(String, StringRanges) - Static method in class org.apache.juneau.http.header.BasicStringRangesHeader
Static creator.
of(Throwable...) - Static method in class org.apache.juneau.http.header.Thrown
Static creator.
of(URI) - Static method in class org.apache.juneau.http.header.ContentLocation
Static creator.
of(URI) - Static method in class org.apache.juneau.http.header.Location
Static creator.
of(URI) - Static method in class org.apache.juneau.http.header.Referer
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.Date
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.Expires
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.IfModifiedSince
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.IfRange
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.IfUnmodifiedSince
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.LastModified
Static creator.
of(ZonedDateTime) - Static method in class org.apache.juneau.http.header.RetryAfter
Static creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.IfRange
Static creator with delayed value.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.RetryAfter
Static creator with delayed value.
of(Supplier<Boolean>) - Static method in class org.apache.juneau.http.header.Debug
Static creator with delayed value.
of(Supplier<Boolean>) - Static method in class org.apache.juneau.http.header.NoTrace
Static creator with delayed value.
of(Supplier<Integer>) - Static method in class org.apache.juneau.http.header.Age
Static creator with delayed value.
of(Supplier<Integer>) - Static method in class org.apache.juneau.http.header.MaxForwards
Static creator with delayed value.
of(Supplier<Long>) - Static method in class org.apache.juneau.http.header.ContentLength
Static creator with delayed value.
of(Supplier<String[]>) - Static method in class org.apache.juneau.http.header.Allow
Static creator with delayed value.
of(Supplier<String[]>) - Static method in class org.apache.juneau.http.header.ContentLanguage
Static creator with delayed value.
of(Supplier<String[]>) - Static method in class org.apache.juneau.http.header.Upgrade
Static creator with delayed value.
of(Supplier<String[]>) - Static method in class org.apache.juneau.http.header.Via
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.AcceptRanges
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Authorization
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.CacheControl
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Connection
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.ContentEncoding
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.ContentRange
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Expect
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Forwarded
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.From
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Host
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Origin
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Pragma
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.ProxyAuthenticate
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.ProxyAuthorization
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Range
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Server
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Trailer
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.TransferEncoding
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.UserAgent
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Vary
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.Warning
Static creator with delayed value.
of(Supplier<String>) - Static method in class org.apache.juneau.http.header.WwwAuthenticate
Static creator with delayed value.
of(Supplier<URI>) - Static method in class org.apache.juneau.http.header.ContentLocation
Static creator with delayed value.
of(Supplier<URI>) - Static method in class org.apache.juneau.http.header.Location
Static creator with delayed value.
of(Supplier<URI>) - Static method in class org.apache.juneau.http.header.Referer
Static creator with delayed value.
of(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.header.Date
Static creator with delayed value.
of(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.header.Expires
Static creator with delayed value.
of(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.header.IfModifiedSince
Static creator with delayed value.
of(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.header.IfUnmodifiedSince
Static creator with delayed value.
of(Supplier<ZonedDateTime>) - Static method in class org.apache.juneau.http.header.LastModified
Static creator with delayed value.
of(Supplier<EntityTag>) - Static method in class org.apache.juneau.http.header.ETag
Static creator with delayed value.
of(Supplier<EntityTags>) - Static method in class org.apache.juneau.http.header.IfMatch
Static creator with delayed value.
of(Supplier<EntityTags>) - Static method in class org.apache.juneau.http.header.IfNoneMatch
Static creator with delayed value.
of(Supplier<MediaRanges>) - Static method in class org.apache.juneau.http.header.Accept
Static creator with delayed value.
of(Supplier<MediaType>) - Static method in class org.apache.juneau.http.header.ContentType
Static creator with delayed value.
of(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.header.AcceptCharset
Static creator with delayed value.
of(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.header.AcceptEncoding
Static creator with delayed value.
of(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.header.AcceptLanguage
Static creator with delayed value.
of(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.header.ContentDisposition
Static creator with delayed value.
of(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.header.TE
Static creator with delayed value.
of(Supplier<Version>) - Static method in class org.apache.juneau.http.header.ClientVersion
Static creator with delayed value.
of(List<Header>) - Static method in class org.apache.juneau.http.header.HeaderList
Creates a new HeaderList initialized with the specified headers.
of(List<NameValuePair>) - Static method in class org.apache.juneau.http.part.PartList
Creates a new PartList initialized with the specified parts.
of(Header...) - Static method in class org.apache.juneau.http.header.HeaderList
Creates a new HeaderList initialized with the specified headers.
of(NameValuePair) - Static method in class org.apache.juneau.http.header.BasicHeader
Static creator.
of(NameValuePair...) - Static method in class org.apache.juneau.http.part.PartList
Creates a new PartList initialized with the specified parts.
of(EntityTag) - Static method in class org.apache.juneau.http.header.ETag
Static creator.
of(EntityTag) - Static method in class org.apache.juneau.http.header.IfRange
Static creator.
of(EntityTag...) - Static method in class org.apache.juneau.http.header.EntityTags
Returns a parsed entity tags header value.
of(EntityTags) - Static method in class org.apache.juneau.http.header.IfMatch
Static creator.
of(EntityTags) - Static method in class org.apache.juneau.http.header.IfNoneMatch
Static creator.
of(MediaRanges) - Static method in class org.apache.juneau.http.header.Accept
Static creator.
of(MediaType) - Static method in class org.apache.juneau.http.header.Accept
Static creator.
of(MediaType) - Static method in class org.apache.juneau.http.header.ContentType
Static creator.
of(StringRanges) - Static method in class org.apache.juneau.http.header.AcceptCharset
Static creator.
of(StringRanges) - Static method in class org.apache.juneau.http.header.AcceptEncoding
Static creator.
of(StringRanges) - Static method in class org.apache.juneau.http.header.AcceptLanguage
Static creator.
of(StringRanges) - Static method in class org.apache.juneau.http.header.ContentDisposition
Static creator.
of(StringRanges) - Static method in class org.apache.juneau.http.header.TE
Static creator.
of(Version) - Static method in class org.apache.juneau.http.header.ClientVersion
Static creator.
ofPair(String) - Static method in class org.apache.juneau.http.header.BasicStringHeader
Creates a Header from a name/value pair string (e.g.
ofPair(String) - Static method in class org.apache.juneau.http.part.BasicPart
Creates a NameValuePair from a name/value pair string (e.g.
ofPairs(String...) - Static method in class org.apache.juneau.http.header.HeaderList
Creates a new HeaderList initialized with the specified name/value pairs.
ofPairs(String...) - Static method in class org.apache.juneau.http.part.PartList
Creates a new PartList initialized with the specified name/value pairs.
ok() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Ok().
Ok - Class in org.apache.juneau.http.response
Represents an HTTP 200 OK response.
Ok() - Constructor for class org.apache.juneau.http.response.Ok
Constructor.
Ok(HttpResponse) - Constructor for class org.apache.juneau.http.response.Ok
Constructor.
Ok(Ok) - Constructor for class org.apache.juneau.http.response.Ok
Copy constructor.
OK - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Ok.INSTANCE.
OK - Static variable in class org.apache.juneau.http.response.Ok
Reusable unmodifiable instance
OPTIONS - Static variable in class org.apache.juneau.http.HttpMethod
orElse(Boolean) - Method in class org.apache.juneau.http.header.BasicBooleanHeader
Return the value if present, otherwise return other.
orElse(Boolean) - Method in class org.apache.juneau.http.part.BasicBooleanPart
Return the value if present, otherwise return other.
orElse(Integer) - Method in class org.apache.juneau.http.header.BasicIntegerHeader
Return the value if present, otherwise return other.
orElse(Integer) - Method in class org.apache.juneau.http.part.BasicIntegerPart
Return the value if present, otherwise return other.
orElse(Long) - Method in class org.apache.juneau.http.header.BasicLongHeader
Return the value if present, otherwise return other.
orElse(Long) - Method in class org.apache.juneau.http.part.BasicLongPart
Return the value if present, otherwise return other.
orElse(String) - Method in class org.apache.juneau.http.header.BasicHeader
If a value is present, returns the value, otherwise returns other.
orElse(String) - Method in class org.apache.juneau.http.header.BasicStringHeader
Return the value if present, otherwise return other.
orElse(String) - Method in class org.apache.juneau.http.part.BasicStringPart
Return the value if present, otherwise return other.
orElse(String[]) - Method in class org.apache.juneau.http.header.BasicCsvHeader
Return the value if present, otherwise return other.
orElse(String[]) - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Return the value if present, otherwise return other.
orElse(URI) - Method in class org.apache.juneau.http.header.BasicUriHeader
Return the value if present, otherwise return other.
orElse(URI) - Method in class org.apache.juneau.http.part.BasicUriPart
Return the value if present, otherwise return other.
orElse(ZonedDateTime) - Method in class org.apache.juneau.http.header.BasicDateHeader
Return the value if present, otherwise return other.
orElse(ZonedDateTime) - Method in class org.apache.juneau.http.part.BasicDatePart
Return the value if present, otherwise return other.
orElse(EntityTag) - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
Return the value if present, otherwise return other.
orElse(EntityTags) - Method in class org.apache.juneau.http.header.BasicEntityTagsHeader
Return the value if present, otherwise return other.
orElse(MediaRanges) - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Return the value if present, otherwise return other.
orElse(MediaType) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Return the value if present, otherwise return other.
orElse(StringRanges) - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
Return the value if present, otherwise return other.
org.apache.juneau.http - package org.apache.juneau.http
RFC2616 HTTP Headers
org.apache.juneau.http.entity - package org.apache.juneau.http.entity
HTTP Entity Beans
org.apache.juneau.http.header - package org.apache.juneau.http.header
HTTP Header Beans
org.apache.juneau.http.part - package org.apache.juneau.http.part
HTTP Part Beans
org.apache.juneau.http.remote - package org.apache.juneau.http.remote
Remote REST API
org.apache.juneau.http.resource - package org.apache.juneau.http.resource
HTTP Resource Beans
org.apache.juneau.http.response - package org.apache.juneau.http.response
HTTP Response Exception Beans
origin(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Origin header.
origin(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Origin header with a delayed value.
Origin - Class in org.apache.juneau.http.header
Represents a parsed Origin HTTP request header.
Origin(String) - Constructor for class org.apache.juneau.http.header.Origin
Constructor.
Origin(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Origin
Constructor with delayed value.
OTHER - Static variable in class org.apache.juneau.http.HttpMethod
A non-standard value.

P

Part(String) - Constructor for class org.apache.juneau.http.header.Thrown.Part
Constructor.
Part(Throwable) - Constructor for class org.apache.juneau.http.header.Thrown.Part
Constructor.
PartBeanMeta<T> - Class in org.apache.juneau.http.part
Holds metadata about http part beans (POJOs that get serialized as HTTP parts such as form data or query parameters).
PARTIAL_CONTENT - Static variable in class org.apache.juneau.http.HttpResponses
partialContent() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling PartialContent().
PartialContent - Class in org.apache.juneau.http.response
Represents an HTTP 206 Partial Content response.
PartialContent() - Constructor for class org.apache.juneau.http.response.PartialContent
Constructor.
PartialContent(HttpResponse) - Constructor for class org.apache.juneau.http.response.PartialContent
Constructor.
PartialContent(PartialContent) - Constructor for class org.apache.juneau.http.response.PartialContent
Copy constructor.
partIterator() - Method in class org.apache.juneau.http.part.PartList
Returns an iterator over this list of parts.
partIterator(String) - Method in class org.apache.juneau.http.part.PartList
Returns an iterator over the parts with a given name in this list.
PartIterator - Interface in org.apache.juneau.http.part
A type-safe iterator for NameValuePair objects.
partList() - Static method in class org.apache.juneau.http.HttpParts
Instantiates a new PartList.
partList(String...) - Static method in class org.apache.juneau.http.HttpParts
Creates a new PartList initialized with the specified name/value pairs.
partList(List<NameValuePair>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new PartList initialized with the specified parts.
partList(NameValuePair...) - Static method in class org.apache.juneau.http.HttpParts
Creates a new PartList initialized with the specified parts.
PartList - Class in org.apache.juneau.http.part
An simple list of HTTP parts (form-data, query-parameters, path-parameters).
PartList() - Constructor for class org.apache.juneau.http.part.PartList
Constructor.
PartList(PartList) - Constructor for class org.apache.juneau.http.part.PartList
Copy constructor.
PartList.Void - Class in org.apache.juneau.http.part
Represents no part list in annotations.
PATCH - Static variable in class org.apache.juneau.http.HttpMethod
path() - Element in annotation type org.apache.juneau.http.remote.Remote
REST service path.
path() - Element in annotation type org.apache.juneau.http.remote.RemoteDelete
REST service path.
path() - Element in annotation type org.apache.juneau.http.remote.RemoteGet
REST service path.
path() - Element in annotation type org.apache.juneau.http.remote.RemoteOp
REST service path.
path() - Element in annotation type org.apache.juneau.http.remote.RemotePatch
REST service path.
path() - Element in annotation type org.apache.juneau.http.remote.RemotePost
REST service path.
path() - Element in annotation type org.apache.juneau.http.remote.RemotePut
REST service path.
PAYLOAD_TOO_LARGE - Static variable in class org.apache.juneau.http.HttpResponses
payloadTooLarge() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling PayloadTooLarge().
PayloadTooLarge - Exception in org.apache.juneau.http.response
Exception representing an HTTP 413 (Payload Too Large).
PayloadTooLarge() - Constructor for exception org.apache.juneau.http.response.PayloadTooLarge
Constructor.
PayloadTooLarge(String, Object...) - Constructor for exception org.apache.juneau.http.response.PayloadTooLarge
Constructor.
PayloadTooLarge(Throwable) - Constructor for exception org.apache.juneau.http.response.PayloadTooLarge
Constructor.
PayloadTooLarge(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.PayloadTooLarge
Constructor.
PayloadTooLarge(HttpResponse) - Constructor for exception org.apache.juneau.http.response.PayloadTooLarge
Constructor.
PayloadTooLarge(PayloadTooLarge) - Constructor for exception org.apache.juneau.http.response.PayloadTooLarge
Copy constructor.
PERMANENT_REDIRECT - Static variable in class org.apache.juneau.http.HttpResponses
permanentRedirect(String) - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling PermanentRedirect().
PermanentRedirect - Class in org.apache.juneau.http.response
Represents an HTTP 308 Permanent Redirect response.
PermanentRedirect() - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Constructor.
PermanentRedirect(HttpResponse) - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Constructor.
PermanentRedirect(PermanentRedirect) - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Copy constructor.
POST - Static variable in class org.apache.juneau.http.HttpMethod
pragma(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Pragma header.
pragma(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Pragma header with a delayed value.
Pragma - Class in org.apache.juneau.http.header
Represents a parsed Pragma HTTP request/response header.
Pragma(String) - Constructor for class org.apache.juneau.http.header.Pragma
Constructor.
Pragma(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Pragma
Constructor with delayed value.
PRECONDITION_FAILED - Static variable in class org.apache.juneau.http.HttpResponses
PRECONDITION_REQUIRED - Static variable in class org.apache.juneau.http.HttpResponses
preconditionFailed() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling PreconditionFailed().
PreconditionFailed - Exception in org.apache.juneau.http.response
Exception representing an HTTP 412 (Precondition Failed).
PreconditionFailed() - Constructor for exception org.apache.juneau.http.response.PreconditionFailed
Constructor.
PreconditionFailed(String, Object...) - Constructor for exception org.apache.juneau.http.response.PreconditionFailed
Constructor.
PreconditionFailed(Throwable) - Constructor for exception org.apache.juneau.http.response.PreconditionFailed
Constructor.
PreconditionFailed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.PreconditionFailed
Constructor.
PreconditionFailed(HttpResponse) - Constructor for exception org.apache.juneau.http.response.PreconditionFailed
Constructor.
PreconditionFailed(PreconditionFailed) - Constructor for exception org.apache.juneau.http.response.PreconditionFailed
Copy constructor.
preconditionRequired() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling PreconditionRequired().
PreconditionRequired - Exception in org.apache.juneau.http.response
Exception representing an HTTP 428 (Precondition Required).
PreconditionRequired() - Constructor for exception org.apache.juneau.http.response.PreconditionRequired
Constructor.
PreconditionRequired(String, Object...) - Constructor for exception org.apache.juneau.http.response.PreconditionRequired
Constructor.
PreconditionRequired(Throwable) - Constructor for exception org.apache.juneau.http.response.PreconditionRequired
Constructor.
PreconditionRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.PreconditionRequired
Constructor.
PreconditionRequired(HttpResponse) - Constructor for exception org.apache.juneau.http.response.PreconditionRequired
Constructor.
PreconditionRequired(PreconditionRequired) - Constructor for exception org.apache.juneau.http.response.PreconditionRequired
Copy constructor.
prepend(String, Object) - Method in class org.apache.juneau.http.header.HeaderList
Appends the specified header to the beginning of this list.
prepend(String, Object) - Method in class org.apache.juneau.http.part.PartList
Appends the specified part to the beginning of this list.
prepend(String, Supplier<?>) - Method in class org.apache.juneau.http.header.HeaderList
Appends the specified header to the beginning of this list using a value supplier.
prepend(String, Supplier<?>) - Method in class org.apache.juneau.http.part.PartList
Appends the specified part to the beginning of this list using a value supplier.
prepend(List<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Adds the specified headers to the beginning of the headers in this list.
prepend(List<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Adds the specified parts to the beginning of the parts in this list.
prepend(Header) - Method in class org.apache.juneau.http.header.HeaderList
Adds the specified header to the beginning of the headers in this list.
prepend(Header...) - Method in class org.apache.juneau.http.header.HeaderList
Adds the specified headers to the beginning of the headers in this list.
prepend(NameValuePair) - Method in class org.apache.juneau.http.part.PartList
Adds the specified part to the beginning of the parts in this list.
prepend(NameValuePair...) - Method in class org.apache.juneau.http.part.PartList
Adds the specified parts to the beginning of the parts in this list.
processing() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Processing().
Processing - Class in org.apache.juneau.http.response
Represents an HTTP 102 Processing response.
Processing() - Constructor for class org.apache.juneau.http.response.Processing
Constructor.
Processing(HttpResponse) - Constructor for class org.apache.juneau.http.response.Processing
Constructor.
Processing(Processing) - Constructor for class org.apache.juneau.http.response.Processing
Copy constructor.
PROCESSING - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Processing.INSTANCE.
proxyAuthenticate(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ProxyAuthenticate header.
proxyAuthenticate(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ProxyAuthenticate header with a delayed value.
ProxyAuthenticate - Class in org.apache.juneau.http.header
Represents a parsed Proxy-Authenticate HTTP response header.
ProxyAuthenticate(String) - Constructor for class org.apache.juneau.http.header.ProxyAuthenticate
Constructor.
ProxyAuthenticate(Supplier<String>) - Constructor for class org.apache.juneau.http.header.ProxyAuthenticate
Constructor with delayed value.
proxyAuthorization(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ProxyAuthorization header.
proxyAuthorization(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new ProxyAuthorization header with a delayed value.
ProxyAuthorization - Class in org.apache.juneau.http.header
Represents a parsed Proxy-Authorization HTTP request header.
ProxyAuthorization(String) - Constructor for class org.apache.juneau.http.header.ProxyAuthorization
Constructor.
ProxyAuthorization(Supplier<String>) - Constructor for class org.apache.juneau.http.header.ProxyAuthorization
Constructor with delayed value.
PUT - Static variable in class org.apache.juneau.http.HttpMethod

R

range(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Range header.
range(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Range header with a delayed value.
Range - Class in org.apache.juneau.http.header
Represents a parsed Range HTTP request header.
Range(String) - Constructor for class org.apache.juneau.http.header.Range
Constructor.
Range(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Range
Constructor with delayed value.
RANGE_NOT_SATISFIABLE - Static variable in class org.apache.juneau.http.HttpResponses
rangeNotSatisfiable() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling RangeNotSatisfiable().
RangeNotSatisfiable - Exception in org.apache.juneau.http.response
Exception representing an HTTP 416 (Range Not Satisfiable).
RangeNotSatisfiable() - Constructor for exception org.apache.juneau.http.response.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(String, Object...) - Constructor for exception org.apache.juneau.http.response.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(Throwable) - Constructor for exception org.apache.juneau.http.response.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(HttpResponse) - Constructor for exception org.apache.juneau.http.response.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(RangeNotSatisfiable) - Constructor for exception org.apache.juneau.http.response.RangeNotSatisfiable
Copy constructor.
readerEntity(Reader) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new ReaderEntity builder.
readerEntity(Reader, ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new ReaderEntity builder.
ReaderEntity - Class in org.apache.juneau.http.entity
A streamed, non-repeatable entity that obtains its content from an Reader.
ReaderEntity() - Constructor for class org.apache.juneau.http.entity.ReaderEntity
Constructor.
ReaderEntity(ReaderEntity) - Constructor for class org.apache.juneau.http.entity.ReaderEntity
Copy constructor.
ReaderEntity(ContentType, Reader) - Constructor for class org.apache.juneau.http.entity.ReaderEntity
Constructor.
readerResource(Reader) - Static method in class org.apache.juneau.http.HttpResources
Creates a new ReaderResource builder.
readerResource(Reader, ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new ReaderResource builder.
ReaderResource - Class in org.apache.juneau.http.resource
A streamed, non-repeatable resource that obtains its content from an Reader.
ReaderResource() - Constructor for class org.apache.juneau.http.resource.ReaderResource
Constructor.
ReaderResource(ContentType, Reader) - Constructor for class org.apache.juneau.http.resource.ReaderResource
Constructor.
ReaderResource(ReaderResource) - Constructor for class org.apache.juneau.http.resource.ReaderResource
Copy constructor.
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.Accepted
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.AlreadyReported
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.BadRequest
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.Conflict
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.Continue
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.Created
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.EarlyHints
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.ExpectationFailed
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.FailedDependency
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.Forbidden
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.Found
Default message
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.Gone
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.HttpVersionNotSupported
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.IMUsed
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.InsufficientStorage
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.InternalServerError
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.LengthRequired
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.Locked
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.LoopDetected
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.MethodNotAllowed
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.MisdirectedRequest
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.MovedPermanently
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.MultipleChoices
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.MultiStatus
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.NoContent
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.NonAuthoritiveInformation
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.NotAcceptable
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.NotExtended
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.NotFound
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.NotImplemented
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.NotModified
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.Ok
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.PartialContent
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.PayloadTooLarge
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.PermanentRedirect
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.PreconditionFailed
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.PreconditionRequired
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.Processing
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.RangeNotSatisfiable
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.ResetContent
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.SeeOther
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.ServiceUnavailable
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.SwitchingProtocols
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.TemporaryRedirect
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.TooManyRequests
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.Unauthorized
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.UnavailableForLegalReasons
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.UnprocessableEntity
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.UnsupportedMediaType
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.UpgradeRequired
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.UriTooLong
Reason phrase
REASON_PHRASE - Static variable in class org.apache.juneau.http.response.UseProxy
Reason phrase
REASON_PHRASE - Static variable in exception org.apache.juneau.http.response.VariantAlsoNegotiates
Reason phrase
referer(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Referer header.
referer(URI) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Referer header.
referer(Supplier<URI>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Referer header with a delayed value.
Referer - Class in org.apache.juneau.http.header
Represents a parsed Referer HTTP request header.
Referer(String) - Constructor for class org.apache.juneau.http.header.Referer
Constructor.
Referer(URI) - Constructor for class org.apache.juneau.http.header.Referer
Constructor.
Referer(Supplier<URI>) - Constructor for class org.apache.juneau.http.header.Referer
Constructor with delayed value.
Remote - Annotation Type in org.apache.juneau.http.remote
Identifies a proxy against a REST interface.
REMOTE_OP_GROUP - Static variable in class org.apache.juneau.http.remote.RemoteUtils
Predicate that can be used with the ClassInfo.getAnnotationList(Predicate) and MethodInfo.getAnnotationList(Predicate)
RemoteDelete - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemoteGet - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemoteOp - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemotePatch - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemotePost - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemotePut - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemoteReturn - Enum in org.apache.juneau.http.remote
Possible values for the @RemoteOp(returns) annotation.
RemoteUtils - Class in org.apache.juneau.http.remote
Utilities.
RemoteUtils() - Constructor for class org.apache.juneau.http.remote.RemoteUtils
 
remove() - Method in class org.apache.juneau.http.header.BasicHeaderIterator
Not supported.
remove() - Method in class org.apache.juneau.http.part.BasicPartIterator
Not supported.
remove(String) - Method in class org.apache.juneau.http.header.HeaderList
Removes the header with the specified name from this list.
remove(String) - Method in class org.apache.juneau.http.part.PartList
Removes the part with the specified name from this list.
remove(String...) - Method in class org.apache.juneau.http.header.HeaderList
Removes the header with the specified name from this list.
remove(String...) - Method in class org.apache.juneau.http.part.PartList
Removes the part with the specified name from this list.
remove(List<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Removes the specified headers from this list.
remove(List<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Removes the specified parts from this list.
remove(Header) - Method in class org.apache.juneau.http.header.HeaderList
Removes the specified header from this list.
remove(Header...) - Method in class org.apache.juneau.http.header.HeaderList
Removes the specified headers from this list.
remove(NameValuePair) - Method in class org.apache.juneau.http.part.PartList
Removes the specified part from this list.
remove(NameValuePair...) - Method in class org.apache.juneau.http.part.PartList
Removes the specified parts from this list.
removeAll() - Method in class org.apache.juneau.http.header.HeaderList
Removes all headers from this list.
removeHeader(Header) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
removeHeader(Header) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
removeHeaders(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
removeHeaders(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.apache.juneau.http.HttpResponses
requestHeaderFieldsTooLarge() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling RequestHeaderFieldsTooLarge().
RequestHeaderFieldsTooLarge - Exception in org.apache.juneau.http.response
Exception representing an HTTP 431 (Request Header Fields Too Large).
RequestHeaderFieldsTooLarge() - Constructor for exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(String, Object...) - Constructor for exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(Throwable) - Constructor for exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(HttpResponse) - Constructor for exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(RequestHeaderFieldsTooLarge) - Constructor for exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
Copy constructor.
RESET_CONTENT - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for ResetContent.INSTANCE.
resetContent() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling ResetContent().
ResetContent - Class in org.apache.juneau.http.response
Represents an HTTP 205 Reset Content response.
ResetContent() - Constructor for class org.apache.juneau.http.response.ResetContent
Constructor.
ResetContent(HttpResponse) - Constructor for class org.apache.juneau.http.response.ResetContent
Constructor.
ResetContent(ResetContent) - Constructor for class org.apache.juneau.http.response.ResetContent
Copy constructor.
resolving() - Method in class org.apache.juneau.http.header.HeaderList
Allows header values to contain SVL variables.
resolving() - Method in class org.apache.juneau.http.part.PartList
Allows part values to contain SVL variables.
resolving(VarResolver) - Method in class org.apache.juneau.http.header.HeaderList
Allows header values to contain SVL variables.
resolving(VarResolver) - Method in class org.apache.juneau.http.part.PartList
Allows part values to contain SVL variables.
retryAfter(Integer) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new RetryAfter header.
retryAfter(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new RetryAfter header.
retryAfter(ZonedDateTime) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new RetryAfter header.
retryAfter(Supplier<?>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new RetryAfter header with a delayed value.
RetryAfter - Class in org.apache.juneau.http.header
Represents a parsed Retry-After HTTP response header.
RetryAfter(Integer) - Constructor for class org.apache.juneau.http.header.RetryAfter
Constructor.
RetryAfter(String) - Constructor for class org.apache.juneau.http.header.RetryAfter
Constructor.
RetryAfter(ZonedDateTime) - Constructor for class org.apache.juneau.http.header.RetryAfter
Constructor.
RetryAfter(Supplier<?>) - Constructor for class org.apache.juneau.http.header.RetryAfter
Constructor with delayed value.
returns() - Element in annotation type org.apache.juneau.http.remote.RemoteDelete
The value the remote method returns.
returns() - Element in annotation type org.apache.juneau.http.remote.RemoteGet
The value the remote method returns.
returns() - Element in annotation type org.apache.juneau.http.remote.RemoteOp
The value the remote method returns.
returns() - Element in annotation type org.apache.juneau.http.remote.RemotePatch
The value the remote method returns.
returns() - Element in annotation type org.apache.juneau.http.remote.RemotePost
The value the remote method returns.
returns() - Element in annotation type org.apache.juneau.http.remote.RemotePut
The value the remote method returns.
RRPC - Static variable in class org.apache.juneau.http.HttpMethod
Special case for a REST method that implements a REST-RPC interface.
RrpcInterfaceMeta - Class in org.apache.juneau.http.remote
Contains the meta-data about a remote proxy REST interface.
RrpcInterfaceMeta(Class<?>, String) - Constructor for class org.apache.juneau.http.remote.RrpcInterfaceMeta
Constructor.
RrpcInterfaceMethodMeta - Class in org.apache.juneau.http.remote
Contains the meta-data about a Java method on a remote class.
RrpcInterfaceMethodMeta(String, Method) - Constructor for class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Constructor.

S

schema(HttpPartSchema) - Method in class org.apache.juneau.http.header.SerializedHeader
Sets the schema object that defines the format of the output.
schema(HttpPartSchema) - Method in class org.apache.juneau.http.part.SerializedPart
Sets the schema object that defines the format of the output.
SEE_OTHER - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for SeeOther.INSTANCE.
seeOther(String) - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling SeeOther().
SeeOther - Class in org.apache.juneau.http.response
Represents an HTTP 303 See Other response.
SeeOther() - Constructor for class org.apache.juneau.http.response.SeeOther
Constructor.
SeeOther(HttpResponse) - Constructor for class org.apache.juneau.http.response.SeeOther
Constructor.
SeeOther(SeeOther) - Constructor for class org.apache.juneau.http.response.SeeOther
Copy constructor.
serializedEntity(Object, Serializer) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new SerializedEntity object.
serializedEntity(Object, Serializer, HttpPartSchema) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new SerializedEntity object.
serializedEntity(Supplier<?>, Serializer) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new SerializedEntity object.
serializedEntity(Supplier<?>, Serializer, HttpPartSchema) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new SerializedEntity object.
SerializedEntity - Class in org.apache.juneau.http.entity
HttpEntity for serializing POJOs as the body of HTTP requests.
SerializedEntity() - Constructor for class org.apache.juneau.http.entity.SerializedEntity
Constructor.
SerializedEntity(SerializedEntity) - Constructor for class org.apache.juneau.http.entity.SerializedEntity
Copy constructor.
SerializedEntity(ContentType, Object, Serializer, HttpPartSchema) - Constructor for class org.apache.juneau.http.entity.SerializedEntity
Constructor.
serializedHeader(String, Object) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new SerializedHeader header.
serializedHeader(String, Object, HttpPartSerializerSession, HttpPartSchema, boolean) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new SerializedHeader header.
serializedHeader(String, Supplier<?>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new SerializedHeader header with a delayed value.
serializedHeader(String, Supplier<?>, HttpPartSerializerSession, HttpPartSchema, boolean) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new SerializedHeader header.
SerializedHeader - Class in org.apache.juneau.http.header
TODO
SerializedHeader(String, Object, HttpPartSerializerSession, HttpPartSchema, boolean) - Constructor for class org.apache.juneau.http.header.SerializedHeader
Constructor.
SerializedHeader(String, Supplier<Object>, HttpPartSerializerSession, HttpPartSchema, boolean) - Constructor for class org.apache.juneau.http.header.SerializedHeader
Constructor with delayed value.
SerializedHeader(SerializedHeader) - Constructor for class org.apache.juneau.http.header.SerializedHeader
Copy constructor.
serializedPart(String, Object) - Static method in class org.apache.juneau.http.HttpParts
Creates a new SerializedPart part.
serializedPart(String, Supplier<?>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new SerializedPart part with a delayed value.
SerializedPart - Class in org.apache.juneau.http.part
Subclass of NameValuePair for serializing POJOs as URL-encoded form post entries using the class.
SerializedPart(String, Object, HttpPartType, HttpPartSerializerSession, HttpPartSchema, boolean) - Constructor for class org.apache.juneau.http.part.SerializedPart
Constructor.
SerializedPart(SerializedPart) - Constructor for class org.apache.juneau.http.part.SerializedPart
Copy constructor.
serializer(HttpPartSerializer) - Method in class org.apache.juneau.http.header.SerializedHeader
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializer) - Method in class org.apache.juneau.http.part.SerializedPart
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializerSession) - Method in class org.apache.juneau.http.header.SerializedHeader
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializerSession) - Method in class org.apache.juneau.http.part.SerializedPart
Sets the serializer to use for serializing the value to a string value.
server(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Server header.
server(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Server header with a delayed value.
Server - Class in org.apache.juneau.http.header
Represents a parsed Server HTTP response header.
Server(String) - Constructor for class org.apache.juneau.http.header.Server
Constructor.
Server(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Server
Constructor with delayed value.
SERVICE_UNAVAILABLE - Static variable in class org.apache.juneau.http.HttpResponses
serviceUnavailable() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling ServiceUnavailable().
ServiceUnavailable - Exception in org.apache.juneau.http.response
Exception representing an HTTP 503 (Service Unavailable).
ServiceUnavailable() - Constructor for exception org.apache.juneau.http.response.ServiceUnavailable
Constructor.
ServiceUnavailable(String, Object...) - Constructor for exception org.apache.juneau.http.response.ServiceUnavailable
Constructor.
ServiceUnavailable(Throwable) - Constructor for exception org.apache.juneau.http.response.ServiceUnavailable
Constructor.
ServiceUnavailable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.ServiceUnavailable
Constructor.
ServiceUnavailable(HttpResponse) - Constructor for exception org.apache.juneau.http.response.ServiceUnavailable
Constructor.
ServiceUnavailable(ServiceUnavailable) - Constructor for exception org.apache.juneau.http.response.ServiceUnavailable
Copy constructor.
set(String, Object) - Method in class org.apache.juneau.http.header.HeaderList
Replaces the first occurrence of the headers with the same name.
set(String, Object) - Method in class org.apache.juneau.http.part.PartList
Replaces the first occurrence of the parts with the same name.
set(String, Supplier<?>) - Method in class org.apache.juneau.http.header.HeaderList
Replaces the first occurrence of the headers with the same name.
set(String, Supplier<?>) - Method in class org.apache.juneau.http.part.PartList
Replaces the first occurrence of the parts with the same name.
set(List<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Replaces the first occurrence of the headers with the same name.
set(List<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Replaces the first occurrence of the parts with the same name.
set(Header) - Method in class org.apache.juneau.http.header.HeaderList
Adds or replaces the header(s) with the same name.
set(Header...) - Method in class org.apache.juneau.http.header.HeaderList
Adds or replaces the header(s) with the same name.
set(NameValuePair) - Method in class org.apache.juneau.http.part.PartList
Adds or replaces the part(s) with the same name.
set(NameValuePair...) - Method in class org.apache.juneau.http.part.PartList
Adds or replaces the part(s) with the same name.
setCached() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Specifies that the contents of this resource should be cached into an internal byte array so that it can be read multiple times.
setCached() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setCached() - Method in class org.apache.juneau.http.entity.FileEntity
 
setCached() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setCached() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setCached() - Method in class org.apache.juneau.http.entity.StreamEntity
 
setCached() - Method in class org.apache.juneau.http.entity.StringEntity
 
setCached() - Method in class org.apache.juneau.http.resource.BasicResource
Specifies that the contents of this resource should be cached into an internal byte array so that it can be read multiple times.
setCached() - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setCached() - Method in class org.apache.juneau.http.resource.FileResource
 
setCached() - Method in class org.apache.juneau.http.resource.ReaderResource
 
setCached() - Method in class org.apache.juneau.http.resource.StreamResource
 
setCached() - Method in class org.apache.juneau.http.resource.StringResource
 
setCharset(Charset) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Specifies the charset to use when converting to and from stream-based resources.
setCharset(Charset) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setCharset(Charset) - Method in class org.apache.juneau.http.entity.FileEntity
 
setCharset(Charset) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setCharset(Charset) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setCharset(Charset) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setCharset(Charset) - Method in class org.apache.juneau.http.entity.StringEntity
 
setChunked() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the 'chunked' flag value to true.
setChunked() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setChunked() - Method in class org.apache.juneau.http.entity.FileEntity
 
setChunked() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setChunked() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setChunked() - Method in class org.apache.juneau.http.entity.StreamEntity
 
setChunked() - Method in class org.apache.juneau.http.entity.StringEntity
 
setChunked() - Method in class org.apache.juneau.http.resource.BasicResource
Sets the 'chunked' flag value to true.
setChunked() - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setChunked() - Method in class org.apache.juneau.http.resource.FileResource
 
setChunked() - Method in class org.apache.juneau.http.resource.ReaderResource
 
setChunked() - Method in class org.apache.juneau.http.resource.StreamResource
 
setChunked() - Method in class org.apache.juneau.http.resource.StringResource
 
setChunked(boolean) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the 'chunked' flag value.
setChunked(boolean) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setChunked(boolean) - Method in class org.apache.juneau.http.entity.FileEntity
 
setChunked(boolean) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setChunked(boolean) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setChunked(boolean) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setChunked(boolean) - Method in class org.apache.juneau.http.entity.StringEntity
 
setChunked(boolean) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the 'chunked' flag value.
setChunked(boolean) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setChunked(boolean) - Method in class org.apache.juneau.http.resource.FileResource
 
setChunked(boolean) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setChunked(boolean) - Method in class org.apache.juneau.http.resource.StreamResource
 
setChunked(boolean) - Method in class org.apache.juneau.http.resource.StringResource
 
setContent(Object) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content on this entity bean.
setContent(Object) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContent(Object) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContent(Object) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContent(Object) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContent(Object) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContent(Object) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContent(Object) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content on this entity bean.
setContent(Object) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContent(Object) - Method in class org.apache.juneau.http.resource.FileResource
 
setContent(Object) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContent(Object) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContent(Object) - Method in class org.apache.juneau.http.resource.StringResource
 
setContent(String) - Method in class org.apache.juneau.http.response.Accepted
 
setContent(String) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setContent(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the body on this response.
setContent(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the body on this response.
setContent(String) - Method in class org.apache.juneau.http.response.Continue
 
setContent(String) - Method in class org.apache.juneau.http.response.Created
 
setContent(String) - Method in class org.apache.juneau.http.response.EarlyHints
 
setContent(String) - Method in class org.apache.juneau.http.response.Found
 
setContent(String) - Method in class org.apache.juneau.http.response.IMUsed
 
setContent(String) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setContent(String) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setContent(String) - Method in class org.apache.juneau.http.response.MultiStatus
 
setContent(String) - Method in class org.apache.juneau.http.response.NoContent
 
setContent(String) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setContent(String) - Method in class org.apache.juneau.http.response.NotModified
 
setContent(String) - Method in class org.apache.juneau.http.response.Ok
 
setContent(String) - Method in class org.apache.juneau.http.response.PartialContent
 
setContent(String) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setContent(String) - Method in class org.apache.juneau.http.response.Processing
 
setContent(String) - Method in class org.apache.juneau.http.response.ResetContent
 
setContent(String) - Method in class org.apache.juneau.http.response.SeeOther
 
setContent(String) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setContent(String) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setContent(String) - Method in class org.apache.juneau.http.response.UseProxy
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content on this entity bean from a supplier.
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content on this entity bean from a supplier.
setContent(Supplier<?>) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.resource.FileResource
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContent(Supplier<?>) - Method in class org.apache.juneau.http.resource.StringResource
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.Accepted
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setContent(HttpEntity) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the body on this response.
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the body on this response.
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.Continue
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.Created
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.EarlyHints
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.Found
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.IMUsed
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.MultiStatus
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.NoContent
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.NotModified
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.Ok
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.PartialContent
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.Processing
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.ResetContent
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.SeeOther
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setContent(HttpEntity) - Method in class org.apache.juneau.http.response.UseProxy
 
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content encoding header on this entity bean.
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContentEncoding(String) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContentEncoding(String) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content encoding header on this entity bean.
setContentEncoding(String) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContentEncoding(String) - Method in class org.apache.juneau.http.resource.FileResource
 
setContentEncoding(String) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContentEncoding(String) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContentEncoding(String) - Method in class org.apache.juneau.http.resource.StringResource
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content encoding header on this entity bean.
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content encoding header on this entity bean.
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.resource.FileResource
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContentEncoding(ContentEncoding) - Method in class org.apache.juneau.http.resource.StringResource
 
setContentLength(long) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content length on this entity bean.
setContentLength(long) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContentLength(long) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContentLength(long) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContentLength(long) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContentLength(long) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContentLength(long) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContentLength(long) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content length on this entity bean.
setContentLength(long) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContentLength(long) - Method in class org.apache.juneau.http.resource.FileResource
 
setContentLength(long) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContentLength(long) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContentLength(long) - Method in class org.apache.juneau.http.resource.StringResource
 
setContentType(String) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content type on this entity bean.
setContentType(String) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContentType(String) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContentType(String) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContentType(String) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContentType(String) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContentType(String) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContentType(String) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content type on this entity bean.
setContentType(String) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContentType(String) - Method in class org.apache.juneau.http.resource.FileResource
 
setContentType(String) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContentType(String) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContentType(String) - Method in class org.apache.juneau.http.resource.StringResource
 
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Sets the content type on this entity bean.
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.FileEntity
 
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setContentType(ContentType) - Method in class org.apache.juneau.http.entity.StringEntity
 
setContentType(ContentType) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the content type on this entity bean.
setContentType(ContentType) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setContentType(ContentType) - Method in class org.apache.juneau.http.resource.FileResource
 
setContentType(ContentType) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setContentType(ContentType) - Method in class org.apache.juneau.http.resource.StreamResource
 
setContentType(ContentType) - Method in class org.apache.juneau.http.resource.StringResource
 
setDefault(String, Object) - Method in class org.apache.juneau.http.header.HeaderList
Replaces the first occurrence of the headers with the same name.
setDefault(String, Object) - Method in class org.apache.juneau.http.part.PartList
Replaces the first occurrence of the part with the same name.
setDefault(String, Supplier<?>) - Method in class org.apache.juneau.http.header.HeaderList
Replaces the first occurrence of the headers with the same name.
setDefault(String, Supplier<?>) - Method in class org.apache.juneau.http.part.PartList
Replaces the first occurrence of the headers with the same name.
setDefault(List<Header>) - Method in class org.apache.juneau.http.header.HeaderList
Adds a collection of default headers.
setDefault(List<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
Adds a collection of default parts.
setDefault(Header...) - Method in class org.apache.juneau.http.header.HeaderList
Makes a copy of this list of headers and adds a collection of default headers.
setDefault(NameValuePair...) - Method in class org.apache.juneau.http.part.PartList
Makes a copy of this list of parts and adds a collection of default parts.
setEntity(HttpEntity) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setEntity(HttpEntity) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setHeader(String, String) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the specified header in this builder.
setHeader(String, String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setHeader(String, String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setHeader(Header) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setHeader(Header) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.BadRequest
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets a header on this response.
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.Conflict
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.Forbidden
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.Gone
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.Locked
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.NotExtended
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.NotFound
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setHeader2(String, Object) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.Accepted
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the specified header to the end of the headers in this builder.
setHeader2(String, String) - Method in class org.apache.juneau.http.response.Continue
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.Created
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.EarlyHints
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.Found
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.IMUsed
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.MultiStatus
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.NoContent
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.NotModified
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.Ok
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.PartialContent
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.Processing
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.ResetContent
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.SeeOther
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setHeader2(String, String) - Method in class org.apache.juneau.http.response.UseProxy
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.Accepted
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the specified header to the end of the headers in this builder.
setHeader2(Header) - Method in class org.apache.juneau.http.response.Continue
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.Created
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.EarlyHints
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.Found
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.IMUsed
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.MultiStatus
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.NoContent
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.NotModified
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.Ok
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.PartialContent
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.Processing
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.ResetContent
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.SeeOther
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setHeader2(Header) - Method in class org.apache.juneau.http.response.UseProxy
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.Accepted
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setHeaders(List<Header>) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the specified headers on this response.
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the specified headers to the end of the headers in this builder.
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.Continue
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.Created
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.EarlyHints
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.Found
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.IMUsed
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.MultiStatus
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.NoContent
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.NotModified
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.Ok
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.PartialContent
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.Processing
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.ResetContent
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.SeeOther
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setHeaders(List<Header>) - Method in class org.apache.juneau.http.response.UseProxy
 
setHeaders(Header...) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the specified headers in this builder.
setHeaders(Header[]) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setHeaders(Header[]) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.resource.BasicResource
Sets the specified headers in this builder.
setHeaders(HeaderList) - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.resource.FileResource
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.resource.ReaderResource
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.resource.StreamResource
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.resource.StringResource
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.Accepted
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.BadRequest
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the specified headers on this response.
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the specified headers on this response.
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.Conflict
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.Continue
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.Created
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.EarlyHints
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.Forbidden
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.Found
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.Gone
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.IMUsed
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.Locked
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.MultiStatus
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.NoContent
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.NotExtended
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.NotFound
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.NotModified
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.Ok
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.PartialContent
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.Processing
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.ResetContent
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.SeeOther
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setHeaders(HeaderList) - Method in class org.apache.juneau.http.response.UseProxy
 
setHeaders(HeaderList) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.Accepted
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.BadRequest
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets multiple headers on this response.
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the specified headers to the end of the headers in this builder.
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.Conflict
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.Continue
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.Created
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.EarlyHints
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.Forbidden
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.Found
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.Gone
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.IMUsed
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.Locked
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.MultiStatus
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.NoContent
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.NotExtended
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.NotFound
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.NotModified
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.Ok
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.PartialContent
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.Processing
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.ResetContent
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.SeeOther
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setHeaders2(Header...) - Method in class org.apache.juneau.http.response.UseProxy
 
setHeaders2(Header...) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setLocale(Locale) - Method in class org.apache.juneau.http.BasicStatusLine
Sets the locale used to retrieve reason phrases.
setLocale(Locale) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setLocale(Locale) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.Accepted
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.BadRequest
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the locale used to retrieve reason phrases.
setLocale2(Locale) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the locale used to retrieve reason phrases.
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.Conflict
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.Continue
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.Created
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.EarlyHints
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.Forbidden
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.Found
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.Gone
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.IMUsed
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.Locked
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.MultiStatus
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.NoContent
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.NotExtended
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.NotFound
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.NotModified
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.Ok
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.PartialContent
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.Processing
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.ResetContent
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.SeeOther
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setLocale2(Locale) - Method in class org.apache.juneau.http.response.UseProxy
 
setLocale2(Locale) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setLocation(String) - Method in class org.apache.juneau.http.response.Accepted
 
setLocation(String) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setLocation(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Specifies the value for the Location header.
setLocation(String) - Method in class org.apache.juneau.http.response.Continue
 
setLocation(String) - Method in class org.apache.juneau.http.response.Created
 
setLocation(String) - Method in class org.apache.juneau.http.response.EarlyHints
 
setLocation(String) - Method in class org.apache.juneau.http.response.Found
 
setLocation(String) - Method in class org.apache.juneau.http.response.IMUsed
 
setLocation(String) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setLocation(String) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setLocation(String) - Method in class org.apache.juneau.http.response.MultiStatus
 
setLocation(String) - Method in class org.apache.juneau.http.response.NoContent
 
setLocation(String) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setLocation(String) - Method in class org.apache.juneau.http.response.NotModified
 
setLocation(String) - Method in class org.apache.juneau.http.response.Ok
 
setLocation(String) - Method in class org.apache.juneau.http.response.PartialContent
 
setLocation(String) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setLocation(String) - Method in class org.apache.juneau.http.response.Processing
 
setLocation(String) - Method in class org.apache.juneau.http.response.ResetContent
 
setLocation(String) - Method in class org.apache.juneau.http.response.SeeOther
 
setLocation(String) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setLocation(String) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setLocation(String) - Method in class org.apache.juneau.http.response.UseProxy
 
setLocation(URI) - Method in class org.apache.juneau.http.response.Accepted
 
setLocation(URI) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setLocation(URI) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Specifies the value for the Location header.
setLocation(URI) - Method in class org.apache.juneau.http.response.Continue
 
setLocation(URI) - Method in class org.apache.juneau.http.response.Created
 
setLocation(URI) - Method in class org.apache.juneau.http.response.EarlyHints
 
setLocation(URI) - Method in class org.apache.juneau.http.response.Found
 
setLocation(URI) - Method in class org.apache.juneau.http.response.IMUsed
 
setLocation(URI) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setLocation(URI) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setLocation(URI) - Method in class org.apache.juneau.http.response.MultiStatus
 
setLocation(URI) - Method in class org.apache.juneau.http.response.NoContent
 
setLocation(URI) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setLocation(URI) - Method in class org.apache.juneau.http.response.NotModified
 
setLocation(URI) - Method in class org.apache.juneau.http.response.Ok
 
setLocation(URI) - Method in class org.apache.juneau.http.response.PartialContent
 
setLocation(URI) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setLocation(URI) - Method in class org.apache.juneau.http.response.Processing
 
setLocation(URI) - Method in class org.apache.juneau.http.response.ResetContent
 
setLocation(URI) - Method in class org.apache.juneau.http.response.SeeOther
 
setLocation(URI) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setLocation(URI) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setLocation(URI) - Method in class org.apache.juneau.http.response.UseProxy
 
setMaxLength(int) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Specifies the maximum number of bytes to read or write to and from stream-based resources.
setMaxLength(int) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setMaxLength(int) - Method in class org.apache.juneau.http.entity.FileEntity
 
setMaxLength(int) - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setMaxLength(int) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setMaxLength(int) - Method in class org.apache.juneau.http.entity.StreamEntity
 
setMaxLength(int) - Method in class org.apache.juneau.http.entity.StringEntity
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.BadRequest
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.Conflict
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.Forbidden
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.Gone
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.Locked
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.NotExtended
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.NotFound
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setMessage(String, Object...) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setParams(HttpParams) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setParams(HttpParams) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.BasicStatusLine
Sets the protocol version on the status line.
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.Accepted
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.BadRequest
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the protocol version on the status line.
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the protocol version on the status line.
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.Conflict
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.Continue
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.Created
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.EarlyHints
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.Forbidden
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.Found
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.Gone
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.IMUsed
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.Locked
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.MultiStatus
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.NoContent
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.NotExtended
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.NotFound
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.NotModified
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.Ok
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.PartialContent
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.Processing
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.ResetContent
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.SeeOther
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.juneau.http.response.UseProxy
 
setProtocolVersion(ProtocolVersion) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setReasonPhrase(String) - Method in class org.apache.juneau.http.BasicStatusLine
Sets the reason phrase on the status line.
setReasonPhrase(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setReasonPhrase(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.Accepted
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.BadRequest
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the reason phrase on the status line.
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the reason phrase on the status line.
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.Conflict
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.Continue
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.Created
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.EarlyHints
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.Forbidden
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.Found
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.Gone
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.IMUsed
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.Locked
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.MultiStatus
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.NoContent
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.NotExtended
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.NotFound
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.NotModified
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.Ok
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.PartialContent
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.Processing
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.ResetContent
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.SeeOther
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setReasonPhrase2(String) - Method in class org.apache.juneau.http.response.UseProxy
 
setReasonPhrase2(String) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.BasicStatusLine
Sets the reason phrase catalog used to retrieve reason phrases.
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.Accepted
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.BadRequest
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the reason phrase catalog used to retrieve reason phrases.
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the reason phrase catalog used to retrieve reason phrases.
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.Conflict
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.Continue
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.Created
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.EarlyHints
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.Forbidden
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.Found
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.Gone
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.IMUsed
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.Locked
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.MultiStatus
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.NoContent
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.NotExtended
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.NotFound
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.NotModified
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.Ok
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.PartialContent
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.Processing
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.ResetContent
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.SeeOther
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in class org.apache.juneau.http.response.UseProxy
 
setReasonPhraseCatalog(ReasonPhraseCatalog) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setSchema(HttpPartSchema) - Method in class org.apache.juneau.http.entity.SerializedEntity
Sets the schema on this entity bean.
setSerializer(Serializer) - Method in class org.apache.juneau.http.entity.SerializedEntity
Sets the serializer on this entity bean.
setStatusCode(int) - Method in class org.apache.juneau.http.BasicStatusLine
Sets the status code on the status line.
setStatusCode(int) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setStatusCode(int) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.Accepted
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.BadRequest
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.BasicHttpException
Same as BasicHttpException.setStatusCode(int) but returns this object.
setStatusCode2(int) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the status code on the status line.
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.Conflict
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.Continue
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.Created
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.EarlyHints
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.Forbidden
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.Found
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.Gone
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.IMUsed
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.Locked
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.MultiStatus
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.NoContent
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.NotExtended
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.NotFound
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.NotModified
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.Ok
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.PartialContent
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.Processing
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.ResetContent
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.SeeOther
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setStatusCode2(int) - Method in class org.apache.juneau.http.response.UseProxy
 
setStatusCode2(int) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setStatusLine(ProtocolVersion, int) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setStatusLine(ProtocolVersion, int) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setStatusLine(ProtocolVersion, int, String) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setStatusLine(ProtocolVersion, int, String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setStatusLine(StatusLine) - Method in exception org.apache.juneau.http.response.BasicHttpException
 
setStatusLine(StatusLine) - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.Accepted
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.AlreadyReported
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.BadRequest
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.BasicHttpException
Sets the protocol version on the status line.
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.BasicHttpResponse
Sets the protocol version on the status line.
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.Conflict
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.Continue
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.Created
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.EarlyHints
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.FailedDependency
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.Forbidden
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.Found
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.Gone
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.IMUsed
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.InternalServerError
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.LengthRequired
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.Locked
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.LoopDetected
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.MovedPermanently
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.MultipleChoices
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.MultiStatus
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.NoContent
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.NotExtended
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.NotFound
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.NotImplemented
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.NotModified
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.Ok
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.PartialContent
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.Processing
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.ResetContent
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.SeeOther
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.Unauthorized
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.UriTooLong
 
setStatusLine(BasicStatusLine) - Method in class org.apache.juneau.http.response.UseProxy
 
setStatusLine(BasicStatusLine) - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
setUnmodifiable() - Method in class org.apache.juneau.http.BasicStatusLine
Specifies whether this bean should be unmodifiable.
setUnmodifiable() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
Specifies whether this bean should be unmodifiable.
setUnmodifiable() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
setUnmodifiable() - Method in class org.apache.juneau.http.entity.FileEntity
 
setUnmodifiable() - Method in class org.apache.juneau.http.entity.ReaderEntity
 
setUnmodifiable() - Method in class org.apache.juneau.http.entity.SerializedEntity
 
setUnmodifiable() - Method in class org.apache.juneau.http.entity.StreamEntity
 
setUnmodifiable() - Method in class org.apache.juneau.http.entity.StringEntity
 
setUnmodifiable() - Method in class org.apache.juneau.http.header.HeaderList
 
setUnmodifiable() - Method in class org.apache.juneau.http.part.PartList
 
setUnmodifiable() - Method in class org.apache.juneau.http.resource.BasicResource
Specifies whether this bean should be unmodifiable.
setUnmodifiable() - Method in class org.apache.juneau.http.resource.ByteArrayResource
 
setUnmodifiable() - Method in class org.apache.juneau.http.resource.FileResource
 
setUnmodifiable() - Method in class org.apache.juneau.http.resource.ReaderResource
 
setUnmodifiable() - Method in class org.apache.juneau.http.resource.StreamResource
 
setUnmodifiable() - Method in class org.apache.juneau.http.resource.StringResource
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.Accepted
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.AlreadyReported
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.BadRequest
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.BasicHttpException
Specifies whether this bean should be unmodifiable.
setUnmodifiable() - Method in class org.apache.juneau.http.response.BasicHttpResponse
Specifies whether this bean should be unmodifiable.
setUnmodifiable() - Method in exception org.apache.juneau.http.response.Conflict
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.Continue
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.Created
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.EarlyHints
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.ExpectationFailed
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.FailedDependency
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.Forbidden
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.Found
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.Gone
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.HttpVersionNotSupported
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.IMUsed
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.InsufficientStorage
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.InternalServerError
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.LengthRequired
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.Locked
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.LoopDetected
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.MethodNotAllowed
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.MisdirectedRequest
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.MovedPermanently
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.MultipleChoices
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.MultiStatus
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.NoContent
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.NotAcceptable
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.NotExtended
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.NotFound
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.NotImplemented
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.NotModified
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.Ok
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.PartialContent
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.PayloadTooLarge
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.PermanentRedirect
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.PreconditionFailed
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.PreconditionRequired
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.Processing
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.RangeNotSatisfiable
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.ResetContent
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.SeeOther
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.ServiceUnavailable
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.TooManyRequests
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.Unauthorized
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.UnavailableForLegalReasons
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.UnprocessableEntity
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.UnsupportedMediaType
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.UpgradeRequired
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.UriTooLong
 
setUnmodifiable() - Method in class org.apache.juneau.http.response.UseProxy
 
setUnmodifiable() - Method in exception org.apache.juneau.http.response.VariantAlsoNegotiates
 
skipIfEmpty() - Method in class org.apache.juneau.http.header.SerializedHeader
Don't serialize this header if the value is null or an empty string.
skipIfEmpty() - Method in class org.apache.juneau.http.part.SerializedPart
Don't serialize this pair if the value is null or an empty string.
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.header.SerializedHeader
Don't serialize this header if the value is null or an empty string.
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.part.SerializedPart
Don't serialize this pair if the value is null or an empty string.
STATUS - Enum constant in enum org.apache.juneau.http.remote.RemoteReturn
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.Accepted
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.AlreadyReported
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.BadRequest
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.Conflict
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.Continue
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.Created
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.EarlyHints
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.ExpectationFailed
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.FailedDependency
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.Forbidden
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.Found
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.Gone
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.HttpVersionNotSupported
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.IMUsed
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.InsufficientStorage
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.InternalServerError
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.LengthRequired
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.Locked
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.LoopDetected
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.MethodNotAllowed
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.MisdirectedRequest
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.MovedPermanently
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.MultipleChoices
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.MultiStatus
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.NetworkAuthenticationRequired
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.NoContent
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.NonAuthoritiveInformation
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.NotAcceptable
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.NotExtended
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.NotFound
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.NotImplemented
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.NotModified
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.Ok
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.PartialContent
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.PayloadTooLarge
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.PermanentRedirect
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.PreconditionFailed
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.PreconditionRequired
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.Processing
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.RangeNotSatisfiable
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.RequestHeaderFieldsTooLarge
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.ResetContent
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.SeeOther
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.ServiceUnavailable
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.SwitchingProtocols
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.TemporaryRedirect
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.TooManyRequests
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.Unauthorized
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.UnavailableForLegalReasons
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.UnprocessableEntity
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.UnsupportedMediaType
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.UpgradeRequired
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.UriTooLong
HTTP status code
STATUS_CODE - Static variable in class org.apache.juneau.http.response.UseProxy
HTTP status code
STATUS_CODE - Static variable in exception org.apache.juneau.http.response.VariantAlsoNegotiates
HTTP status code
stream(String) - Method in class org.apache.juneau.http.header.HeaderList
Returns a stream of the headers in this list with the specified name.
stream(String) - Method in class org.apache.juneau.http.part.PartList
Returns a stream of the parts in this list with the specified name.
streamEntity(InputStream) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new StreamEntity builder.
streamEntity(InputStream, long, ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new StreamEntity builder.
StreamEntity - Class in org.apache.juneau.http.entity
A streamed, non-repeatable entity that obtains its content from an InputStream.
StreamEntity() - Constructor for class org.apache.juneau.http.entity.StreamEntity
Constructor.
StreamEntity(StreamEntity) - Constructor for class org.apache.juneau.http.entity.StreamEntity
Copy constructor.
StreamEntity(ContentType, InputStream) - Constructor for class org.apache.juneau.http.entity.StreamEntity
Constructor.
streamResource(InputStream) - Static method in class org.apache.juneau.http.HttpResources
Creates a new StreamResource builder.
streamResource(InputStream, long, ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new StreamResource builder.
StreamResource - Class in org.apache.juneau.http.resource
A streamed, non-repeatable resource that obtains its content from an InputStream.
StreamResource() - Constructor for class org.apache.juneau.http.resource.StreamResource
Constructor.
StreamResource(ContentType, InputStream) - Constructor for class org.apache.juneau.http.resource.StreamResource
Constructor.
StreamResource(StreamResource) - Constructor for class org.apache.juneau.http.resource.StreamResource
Copy constructor.
stringEntity(String) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new builder for a StringEntity builder.
stringEntity(String, ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new builder for a StringEntity builder.
stringEntity(Supplier<String>) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new builder for a StringEntity builder.
stringEntity(Supplier<String>, ContentType) - Static method in class org.apache.juneau.http.HttpEntities
Creates a new builder for a StringEntity builder.
StringEntity - Class in org.apache.juneau.http.entity
A self contained, repeatable entity that obtains its content from a String.
StringEntity() - Constructor for class org.apache.juneau.http.entity.StringEntity
Constructor.
StringEntity(StringEntity) - Constructor for class org.apache.juneau.http.entity.StringEntity
Copy constructor.
StringEntity(ContentType, String) - Constructor for class org.apache.juneau.http.entity.StringEntity
Constructor.
stringHeader(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a BasicHeader from a name/value pair string (e.g.
stringHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicStringHeader header.
stringHeader(String, Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicStringHeader header with a delayed value.
stringPart(String, String) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicStringPart part.
stringPart(String, Supplier<String>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicStringPart part with a delayed value.
stringRangesHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicStringRangesHeader header.
stringRangesHeader(String, Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicStringRangesHeader header with a delayed value.
stringRangesHeader(String, StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicStringRangesHeader header.
stringResource(String) - Static method in class org.apache.juneau.http.HttpResources
Creates a new builder for a StringResource builder.
stringResource(String, ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new builder for a StringResource builder.
stringResource(Supplier<String>) - Static method in class org.apache.juneau.http.HttpResources
Creates a new builder for a StringResource builder.
stringResource(Supplier<String>, ContentType) - Static method in class org.apache.juneau.http.HttpResources
Creates a new builder for a StringResource builder.
StringResource - Class in org.apache.juneau.http.resource
A self contained, repeatable resource that obtains its content from a String.
StringResource() - Constructor for class org.apache.juneau.http.resource.StringResource
Constructor.
StringResource(ContentType, String) - Constructor for class org.apache.juneau.http.resource.StringResource
Constructor.
StringResource(StringResource) - Constructor for class org.apache.juneau.http.resource.StringResource
Copy constructor.
SWITCHING_PROTOCOLS - Static variable in class org.apache.juneau.http.HttpResponses
switchingProtocols() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling SwitchingProtocols().
SwitchingProtocols - Class in org.apache.juneau.http.response
Represents an HTTP 101 Switching Protocols response.
SwitchingProtocols() - Constructor for class org.apache.juneau.http.response.SwitchingProtocols
Constructor.
SwitchingProtocols(HttpResponse) - Constructor for class org.apache.juneau.http.response.SwitchingProtocols
Constructor.
SwitchingProtocols(SwitchingProtocols) - Constructor for class org.apache.juneau.http.response.SwitchingProtocols
Copy constructor.

T

te(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new TE header.
te(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new TE header with a delayed value.
te(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new TE header.
TE - Class in org.apache.juneau.http.header
Represents a parsed TE HTTP request header.
TE(String) - Constructor for class org.apache.juneau.http.header.TE
Constructor.
TE(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.TE
Constructor with delayed value.
TE(StringRanges) - Constructor for class org.apache.juneau.http.header.TE
Constructor.
TEMPORARY_REDIRECT - Static variable in class org.apache.juneau.http.HttpResponses
temporaryRedirect(String) - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling TemporaryRedirect().
TemporaryRedirect - Class in org.apache.juneau.http.response
Represents an HTTP 307 Temporary Redirect response.
TemporaryRedirect() - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Constructor.
TemporaryRedirect(HttpResponse) - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Constructor.
TemporaryRedirect(TemporaryRedirect) - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Copy constructor.
TEXT_HTML - Static variable in class org.apache.juneau.http.header.Accept
 
TEXT_HTML - Static variable in class org.apache.juneau.http.header.ContentType
 
TEXT_OPENAPI - Static variable in class org.apache.juneau.http.header.ContentType
 
TEXT_PLAIN - Static variable in class org.apache.juneau.http.header.Accept
 
TEXT_PLAIN - Static variable in class org.apache.juneau.http.header.ContentType
 
TEXT_XML - Static variable in class org.apache.juneau.http.header.Accept
 
TEXT_XML - Static variable in class org.apache.juneau.http.header.ContentType
 
thrown(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Thrown header.
thrown(Throwable...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Thrown header.
Thrown - Class in org.apache.juneau.http.header
Represents a parsed Thrown HTTP response header.
Thrown(String) - Constructor for class org.apache.juneau.http.header.Thrown
Constructor.
Thrown(List<Thrown.Part>) - Constructor for class org.apache.juneau.http.header.Thrown
Constructor.
Thrown.Part - Class in org.apache.juneau.http.header
Represents a single entry in this header.
toArray() - Method in class org.apache.juneau.http.header.BasicCsvHeader
Returns the header value as an array.
toArray() - Method in class org.apache.juneau.http.header.EntityTags
Returns the entity tags in this object as an array.
toArray() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Returns The part value as an array.
toBoolean() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
Returns the header value as a Boolean.
toBoolean() - Method in class org.apache.juneau.http.part.BasicBooleanPart
Returns The part value as a Boolean.
toEntityTag() - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
Returns the header value as an EntityTag.
toEntityTags() - Method in class org.apache.juneau.http.header.BasicEntityTagsHeader
Returns the header value as an EntityTags wrapped in an Optional.
toInteger() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
Returns the header value as an Integer.
toInteger() - Method in class org.apache.juneau.http.part.BasicIntegerPart
Returns The part value as an Integer.
toList() - Method in class org.apache.juneau.http.header.BasicCsvHeader
Returns the header value as a list.
toList() - Method in class org.apache.juneau.http.header.EntityTags
Returns the entity tags in this object as a list.
toList() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
Returns The part value as a List.
toLong() - Method in class org.apache.juneau.http.header.BasicLongHeader
Returns the header value as a Long.
toLong() - Method in class org.apache.juneau.http.part.BasicLongPart
Returns The part value as a Long.
toMediaRanges() - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
Returns the header value as a MediaRanges.
toMediaType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the header value as a MediaType.
TOO_MANY_REQUESTS - Static variable in class org.apache.juneau.http.HttpResponses
tooManyRequests() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling TooManyRequests().
TooManyRequests - Exception in org.apache.juneau.http.response
Exception representing an HTTP 429 (Too Many Requests).
TooManyRequests() - Constructor for exception org.apache.juneau.http.response.TooManyRequests
Constructor.
TooManyRequests(String, Object...) - Constructor for exception org.apache.juneau.http.response.TooManyRequests
Constructor.
TooManyRequests(Throwable) - Constructor for exception org.apache.juneau.http.response.TooManyRequests
Constructor.
TooManyRequests(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.TooManyRequests
Constructor.
TooManyRequests(HttpResponse) - Constructor for exception org.apache.juneau.http.response.TooManyRequests
Constructor.
TooManyRequests(TooManyRequests) - Constructor for exception org.apache.juneau.http.response.TooManyRequests
Copy constructor.
toString() - Method in class org.apache.juneau.http.BasicStatusLine
 
toString() - Method in class org.apache.juneau.http.header.BasicHeader
 
toString() - Method in class org.apache.juneau.http.header.EntityTag
 
toString() - Method in class org.apache.juneau.http.header.EntityTags
 
toString() - Method in class org.apache.juneau.http.header.HeaderList
 
toString() - Method in class org.apache.juneau.http.header.Thrown.Part
 
toString() - Method in class org.apache.juneau.http.part.BasicPart
 
toString() - Method in class org.apache.juneau.http.part.PartList
Returns this list as a URL-encoded custom query.
toString() - Method in exception org.apache.juneau.http.response.BasicHttpException
 
toString() - Method in class org.apache.juneau.http.response.BasicHttpResponse
 
toStringRanges() - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
Returns the header value as a StringRanges.
toUri() - Method in class org.apache.juneau.http.header.BasicUriHeader
Returns the header value as a URI wrapped in an Optional.
toUri() - Method in class org.apache.juneau.http.part.BasicUriPart
Returns The part value as a URI.
toZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
Returns the header value as a ZonedDateTime.
toZonedDateTime() - Method in class org.apache.juneau.http.part.BasicDatePart
Returns The part value as a ZonedDateTime.
TRACE - Static variable in class org.apache.juneau.http.HttpMethod
trailer(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Trailer header.
trailer(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Trailer header with a delayed value.
Trailer - Class in org.apache.juneau.http.header
Represents a parsed Trailer HTTP response header.
Trailer(String) - Constructor for class org.apache.juneau.http.header.Trailer
Constructor.
Trailer(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Trailer
Constructor with delayed value.
transferEncoding(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new TransferEncoding header.
transferEncoding(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new TransferEncoding header with a delayed value.
TransferEncoding - Class in org.apache.juneau.http.header
Represents a parsed Transfer-Encoding HTTP response header.
TransferEncoding(String) - Constructor for class org.apache.juneau.http.header.TransferEncoding
Constructor.
TransferEncoding(Supplier<String>) - Constructor for class org.apache.juneau.http.header.TransferEncoding
Constructor with delayed value.
TRUE - Static variable in class org.apache.juneau.http.header.Debug
 
TRUE - Static variable in class org.apache.juneau.http.header.NoTrace
 
type(HttpPartType) - Method in class org.apache.juneau.http.part.SerializedPart
Sets the HTTP part type.

U

unauthorized() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Unauthorized().
Unauthorized - Exception in org.apache.juneau.http.response
Exception representing an HTTP 401 (Unauthorized).
Unauthorized() - Constructor for exception org.apache.juneau.http.response.Unauthorized
Constructor.
Unauthorized(String, Object...) - Constructor for exception org.apache.juneau.http.response.Unauthorized
Constructor.
Unauthorized(Throwable) - Constructor for exception org.apache.juneau.http.response.Unauthorized
Constructor.
Unauthorized(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.Unauthorized
Constructor.
Unauthorized(HttpResponse) - Constructor for exception org.apache.juneau.http.response.Unauthorized
Constructor.
Unauthorized(Unauthorized) - Constructor for exception org.apache.juneau.http.response.Unauthorized
Copy constructor.
UNAUTHORIZED - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for Unauthorized.INSTANCE.
UNAVAILABLE_FOR_LEGAL_REASONS - Static variable in class org.apache.juneau.http.HttpResponses
unavailableForLegalReasons() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling UnavailableForLegalReasons().
UnavailableForLegalReasons - Exception in org.apache.juneau.http.response
Exception representing an HTTP 451 (Unavailable For Legal Reasons).
UnavailableForLegalReasons() - Constructor for exception org.apache.juneau.http.response.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(String, Object...) - Constructor for exception org.apache.juneau.http.response.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(Throwable) - Constructor for exception org.apache.juneau.http.response.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(HttpResponse) - Constructor for exception org.apache.juneau.http.response.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(UnavailableForLegalReasons) - Constructor for exception org.apache.juneau.http.response.UnavailableForLegalReasons
Copy constructor.
UNPROCESSABLE_ENTITIY - Static variable in class org.apache.juneau.http.HttpResponses
unprocessableEntity() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling UnprocessableEntity().
UnprocessableEntity - Exception in org.apache.juneau.http.response
Exception representing an HTTP 422 (Unprocessable Entity).
UnprocessableEntity() - Constructor for exception org.apache.juneau.http.response.UnprocessableEntity
Constructor.
UnprocessableEntity(String, Object...) - Constructor for exception org.apache.juneau.http.response.UnprocessableEntity
Constructor.
UnprocessableEntity(Throwable) - Constructor for exception org.apache.juneau.http.response.UnprocessableEntity
Constructor.
UnprocessableEntity(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.UnprocessableEntity
Constructor.
UnprocessableEntity(HttpResponse) - Constructor for exception org.apache.juneau.http.response.UnprocessableEntity
Constructor.
UnprocessableEntity(UnprocessableEntity) - Constructor for exception org.apache.juneau.http.response.UnprocessableEntity
Copy constructor.
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.juneau.http.HttpResponses
unsupportedMediaType() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling UnsupportedMediaType().
UnsupportedMediaType - Exception in org.apache.juneau.http.response
Exception representing an HTTP 415 (Unsupported Media Type).
UnsupportedMediaType() - Constructor for exception org.apache.juneau.http.response.UnsupportedMediaType
Constructor.
UnsupportedMediaType(String, Object...) - Constructor for exception org.apache.juneau.http.response.UnsupportedMediaType
Constructor.
UnsupportedMediaType(Throwable) - Constructor for exception org.apache.juneau.http.response.UnsupportedMediaType
Constructor.
UnsupportedMediaType(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.UnsupportedMediaType
Constructor.
UnsupportedMediaType(HttpResponse) - Constructor for exception org.apache.juneau.http.response.UnsupportedMediaType
Constructor.
UnsupportedMediaType(UnsupportedMediaType) - Constructor for exception org.apache.juneau.http.response.UnsupportedMediaType
Copy constructor.
upgrade(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Upgrade header.
upgrade(String...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Upgrade header.
upgrade(Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Upgrade header with a delayed value.
Upgrade - Class in org.apache.juneau.http.header
Represents a parsed Upgrade HTTP request header.
Upgrade(String) - Constructor for class org.apache.juneau.http.header.Upgrade
Constructor.
Upgrade(String...) - Constructor for class org.apache.juneau.http.header.Upgrade
Constructor.
Upgrade(Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.Upgrade
Constructor with delayed value.
UPGRADE_REQUIRED - Static variable in class org.apache.juneau.http.HttpResponses
upgradeRequired() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling UpgradeRequired().
UpgradeRequired - Exception in org.apache.juneau.http.response
Exception representing an HTTP 426 (Upgrade Required).
UpgradeRequired() - Constructor for exception org.apache.juneau.http.response.UpgradeRequired
Constructor.
UpgradeRequired(String, Object...) - Constructor for exception org.apache.juneau.http.response.UpgradeRequired
Constructor.
UpgradeRequired(Throwable) - Constructor for exception org.apache.juneau.http.response.UpgradeRequired
Constructor.
UpgradeRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.UpgradeRequired
Constructor.
UpgradeRequired(HttpResponse) - Constructor for exception org.apache.juneau.http.response.UpgradeRequired
Constructor.
UpgradeRequired(UpgradeRequired) - Constructor for exception org.apache.juneau.http.response.UpgradeRequired
Copy constructor.
URI_TOO_LONG - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for UriTooLong.INSTANCE.
uriHeader(String, String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicUriHeader header.
uriHeader(String, URI) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicUriHeader header.
uriHeader(String, Supplier<URI>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new BasicUriHeader header with a delayed value.
uriPart(String, URI) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicUriPart part.
uriPart(String, Supplier<URI>) - Static method in class org.apache.juneau.http.HttpParts
Creates a new BasicUriPart part with a delayed value.
uriTooLong() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling UriTooLong().
UriTooLong - Exception in org.apache.juneau.http.response
Exception representing an HTTP 414 (URI Too Long).
UriTooLong() - Constructor for exception org.apache.juneau.http.response.UriTooLong
Constructor.
UriTooLong(String, Object...) - Constructor for exception org.apache.juneau.http.response.UriTooLong
Constructor.
UriTooLong(Throwable) - Constructor for exception org.apache.juneau.http.response.UriTooLong
Constructor.
UriTooLong(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.UriTooLong
Constructor.
UriTooLong(HttpResponse) - Constructor for exception org.apache.juneau.http.response.UriTooLong
Constructor.
UriTooLong(UriTooLong) - Constructor for exception org.apache.juneau.http.response.UriTooLong
Copy constructor.
USE_PROXY - Static variable in class org.apache.juneau.http.HttpResponses
A synonym for UseProxy.INSTANCE.
useProxy() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling UseProxy().
UseProxy - Class in org.apache.juneau.http.response
Represents an HTTP 305 Use Proxy response.
UseProxy() - Constructor for class org.apache.juneau.http.response.UseProxy
Constructor.
UseProxy(HttpResponse) - Constructor for class org.apache.juneau.http.response.UseProxy
Constructor.
UseProxy(UseProxy) - Constructor for class org.apache.juneau.http.response.UseProxy
Copy constructor.
userAgent(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new UserAgent header.
userAgent(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new UserAgent header with a delayed value.
UserAgent - Class in org.apache.juneau.http.header
Represents a parsed User-Agent HTTP request header.
UserAgent(String) - Constructor for class org.apache.juneau.http.header.UserAgent
Constructor.
UserAgent(Supplier<String>) - Constructor for class org.apache.juneau.http.header.UserAgent
Constructor with delayed value.

V

value() - Element in annotation type org.apache.juneau.http.remote.RemoteDelete
REST path.
value() - Element in annotation type org.apache.juneau.http.remote.RemoteGet
REST path.
value() - Element in annotation type org.apache.juneau.http.remote.RemoteOp
REST method name and path.
value() - Element in annotation type org.apache.juneau.http.remote.RemotePatch
REST path.
value() - Element in annotation type org.apache.juneau.http.remote.RemotePost
REST path.
value() - Element in annotation type org.apache.juneau.http.remote.RemotePut
REST path.
valueOf(String) - Static method in enum org.apache.juneau.http.remote.RemoteReturn
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.juneau.http.remote.RemoteReturn
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class org.apache.juneau.http.HttpResponses
variantAlsoNegotiates() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling VariantAlsoNegotiates().
VariantAlsoNegotiates - Exception in org.apache.juneau.http.response
Exception representing an HTTP 506 (Variant Also Negotiate).
VariantAlsoNegotiates() - Constructor for exception org.apache.juneau.http.response.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(String, Object...) - Constructor for exception org.apache.juneau.http.response.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(Throwable) - Constructor for exception org.apache.juneau.http.response.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.response.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(HttpResponse) - Constructor for exception org.apache.juneau.http.response.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(VariantAlsoNegotiates) - Constructor for exception org.apache.juneau.http.response.VariantAlsoNegotiates
Copy constructor.
vary(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Vary header.
vary(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Vary header with a delayed value.
Vary - Class in org.apache.juneau.http.header
Represents a parsed Vary HTTP response header.
Vary(String) - Constructor for class org.apache.juneau.http.header.Vary
Constructor.
Vary(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Vary
Constructor with delayed value.
version() - Element in annotation type org.apache.juneau.http.remote.Remote
Specifies the client version of this interface.
versionHeader() - Element in annotation type org.apache.juneau.http.remote.Remote
Specifies the client version header name.
via(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Via header.
via(String...) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Via header.
via(Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Via header with a delayed value.
Via - Class in org.apache.juneau.http.header
Represents a parsed Via HTTP response header.
Via(String) - Constructor for class org.apache.juneau.http.header.Via
Constructor.
Via(String...) - Constructor for class org.apache.juneau.http.header.Via
Constructor.
Via(Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.Via
Constructor with delayed value.
Void() - Constructor for class org.apache.juneau.http.header.HeaderList.Void
 
Void() - Constructor for class org.apache.juneau.http.part.PartList.Void
 

W

warning(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Warning header.
warning(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new Warning header with a delayed value.
Warning - Class in org.apache.juneau.http.header
Represents a parsed Warning HTTP request/response header.
Warning(String) - Constructor for class org.apache.juneau.http.header.Warning
Constructor.
Warning(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Warning
Constructor with delayed value.
WILDCARD - Static variable in class org.apache.juneau.http.header.Accept
 
WILDCARD - Static variable in class org.apache.juneau.http.header.ContentType
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.BasicHttpEntity
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.ByteArrayEntity
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.FileEntity
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.ReaderEntity
Writes bytes from the InputStream this entity was constructed with to an OutputStream.
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.SerializedEntity
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.StreamEntity
Writes bytes from the InputStream this entity was constructed with to an OutputStream.
writeTo(OutputStream) - Method in class org.apache.juneau.http.entity.StringEntity
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.resource.BasicResource
 
wwwAuthenticate(String) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new WwwAuthenticate header.
wwwAuthenticate(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
Creates a new WwwAuthenticate header with a delayed value.
WwwAuthenticate - Class in org.apache.juneau.http.header
Represents a parsed WWW-Authenticate HTTP response header.
WwwAuthenticate(String) - Constructor for class org.apache.juneau.http.header.WwwAuthenticate
Constructor.
WwwAuthenticate(Supplier<String>) - Constructor for class org.apache.juneau.http.header.WwwAuthenticate
Constructor with delayed value.

_

_continue() - Static method in class org.apache.juneau.http.HttpResponses
A shortcut for calling Continue().
A B C D E F G H I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form