Dependencies
Declarations
-
org
-
springframework
-
http
-
CacheControl
-
maxAge: Duration
-
noCache: boolean
-
noStore: boolean
-
mustRevalidate: boolean
-
noTransform: boolean
-
cachePublic: boolean
-
cachePrivate: boolean
-
proxyRevalidate: boolean
-
staleWhileRevalidate: Duration
-
staleIfError: Duration
-
sMaxAge: Duration
-
CacheControl(): void
-
empty(): CacheControl
-
maxAge(long, TimeUnit): CacheControl
-
maxAge(Duration): CacheControl
-
noCache(): CacheControl
-
noStore(): CacheControl
-
mustRevalidate(): CacheControl
-
noTransform(): CacheControl
-
cachePublic(): CacheControl
-
cachePrivate(): CacheControl
-
proxyRevalidate(): CacheControl
-
sMaxAge(long, TimeUnit): CacheControl
-
sMaxAge(Duration): CacheControl
-
staleWhileRevalidate(long, TimeUnit): CacheControl
-
staleWhileRevalidate(Duration): CacheControl
-
staleIfError(long, TimeUnit): CacheControl
-
staleIfError(Duration): CacheControl
-
getHeaderValue(): String
-
toHeaderValue(): String
-
appendDirective(StringBuilder, String): void
-
toString(): String
-
-
ContentDisposition
-
INVALID_HEADER_FIELD_PARAMETER_FORMAT: String
-
type: String
-
name: String
-
filename: String
-
charset: Charset
-
size: Long
-
creationDate: ZonedDateTime
-
modificationDate: ZonedDateTime
-
readDate: ZonedDateTime
-
ContentDisposition(String, String, String, Charset, Long, ZonedDateTime, ZonedDateTime, ZonedDateTime): void
-
isAttachment(): boolean
-
isFormData(): boolean
-
isInline(): boolean
-
getType(): String
-
getName(): String
-
getFilename(): String
-
getCharset(): Charset
-
getSize(): Long
-
getCreationDate(): ZonedDateTime
-
getModificationDate(): ZonedDateTime
-
getReadDate(): ZonedDateTime
-
equals(Object): boolean
-
hashCode(): int
-
toString(): String
-
attachment(): Builder
-
formData(): Builder
-
inline(): Builder
-
builder(String): Builder
-
empty(): ContentDisposition
-
parse(String): ContentDisposition
-
tokenize(String): List<String>
-
decodeFilename(String, Charset): String
-
isRFC5987AttrChar(byte): boolean
-
escapeQuotationsInFilename(String): String
-
encodeFilename(String, Charset): String
-
Builder
-
BuilderImpl
-
-
HttpCookie
-
HttpEntity
-
EMPTY: HttpEntity<Object>
-
headers: HttpHeaders
-
body: Object
-
HttpEntity(): void
-
HttpEntity(Object): void
-
HttpEntity(MultiValueMap<String, String>): void
-
HttpEntity(Object, MultiValueMap<String, String>): void
-
getHeaders(): HttpHeaders
-
getBody(): Object
-
hasBody(): boolean
-
equals(Object): boolean
-
hashCode(): int
-
toString(): String
-
-
HttpHeaders
-
AUTHORIZATION: String
-
CACHE_CONTROL: String
-
CONNECTION: String
-
ACCESS_CONTROL_ALLOW_METHODS: String
-
ACCESS_CONTROL_REQUEST_HEADERS: String
-
ACCESS_CONTROL_REQUEST_METHOD: String
-
serialVersionUID: long
-
ACCEPT: String
-
ACCEPT_CHARSET: String
-
ACCEPT_ENCODING: String
-
ACCEPT_LANGUAGE: String
-
ACCEPT_RANGES: String
-
ACCESS_CONTROL_ALLOW_CREDENTIALS: String
-
ACCESS_CONTROL_ALLOW_HEADERS: String
-
AGE: String
-
ALLOW: String
-
ACCESS_CONTROL_ALLOW_ORIGIN: String
-
ACCESS_CONTROL_EXPOSE_HEADERS: String
-
ACCESS_CONTROL_MAX_AGE: String
-
CONTENT_ENCODING: String
-
CONTENT_DISPOSITION: String
-
CONTENT_LANGUAGE: String
-
CONTENT_LENGTH: String
-
CONTENT_LOCATION: String
-
CONTENT_RANGE: String
-
CONTENT_TYPE: String
-
COOKIE: String
-
DATE: String
-
ETAG: String
-
EXPECT: String
-
EXPIRES: String
-
FROM: String
-
HOST: String
-
IF_MATCH: String
-
IF_MODIFIED_SINCE: String
-
IF_NONE_MATCH: String
-
IF_RANGE: String
-
IF_UNMODIFIED_SINCE: String
-
LAST_MODIFIED: String
-
LINK: String
-
LOCATION: String
-
MAX_FORWARDS: String
-
ORIGIN: String
-
PRAGMA: String
-
PROXY_AUTHENTICATE: String
-
PROXY_AUTHORIZATION: String
-
RANGE: String
-
REFERER: String
-
RETRY_AFTER: String
-
SERVER: String
-
SET_COOKIE: String
-
SET_COOKIE2: String
-
TE: String
-
TRAILER: String
-
TRANSFER_ENCODING: String
-
UPGRADE: String
-
USER_AGENT: String
-
VARY: String
-
VIA: String
-
WARNING: String
-
WWW_AUTHENTICATE: String
-
EMPTY: HttpHeaders
-
ETAG_HEADER_VALUE_PATTERN: Pattern
-
DECIMAL_FORMAT_SYMBOLS: DecimalFormatSymbols
-
GMT: ZoneId
-
DATE_FORMATTER: DateTimeFormatter
-
DATE_PARSERS: DateTimeFormatter[]
-
headers: MultiValueMap<String, String>
-
HttpHeaders(): void
-
HttpHeaders(MultiValueMap<String, String>): void
-
getOrEmpty(Object): List<String>
-
setAccept(List<MediaType>): void
-
getAccept(): List<MediaType>
-
setAcceptLanguage(List<LanguageRange>): void
-
getAcceptLanguage(): List<LanguageRange>
-
setAcceptLanguageAsLocales(List<Locale>): void
-
getAcceptLanguageAsLocales(): List<Locale>
-
setAccessControlAllowCredentials(boolean): void
-
getAccessControlAllowCredentials(): boolean
-
setAccessControlAllowHeaders(List<String>): void
-
getAccessControlAllowHeaders(): List<String>
-
setAccessControlAllowMethods(List<HttpMethod>): void
-
getAccessControlAllowMethods(): List<HttpMethod>
-
setAccessControlAllowOrigin(String): void
-
getAccessControlAllowOrigin(): String
-
setAccessControlExposeHeaders(List<String>): void
-
getAccessControlExposeHeaders(): List<String>
-
setAccessControlMaxAge(Duration): void
-
setAccessControlMaxAge(long): void
-
getAccessControlMaxAge(): long
-
setAccessControlRequestHeaders(List<String>): void
-
getAccessControlRequestHeaders(): List<String>
-
setAccessControlRequestMethod(HttpMethod): void
-
getAccessControlRequestMethod(): HttpMethod
-
setAcceptCharset(List<Charset>): void
-
getAcceptCharset(): List<Charset>
-
setAllow(Set<HttpMethod>): void
-
getAllow(): Set<HttpMethod>
-
setBasicAuth(String, String): void
-
setBasicAuth(String, String, Charset): void
-
setBasicAuth(String): void
-
setBearerAuth(String): void
-
setCacheControl(CacheControl): void
-
setCacheControl(String): void
-
getCacheControl(): String
-
setConnection(String): void
-
setConnection(List<String>): void
-
getConnection(): List<String>
-
setContentDispositionFormData(String, String): void
-
setContentDisposition(ContentDisposition): void
-
getContentDisposition(): ContentDisposition
-
setContentLanguage(Locale): void
-
getContentLanguage(): Locale
-
setContentLength(long): void
-
getContentLength(): long
-
setContentType(MediaType): void
-
getContentType(): MediaType
-
setDate(ZonedDateTime): void
-
setDate(Instant): void
-
setDate(long): void
-
getDate(): long
-
setETag(String): void
-
getETag(): String
-
setExpires(ZonedDateTime): void
-
setExpires(Instant): void
-
setExpires(long): void
-
getExpires(): long
-
setHost(InetSocketAddress): void
-
getHost(): InetSocketAddress
-
setIfMatch(String): void
-
setIfMatch(List<String>): void
-
getIfMatch(): List<String>
-
setIfModifiedSince(ZonedDateTime): void
-
setIfModifiedSince(Instant): void
-
setIfModifiedSince(long): void
-
getIfModifiedSince(): long
-
setIfNoneMatch(String): void
-
setIfNoneMatch(List<String>): void
-
getIfNoneMatch(): List<String>
-
setIfUnmodifiedSince(ZonedDateTime): void
-
setIfUnmodifiedSince(Instant): void
-
setIfUnmodifiedSince(long): void
-
getIfUnmodifiedSince(): long
-
setLastModified(ZonedDateTime): void
-
setLastModified(Instant): void
-
setLastModified(long): void
-
getLastModified(): long
-
setLocation(URI): void
-
getLocation(): URI
-
setOrigin(String): void
-
getOrigin(): String
-
setPragma(String): void
-
getPragma(): String
-
setRange(List<HttpRange>): void
-
getRange(): List<HttpRange>
-
setUpgrade(String): void
-
getUpgrade(): String
-
setVary(List<String>): void
-
getVary(): List<String>
-
setZonedDateTime(String, ZonedDateTime): void
-
setInstant(String, Instant): void
-
setDate(String, long): void
-
getFirstDate(String): long
-
getFirstDate(String, boolean): long
-
getFirstZonedDateTime(String): ZonedDateTime
-
getFirstZonedDateTime(String, boolean): ZonedDateTime
-
getValuesAsList(String): List<String>
-
clearContentHeaders(): void
-
getETagValuesAsList(String): List<String>
-
getFieldValues(String): String
-
toCommaDelimitedString(List<String>): String
-
setOrRemove(String, String): void
-
getFirst(String): String
-
add(String, String): void
-
addAll(String, List<String>): void
-
addAll(MultiValueMap<String, String>): void
-
set(String, String): void
-
setAll(Map<String, String>): void
-
toSingleValueMap(): Map<String, String>
-
size(): int
-
isEmpty(): boolean
-
containsKey(Object): boolean
-
containsValue(Object): boolean
-
get(Object): List<String>
-
put(String, List<String>): List<String>
-
remove(Object): List<String>
-
putAll(Map<String, List>): void
-
clear(): void
-
keySet(): Set<String>
-
values(): Collection<List<String>>
-
entrySet(): Set<Entry<String, List<String>>>
-
equals(Object): boolean
-
unwrap(HttpHeaders): MultiValueMap<String, String>
-
hashCode(): int
-
toString(): String
-
readOnlyHttpHeaders(MultiValueMap<String, String>): HttpHeaders
-
readOnlyHttpHeaders(HttpHeaders): HttpHeaders
-
writableHttpHeaders(HttpHeaders): HttpHeaders
-
formatHeaders(MultiValueMap<String, String>): String
-
encodeBasicAuth(String, String, Charset): String
-
formatDate(long): String
-
-
HttpInputMessage
-
HttpLogging
-
HttpMessage
-
HttpMethod
-
HttpOutputMessage
-
HttpRange
-
MAX_RANGES: int
-
BYTE_RANGE_PREFIX: String
-
toResourceRegion(Resource): ResourceRegion
-
getRangeStart(long): long
-
getRangeEnd(long): long
-
createByteRange(long): HttpRange
-
createByteRange(long, long): HttpRange
-
createSuffixRange(long): HttpRange
-
parseRanges(String): List<HttpRange>
-
parseRange(String): HttpRange
-
toResourceRegions(List<HttpRange>, Resource): List<ResourceRegion>
-
getLengthFor(Resource): long
-
toString(Collection<HttpRange>): String
-
ByteRange
-
SuffixByteRange
-
-
HttpRequest
-
HttpStatus
-
ACCEPTED: HttpStatus
-
MOVED_PERMANENTLY: HttpStatus
-
FOUND: HttpStatus
-
CREATED: HttpStatus
-
IM_USED: HttpStatus
-
CONTINUE: HttpStatus
-
SWITCHING_PROTOCOLS: HttpStatus
-
PROCESSING: HttpStatus
-
CHECKPOINT: HttpStatus
-
OK: HttpStatus
-
MULTIPLE_CHOICES: HttpStatus
-
NON_AUTHORITATIVE_INFORMATION: HttpStatus
-
NO_CONTENT: HttpStatus
-
RESET_CONTENT: HttpStatus
-
PARTIAL_CONTENT: HttpStatus
-
MULTI_STATUS: HttpStatus
-
ALREADY_REPORTED: HttpStatus
-
MOVED_TEMPORARILY: HttpStatus
-
SEE_OTHER: HttpStatus
-
NOT_MODIFIED: HttpStatus
-
USE_PROXY: HttpStatus
-
TEMPORARY_REDIRECT: HttpStatus
-
PERMANENT_REDIRECT: HttpStatus
-
BAD_REQUEST: HttpStatus
-
UNAUTHORIZED: HttpStatus
-
PAYMENT_REQUIRED: HttpStatus
-
FORBIDDEN: HttpStatus
-
NOT_FOUND: HttpStatus
-
METHOD_NOT_ALLOWED: HttpStatus
-
NOT_ACCEPTABLE: HttpStatus
-
PROXY_AUTHENTICATION_REQUIRED: HttpStatus
-
REQUEST_TIMEOUT: HttpStatus
-
CONFLICT: HttpStatus
-
GONE: HttpStatus
-
LENGTH_REQUIRED: HttpStatus
-
PRECONDITION_FAILED: HttpStatus
-
PAYLOAD_TOO_LARGE: HttpStatus
-
REQUEST_ENTITY_TOO_LARGE: HttpStatus
-
URI_TOO_LONG: HttpStatus
-
REQUEST_URI_TOO_LONG: HttpStatus
-
UNSUPPORTED_MEDIA_TYPE: HttpStatus
-
REQUESTED_RANGE_NOT_SATISFIABLE: HttpStatus
-
EXPECTATION_FAILED: HttpStatus
-
I_AM_A_TEAPOT: HttpStatus
-
INSUFFICIENT_SPACE_ON_RESOURCE: HttpStatus
-
METHOD_FAILURE: HttpStatus
-
DESTINATION_LOCKED: HttpStatus
-
UNPROCESSABLE_ENTITY: HttpStatus
-
LOCKED: HttpStatus
-
FAILED_DEPENDENCY: HttpStatus
-
TOO_EARLY: HttpStatus
-
UPGRADE_REQUIRED: HttpStatus
-
PRECONDITION_REQUIRED: HttpStatus
-
TOO_MANY_REQUESTS: HttpStatus
-
REQUEST_HEADER_FIELDS_TOO_LARGE: HttpStatus
-
UNAVAILABLE_FOR_LEGAL_REASONS: HttpStatus
-
INTERNAL_SERVER_ERROR: HttpStatus
-
NOT_IMPLEMENTED: HttpStatus
-
BAD_GATEWAY: HttpStatus
-
SERVICE_UNAVAILABLE: HttpStatus
-
GATEWAY_TIMEOUT: HttpStatus
-
HTTP_VERSION_NOT_SUPPORTED: HttpStatus
-
VARIANT_ALSO_NEGOTIATES: HttpStatus
-
INSUFFICIENT_STORAGE: HttpStatus
-
LOOP_DETECTED: HttpStatus
-
BANDWIDTH_LIMIT_EXCEEDED: HttpStatus
-
NOT_EXTENDED: HttpStatus
-
NETWORK_AUTHENTICATION_REQUIRED: HttpStatus
-
value: int
-
series: Series
-
reasonPhrase: String
-
HttpStatus(int, Series, String): void
-
value(): int
-
series(): Series
-
getReasonPhrase(): String
-
is1xxInformational(): boolean
-
is2xxSuccessful(): boolean
-
is3xxRedirection(): boolean
-
is4xxClientError(): boolean
-
is5xxServerError(): boolean
-
isError(): boolean
-
toString(): String
-
valueOf(int): HttpStatus
-
resolve(int): HttpStatus
-
Series
-
-
InvalidMediaTypeException
-
MediaType
-
serialVersionUID: long
-
ALL: MediaType
-
ALL_VALUE: String
-
APPLICATION_ATOM_XML: MediaType
-
TEXT_HTML_VALUE: String
-
APPLICATION_ATOM_XML_VALUE: String
-
APPLICATION_CBOR: MediaType
-
APPLICATION_CBOR_VALUE: String
-
APPLICATION_FORM_URLENCODED: MediaType
-
APPLICATION_FORM_URLENCODED_VALUE: String
-
APPLICATION_JSON: MediaType
-
APPLICATION_JSON_VALUE: String
-
APPLICATION_JSON_UTF8: MediaType
-
APPLICATION_JSON_UTF8_VALUE: String
-
APPLICATION_OCTET_STREAM: MediaType
-
APPLICATION_OCTET_STREAM_VALUE: String
-
APPLICATION_PDF: MediaType
-
APPLICATION_PDF_VALUE: String
-
APPLICATION_PROBLEM_JSON: MediaType
-
APPLICATION_PROBLEM_JSON_VALUE: String
-
APPLICATION_PROBLEM_JSON_UTF8: MediaType
-
APPLICATION_PROBLEM_JSON_UTF8_VALUE: String
-
APPLICATION_PROBLEM_XML: MediaType
-
APPLICATION_PROBLEM_XML_VALUE: String
-
APPLICATION_RSS_XML: MediaType
-
APPLICATION_RSS_XML_VALUE: String
-
APPLICATION_NDJSON: MediaType
-
APPLICATION_NDJSON_VALUE: String
-
APPLICATION_STREAM_JSON: MediaType
-
APPLICATION_STREAM_JSON_VALUE: String
-
APPLICATION_XHTML_XML: MediaType
-
APPLICATION_XHTML_XML_VALUE: String
-
APPLICATION_XML: MediaType
-
APPLICATION_XML_VALUE: String
-
IMAGE_GIF: MediaType
-
IMAGE_GIF_VALUE: String
-
IMAGE_JPEG: MediaType
-
IMAGE_JPEG_VALUE: String
-
IMAGE_PNG: MediaType
-
IMAGE_PNG_VALUE: String
-
MULTIPART_FORM_DATA: MediaType
-
MULTIPART_FORM_DATA_VALUE: String
-
MULTIPART_MIXED: MediaType
-
MULTIPART_MIXED_VALUE: String
-
MULTIPART_RELATED: MediaType
-
MULTIPART_RELATED_VALUE: String
-
TEXT_EVENT_STREAM: MediaType
-
TEXT_EVENT_STREAM_VALUE: String
-
TEXT_HTML: MediaType
-
TEXT_MARKDOWN: MediaType
-
TEXT_MARKDOWN_VALUE: String
-
TEXT_PLAIN: MediaType
-
TEXT_PLAIN_VALUE: String
-
TEXT_XML: MediaType
-
TEXT_XML_VALUE: String
-
PARAM_QUALITY_FACTOR: String
-
static class initializer
-
MediaType(String): void
-
MediaType(String, String): void
-
MediaType(String, String, Charset): void
-
MediaType(String, String, double): void
-
MediaType(MediaType, Charset): void
-
MediaType(MediaType, Map<String, String>): void
-
MediaType(String, String, Map<String, String>): void
-
MediaType(MimeType): void
-
checkParameters(String, String): void
-
getQualityValue(): double
-
includes(MediaType): boolean
-
isCompatibleWith(MediaType): boolean
-
copyQualityValue(MediaType): MediaType
-
removeQualityValue(): MediaType
-
valueOf(String): MediaType
-
parseMediaType(String): MediaType
-
parseMediaTypes(String): List<MediaType>
-
parseMediaTypes(List<String>): List<MediaType>
-
asMediaTypes(List<MimeType>): List<MediaType>
-
asMediaType(MimeType): MediaType
-
toString(Collection<MediaType>): String
-
sortBySpecificity(List<MediaType>): void
-
sortByQualityValue(List<MediaType>): void
-
sortBySpecificityAndQuality(List<MediaType>): void
-
QUALITY_VALUE_COMPARATOR: Comparator<MediaType>
-
SPECIFICITY_COMPARATOR: Comparator<MediaType>
-
-
MediaTypeEditor
-
MediaTypeFactory
-
ReactiveHttpInputMessage
-
ReactiveHttpOutputMessage
-
ReadOnlyHttpHeaders
-
serialVersionUID: long
-
cachedContentType: MediaType
-
cachedAccept: List<MediaType>
-
ReadOnlyHttpHeaders(MultiValueMap<String, String>): void
-
getContentType(): MediaType
-
getAccept(): List<MediaType>
-
clearContentHeaders(): void
-
get(Object): List<String>
-
add(String, String): void
-
addAll(String, List<String>): void
-
addAll(MultiValueMap<String, String>): void
-
set(String, String): void
-
setAll(Map<String, String>): void
-
toSingleValueMap(): Map<String, String>
-
keySet(): Set<String>
-
put(String, List<String>): List<String>
-
remove(Object): List<String>
-
putAll(Map<String, List>): void
-
clear(): void
-
values(): Collection<List<String>>
-
entrySet(): Set<Entry<String, List<String>>>
-
-
RequestEntity
-
method: HttpMethod
-
url: URI
-
type: Type
-
RequestEntity(HttpMethod, URI): void
-
RequestEntity(Object, HttpMethod, URI): void
-
RequestEntity(Object, HttpMethod, URI, Type): void
-
RequestEntity(MultiValueMap<String, String>, HttpMethod, URI): void
-
RequestEntity(Object, MultiValueMap<String, String>, HttpMethod, URI): void
-
RequestEntity(Object, MultiValueMap<String, String>, HttpMethod, URI, Type): void
-
getMethod(): HttpMethod
-
getUrl(): URI
-
getType(): Type
-
equals(Object): boolean
-
hashCode(): int
-
toString(): String
-
format(HttpMethod, String, Object, HttpHeaders): String
-
method(HttpMethod, URI): BodyBuilder
-
method(HttpMethod, String, Object[]): BodyBuilder
-
method(HttpMethod, String, Map<String, Object>): BodyBuilder
-
get(URI): HeadersBuilder<HeadersBuilder>
-
get(String, Object[]): HeadersBuilder<HeadersBuilder>
-
head(URI): HeadersBuilder<HeadersBuilder>
-
head(String, Object[]): HeadersBuilder<HeadersBuilder>
-
post(URI): BodyBuilder
-
post(String, Object[]): BodyBuilder
-
put(URI): BodyBuilder
-
put(String, Object[]): BodyBuilder
-
patch(URI): BodyBuilder
-
patch(String, Object[]): BodyBuilder
-
delete(URI): HeadersBuilder<HeadersBuilder>
-
delete(String, Object[]): HeadersBuilder<HeadersBuilder>
-
options(URI): HeadersBuilder<HeadersBuilder>
-
options(String, Object[]): HeadersBuilder<HeadersBuilder>
-
HeadersBuilder
-
BodyBuilder
-
DefaultBodyBuilder
-
UriTemplateRequestEntity
-
-
ResponseCookie
-
maxAge: Duration
-
domain: String
-
path: String
-
secure: boolean
-
httpOnly: boolean
-
sameSite: String
-
ResponseCookie(String, String, Duration, String, String, boolean, boolean, String): void
-
getMaxAge(): Duration
-
getDomain(): String
-
getPath(): String
-
isSecure(): boolean
-
isHttpOnly(): boolean
-
getSameSite(): String
-
equals(Object): boolean
-
hashCode(): int
-
toString(): String
-
from(String, String): ResponseCookieBuilder
-
fromClientResponse(String, String): ResponseCookieBuilder
-
from(String, String, boolean): ResponseCookieBuilder
-
ResponseCookieBuilder
-
Rfc6265Utils
-
-
ResponseEntity
-
status: Object
-
ResponseEntity(HttpStatus): void
-
ResponseEntity(Object, HttpStatus): void
-
ResponseEntity(MultiValueMap<String, String>, HttpStatus): void
-
ResponseEntity(Object, MultiValueMap<String, String>, HttpStatus): void
-
ResponseEntity(Object, MultiValueMap<String, String>, int): void
-
ResponseEntity(Object, MultiValueMap<String, String>, Object): void
-
getStatusCode(): HttpStatus
-
getStatusCodeValue(): int
-
equals(Object): boolean
-
hashCode(): int
-
toString(): String
-
status(HttpStatus): BodyBuilder
-
status(int): BodyBuilder
-
ok(): BodyBuilder
-
ok(Object): ResponseEntity<Object>
-
of(Optional<Object>): ResponseEntity<Object>
-
created(URI): BodyBuilder
-
accepted(): BodyBuilder
-
noContent(): HeadersBuilder<HeadersBuilder>
-
badRequest(): BodyBuilder
-
notFound(): HeadersBuilder<HeadersBuilder>
-
unprocessableEntity(): BodyBuilder
-
HeadersBuilder
-
BodyBuilder
-
DefaultBuilder
-
-
StreamingHttpOutputMessage
-
ZeroCopyHttpOutputMessage
-
client
-
AbstractAsyncClientHttpRequest
-
AbstractBufferingAsyncClientHttpRequest
-
AbstractBufferingClientHttpRequest
-
AbstractClientHttpRequest
-
AbstractClientHttpRequestFactoryWrapper
-
AbstractClientHttpResponse
-
AsyncClientHttpRequest
-
AsyncClientHttpRequestExecution
-
AsyncClientHttpRequestFactory
-
AsyncClientHttpRequestInterceptor
-
BufferingClientHttpRequestFactory
-
BufferingClientHttpRequestWrapper
-
BufferingClientHttpResponseWrapper
-
ClientHttpRequest
-
ClientHttpRequestExecution
-
ClientHttpRequestFactory
-
ClientHttpRequestInitializer
-
ClientHttpRequestInterceptor
-
ClientHttpResponse
-
HttpComponentsAsyncClientHttpRequest
-
HttpComponentsAsyncClientHttpRequestFactory
-
HttpComponentsAsyncClientHttpResponse
-
HttpComponentsClientHttpRequest
-
HttpComponentsClientHttpRequestFactory
-
HttpComponentsClientHttpResponse
-
HttpComponentsStreamingClientHttpRequest
-
InterceptingAsyncClientHttpRequest
-
InterceptingAsyncClientHttpRequestFactory
-
InterceptingClientHttpRequest
-
InterceptingClientHttpRequestFactory
-
MultipartBodyBuilder
-
Netty4ClientHttpRequest
-
Netty4ClientHttpRequestFactory
-
Netty4ClientHttpResponse
-
OkHttp3AsyncClientHttpRequest
-
OkHttp3ClientHttpRequest
-
OkHttp3ClientHttpRequestFactory
-
OkHttp3ClientHttpResponse
-
SimpleBufferingAsyncClientHttpRequest
-
SimpleBufferingClientHttpRequest
-
SimpleClientHttpRequestFactory
-
SimpleClientHttpResponse
-
SimpleStreamingAsyncClientHttpRequest
-
SimpleStreamingClientHttpRequest
- reactive
- support
-
-
codec
-
ClientCodecConfigurer
-
CodecConfigurer
-
CodecConfigurerFactory
-
DecoderHttpMessageReader
-
EncoderHttpMessageWriter
-
FormHttpMessageReader
-
FormHttpMessageWriter
-
HttpMessageDecoder
-
HttpMessageEncoder
-
HttpMessageReader
-
HttpMessageWriter
-
LoggingCodecSupport
-
ResourceHttpMessageReader
-
ResourceHttpMessageWriter
-
ServerCodecConfigurer
-
ServerSentEvent
-
ServerSentEventHttpMessageReader
-
ServerSentEventHttpMessageWriter
- cbor
- json
- multipart
- protobuf
- support
- xml
-
-
converter
-
AbstractGenericHttpMessageConverter
-
AbstractHttpMessageConverter
-
BufferedImageHttpMessageConverter
-
ByteArrayHttpMessageConverter
-
FormHttpMessageConverter
-
GenericHttpMessageConverter
-
HttpMessageConversionException
-
HttpMessageConverter
-
HttpMessageNotReadableException
-
HttpMessageNotWritableException
-
ObjectToStringHttpMessageConverter
-
ResourceHttpMessageConverter
-
ResourceRegionHttpMessageConverter
-
StringHttpMessageConverter
- cbor
- feed
- json
- protobuf
- smile
- support
- xml
-
- server
-
- remoting
-
web
-
HttpMediaTypeException
-
HttpMediaTypeNotAcceptableException
-
HttpMediaTypeNotSupportedException
-
HttpRequestHandler
-
HttpRequestMethodNotSupportedException
-
method: String
-
supportedMethods: String[]
-
HttpRequestMethodNotSupportedException(String): void
-
HttpRequestMethodNotSupportedException(String, String): void
-
HttpRequestMethodNotSupportedException(String, Collection<String>): void
-
HttpRequestMethodNotSupportedException(String, String[]): void
-
HttpRequestMethodNotSupportedException(String, String[], String): void
-
getMethod(): String
-
getSupportedMethods(): String[]
-
getSupportedHttpMethods(): Set<HttpMethod>
-
-
HttpSessionRequiredException
-
SpringServletContainerInitializer
-
WebApplicationInitializer
-
accept
-
AbstractMappingContentNegotiationStrategy
-
ContentNegotiationManager
-
ContentNegotiationManagerFactoryBean
-
ContentNegotiationStrategy
-
FixedContentNegotiationStrategy
-
HeaderContentNegotiationStrategy
-
MappingMediaTypeFileExtensionResolver
-
MediaTypeFileExtensionResolver
-
ParameterContentNegotiationStrategy
-
PathExtensionContentNegotiationStrategy
-
ServletPathExtensionContentNegotiationStrategy
-
-
bind
-
EscapedErrors
-
MethodArgumentNotValidException
-
MissingMatrixVariableException
-
MissingPathVariableException
-
MissingRequestCookieException
-
MissingRequestHeaderException
-
MissingServletRequestParameterException
-
ServletRequestBindingException
-
ServletRequestDataBinder
-
ServletRequestParameterPropertyValues
-
ServletRequestUtils
-
UnsatisfiedServletRequestParameterException
-
WebDataBinder
- annotation
- support
-
-
client
-
AsyncRequestCallback
-
AsyncRestOperations
-
AsyncRestTemplate
-
DefaultResponseErrorHandler
-
ExtractingResponseErrorHandler
-
HttpClientErrorException
-
HttpMessageConverterExtractor
-
HttpServerErrorException
-
HttpStatusCodeException
-
MessageBodyClientHttpResponseWrapper
-
RequestCallback
-
ResourceAccessException
-
ResponseErrorHandler
-
ResponseExtractor
-
RestClientException
-
RestClientResponseException
-
RestOperations
-
RestTemplate
-
UnknownContentTypeException
-
UnknownHttpStatusCodeException
- support
-
- context
- cors
-
filter
-
AbstractRequestLoggingFilter
-
CharacterEncodingFilter
-
CommonsRequestLoggingFilter
-
CompositeFilter
-
CorsFilter
-
DelegatingFilterProxy
-
FormContentFilter
-
ForwardedHeaderFilter
-
GenericFilterBean
-
HiddenHttpMethodFilter
-
HttpPutFormContentFilter
-
OncePerRequestFilter
-
RelativeRedirectFilter
-
RelativeRedirectResponseWrapper
-
RequestContextFilter
-
ServletContextRequestLoggingFilter
-
ServletRequestPathFilter
-
ShallowEtagHeaderFilter
- reactive
-
- jsf
- method
- multipart
-
server
-
DefaultServerWebExchangeBuilder
-
MediaTypeNotSupportedStatusException
-
MethodNotAllowedException
-
NotAcceptableStatusException
-
ResponseStatusException
-
ServerErrorException
-
ServerWebExchange
-
ServerWebExchangeDecorator
-
ServerWebInputException
-
UnsupportedMediaTypeStatusException
-
WebExceptionHandler
-
WebFilter
-
WebFilterChain
-
WebHandler
-
WebSession
- adapter
- handler
- i18n
- session
-
-
util
-
AbstractUriTemplateHandler
-
ContentCachingRequestWrapper
-
ContentCachingResponseWrapper
-
CookieGenerator
-
DefaultUriBuilderFactory
-
DefaultUriTemplateHandler
-
HierarchicalUriComponents
-
HtmlCharacterEntityDecoder
-
HtmlCharacterEntityReferences
-
HtmlUtils
-
HttpSessionMutexListener
-
IntrospectorCleanupListener
-
JavaScriptUtils
-
NestedServletException
-
OpaqueUriComponents
-
ServletContextPropertyUtils
-
ServletRequestPathUtils
-
TagUtils
-
UriBuilder
-
UriBuilderFactory
-
UriComponents
-
UriComponentsBuilder
-
UriTemplate
-
UriTemplateHandler
-
UriUtils
-
UrlPathHelper
-
WebAppRootListener
-
WebUtils
- pattern
-
-
-
http
-
springframework