Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractHttpHeaders - Class in ru.tinkoff.kora.http.common.header
- AbstractHttpHeaders() - Constructor for class ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
- add(String, String) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- add(String, String) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- add(String, Collection<String>) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- add(String, Collection<String>) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- asArrayStage() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- asArrayStage() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- asArrayStage() - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyInput
- asBufferStage() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- asBufferStage() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- asBufferStage() - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyInput
- asInputStream() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- asInputStream() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- asInputStream() - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyInput
- AUTH_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
auth_error - ошибка авторизации, обычно коды 401 и 403
B
- body() - Method in interface ru.tinkoff.kora.http.common.HttpResponseEntity
C
- CLIENT_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
client_error - ошибки клиента, когда клиент не смог обработать ответ (4xx ответы)
- close() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- close() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- close() - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyInput
- close() - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyOutput
- code() - Method in interface ru.tinkoff.kora.http.common.HttpResponseEntity
- comment() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- comment() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- compareTo(Cookie) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- CONNECT - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
- CONNECTION_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
connection_error - ошибки возникающие, когда ответ вообще не получен: переполнения пулов, таймауты на сети, etc.
- content() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
-
Returns the value of the
contentrecord component. - content() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Returns the value of the
contentrecord component. - content() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Returns the value of the
contentrecord component. - contentLength() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- contentLength() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- contentLength() - Method in interface ru.tinkoff.kora.http.common.body.HttpBody
- contentLength() - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- contentLength() - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyInput
- contentLength() - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyOutput
- contentType() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- contentType() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- contentType() - Method in interface ru.tinkoff.kora.http.common.body.HttpBody
- contentType() - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- contentType() - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyInput
- contentType() - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyOutput
- contentType() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Returns the value of the
contentTyperecord component. - contentType() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Returns the value of the
contentTyperecord component. - Cookie - Interface in ru.tinkoff.kora.http.common.cookie
- Cookie - Annotation Interface in ru.tinkoff.kora.http.common.annotation
- CookieImpl - Class in ru.tinkoff.kora.http.common.cookie
- CookieImpl(String) - Constructor for class ru.tinkoff.kora.http.common.cookie.CookieImpl
- CookieImpl(String, String) - Constructor for class ru.tinkoff.kora.http.common.cookie.CookieImpl
- Cookies - Class in ru.tinkoff.kora.http.common.cookie
-
Class that contains utility methods for dealing with cookies.
- CookieSameSiteMode - Enum Class in ru.tinkoff.kora.http.common.cookie
D
- data(String, String) - Static method in record class ru.tinkoff.kora.http.common.form.FormMultipart
- DefaultFullHttpBody - Class in ru.tinkoff.kora.http.common.body
- DefaultFullHttpBody(Context, ByteBuffer, String) - Constructor for class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- DELETE - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
- domain() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- domain() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- DOMAIN - Static variable in class ru.tinkoff.kora.http.common.cookie.Cookies
E
- empty() - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- empty() - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- EmptyHttpBody - Class in ru.tinkoff.kora.http.common.body
- EmptyHttpBody() - Constructor for class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- equals(Object) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- equals(Object) - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
- expires() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- expires() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
F
- file(String, String, String, byte[]) - Static method in record class ru.tinkoff.kora.http.common.form.FormMultipart
- file(String, String, String, Flow.Publisher<ByteBuffer>) - Static method in record class ru.tinkoff.kora.http.common.form.FormMultipart
- fileName() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Returns the value of the
fileNamerecord component. - fileName() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Returns the value of the
fileNamerecord component. - FormMultipart - Record Class in ru.tinkoff.kora.http.common.form
- FormMultipart(List<? extends FormMultipart.FormPart>) - Constructor for record class ru.tinkoff.kora.http.common.form.FormMultipart
-
Creates an instance of a
FormMultipartrecord class. - FormMultipart.FormPart - Interface in ru.tinkoff.kora.http.common.form
- FormMultipart.FormPart.MultipartData - Record Class in ru.tinkoff.kora.http.common.form
- FormMultipart.FormPart.MultipartFile - Record Class in ru.tinkoff.kora.http.common.form
- FormMultipart.FormPart.MultipartFileStream - Record Class in ru.tinkoff.kora.http.common.form
- FormPart(String, String) - Constructor for record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
- FormPart(String, List<String>) - Constructor for record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
-
Creates an instance of a
FormPartrecord class. - FormUrlEncoded - Class in ru.tinkoff.kora.http.common.form
- FormUrlEncoded(List<FormUrlEncoded.FormPart>) - Constructor for class ru.tinkoff.kora.http.common.form.FormUrlEncoded
- FormUrlEncoded(Map<String, FormUrlEncoded.FormPart>) - Constructor for class ru.tinkoff.kora.http.common.form.FormUrlEncoded
- FormUrlEncoded(FormUrlEncoded.FormPart...) - Constructor for class ru.tinkoff.kora.http.common.form.FormUrlEncoded
- FormUrlEncoded.FormPart - Record Class in ru.tinkoff.kora.http.common.form
- fromStatusCode(int) - Static method in enum class ru.tinkoff.kora.http.common.HttpResultCode
G
- get(String) - Method in class ru.tinkoff.kora.http.common.form.FormUrlEncoded
- GET - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
- getAll(String) - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- getAll(String) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- getFirst(String) - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- getFirst(String) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- getFullContentIfAvailable() - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- getFullContentIfAvailable() - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- getFullContentIfAvailable() - Method in interface ru.tinkoff.kora.http.common.body.HttpBody
H
- has(String) - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- has(String) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- hashCode() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- hashCode() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
-
Returns a hash code value for this object.
- hashCode() - Method in class ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
- HEAD - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
- Header - Annotation Interface in ru.tinkoff.kora.http.common.annotation
- headers() - Method in interface ru.tinkoff.kora.http.common.HttpResponseEntity
- HttpBody - Interface in ru.tinkoff.kora.http.common.body
- HttpBodyInput - Interface in ru.tinkoff.kora.http.common.body
- HttpBodyOutput - Interface in ru.tinkoff.kora.http.common.body
- HttpHeaders - Interface in ru.tinkoff.kora.http.common.header
- HttpHeadersImpl - Class in ru.tinkoff.kora.http.common.header
- HttpHeadersImpl(Map.Entry<String, List<String>>...) - Constructor for class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- HttpHeadersImpl(HttpHeaders) - Constructor for class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- HttpMethod - Class in ru.tinkoff.kora.http.common
- HttpMethod() - Constructor for class ru.tinkoff.kora.http.common.HttpMethod
- HttpResponseEntity<T> - Interface in ru.tinkoff.kora.http.common
- HttpResultCode - Enum Class in ru.tinkoff.kora.http.common
- HttpRoute - Annotation Interface in ru.tinkoff.kora.http.common.annotation
I
- INSTANCE - Static variable in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- InterceptWith - Annotation Interface in ru.tinkoff.kora.http.common.annotation
- InterceptWith.InterceptWithContainer - Annotation Interface in ru.tinkoff.kora.http.common.annotation
- isDiscard() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- isDiscard() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- isEmpty() - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- isHttpOnly() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- isHttpOnly() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- isSameSite() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- isSameSite() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- isSecure() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- isSecure() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- iterator() - Method in class ru.tinkoff.kora.http.common.form.FormUrlEncoded
- iterator() - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
J
- json(byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- json(String) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- json(Context, byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- json(Context, String) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
L
- LAX - Enum constant in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
-
Same-site cookies are withheld on cross-site subrequests, such as calls to load images or frames, but will be sent when a user navigates to the URL from an external site; for example, by following a link.
- LIMIT_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
limit_error - ошибки лимитов, обычно код 429
- lookupModeString(String) - Static method in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
-
lookup from the specified value and return a correct SameSiteMode string.
M
- maxAge() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- maxAge() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- method() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.HttpRoute
- MultipartData(String, String) - Constructor for record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
-
Creates an instance of a
MultipartDatarecord class. - MultipartFile(String, String, String, byte[]) - Constructor for record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Creates an instance of a
MultipartFilerecord class. - MultipartFileStream(String, String, String, Flow.Publisher<ByteBuffer>) - Constructor for record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Creates an instance of a
MultipartFileStreamrecord class. - MutableHttpHeaders - Interface in ru.tinkoff.kora.http.common.header
N
- name() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- name() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- name() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
-
Returns the value of the
namerecord component. - name() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Returns the value of the
namerecord component. - name() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Returns the value of the
namerecord component. - name() - Method in interface ru.tinkoff.kora.http.common.form.FormMultipart.FormPart
- name() - Method in record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
-
Returns the value of the
namerecord component. - names() - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- names() - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- NONE - Enum constant in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
-
The browser will send cookies with both cross-site requests and same-site requests.
O
- octetStream(byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- octetStream(long, Flow.Publisher<? extends ByteBuffer>) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- octetStream(ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- octetStream(Flow.Publisher<? extends ByteBuffer>) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- octetStream(Context, byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- octetStream(Context, ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- of() - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- of(int, MutableHttpHeaders, T) - Static method in interface ru.tinkoff.kora.http.common.HttpResponseEntity
- of(int, T) - Static method in interface ru.tinkoff.kora.http.common.HttpResponseEntity
- of(String, byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- of(String, long, Flow.Publisher<? extends ByteBuffer>) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- of(String, String) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, String, String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, String, String, String, String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- of(String, Flow.Publisher<? extends ByteBuffer>) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- of(String, List<String>) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, List<String>, String, List<String>) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, List<String>, String, List<String>, String, List<String>) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(String, List<String>, String, List<String>, String, List<String>, String, List<String>) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- of(Map.Entry<String, List<String>>...) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(Map<String, List<String>>) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- of(Context, String, byte[]) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- of(Context, String, ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- ofPlain(Map.Entry<String, String>...) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- ofPlain(Map<String, String>) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- OPTIONS - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
P
- parseRequestCookies(int, boolean, List<String>, Collection<Cookie>) - Static method in class ru.tinkoff.kora.http.common.cookie.Cookies
-
/** Parses the cookies from a list of "Cookie:" header values.
- parseSetCookieHeader(String) - Static method in class ru.tinkoff.kora.http.common.cookie.Cookies
-
Parses a "Set-Cookie:" response header value into its cookie representation.
- parts() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart
-
Returns the value of the
partsrecord component. - PATCH - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
- path() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.HttpRoute
- path() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- path() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- Path - Annotation Interface in ru.tinkoff.kora.http.common.annotation
- PATH - Static variable in class ru.tinkoff.kora.http.common.cookie.Cookies
- plaintext(String) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- plaintext(ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- plaintext(Context, String) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- plaintext(Context, ByteBuffer) - Static method in interface ru.tinkoff.kora.http.common.body.HttpBody
- POST - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
- PrincipalWithScopes - Interface in ru.tinkoff.kora.http.common.auth
- PUT - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
Q
- Query - Annotation Interface in ru.tinkoff.kora.http.common.annotation
R
- remove(String) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- remove(String) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- ru.tinkoff.kora.http.common - package ru.tinkoff.kora.http.common
- ru.tinkoff.kora.http.common.annotation - package ru.tinkoff.kora.http.common.annotation
- ru.tinkoff.kora.http.common.auth - package ru.tinkoff.kora.http.common.auth
- ru.tinkoff.kora.http.common.body - package ru.tinkoff.kora.http.common.body
- ru.tinkoff.kora.http.common.cookie - package ru.tinkoff.kora.http.common.cookie
- ru.tinkoff.kora.http.common.form - package ru.tinkoff.kora.http.common.form
- ru.tinkoff.kora.http.common.header - package ru.tinkoff.kora.http.common.header
S
- sameSiteMode() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- sameSiteMode() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- scopes() - Method in interface ru.tinkoff.kora.http.common.auth.PrincipalWithScopes
- SERVER_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
server_error - когда клиент не смог обработать запрос по вине сервера (5xx ответы)
- set(String, Iterable<?>) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- set(String, Object) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- set(String, String) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- set(String, String) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- set(String, Collection<String>) - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- set(String, Collection<String>) - Method in interface ru.tinkoff.kora.http.common.header.MutableHttpHeaders
- setComment(String) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setComment(String) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setDiscard(boolean) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setDiscard(boolean) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setDomain(String) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setDomain(String) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setExpires(ZonedDateTime) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setExpires(ZonedDateTime) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setHttpOnly(boolean) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setHttpOnly(boolean) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setMaxAge(Integer) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setMaxAge(Integer) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setPath(String) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setPath(String) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setSameSite(boolean) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setSameSite(boolean) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setSameSiteMode(String) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setSameSiteMode(String) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setSecure(boolean) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setSecure(boolean) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setValue(String) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setValue(String) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- setVersion(int) - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- setVersion(int) - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- size() - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- size() - Method in class ru.tinkoff.kora.http.common.header.HttpHeadersImpl
- StreamingHttpBodyInput - Class in ru.tinkoff.kora.http.common.body
- StreamingHttpBodyInput(String, long, Flow.Publisher<ByteBuffer>) - Constructor for class ru.tinkoff.kora.http.common.body.StreamingHttpBodyInput
- StreamingHttpBodyOutput - Class in ru.tinkoff.kora.http.common.body
- StreamingHttpBodyOutput(String, long, Flow.Publisher<? extends ByteBuffer>) - Constructor for class ru.tinkoff.kora.http.common.body.StreamingHttpBodyOutput
- STRICT - Enum constant in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
-
The browser will only send cookies for same-site requests (requests originating from the site that set the cookie).
- string() - Method in enum class ru.tinkoff.kora.http.common.HttpResultCode
- subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyInput
- subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
- subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyInput
- subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in class ru.tinkoff.kora.http.common.body.StreamingHttpBodyOutput
- SUCCESS - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
success - всё завершилось успешно
T
- tag() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.InterceptWith
- toMutable() - Method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- toString() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- toString() - Method in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
- toString() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
-
Returns a string representation of this record class.
- toString() - Method in class ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
- toString(HttpHeaders) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- toStringPlain(HttpHeaders) - Static method in interface ru.tinkoff.kora.http.common.header.HttpHeaders
- TRACE - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
V
- value() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.Cookie
- value() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.Header
- value() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.InterceptWith.InterceptWithContainer
- value() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.InterceptWith
- value() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.Path
- value() - Element in annotation interface ru.tinkoff.kora.http.common.annotation.Query
- value() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- value() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- valueOf(String) - Static method in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ru.tinkoff.kora.http.common.cookie.CookieSameSiteMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
-
Returns the value of the
valuesrecord component. - values() - Static method in enum class ru.tinkoff.kora.http.common.HttpResultCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version() - Method in interface ru.tinkoff.kora.http.common.cookie.Cookie
- version() - Method in class ru.tinkoff.kora.http.common.cookie.CookieImpl
- VERSION - Static variable in class ru.tinkoff.kora.http.common.cookie.Cookies
W
- write(OutputStream) - Method in class ru.tinkoff.kora.http.common.body.DefaultFullHttpBody
- write(OutputStream) - Method in class ru.tinkoff.kora.http.common.body.EmptyHttpBody
- write(OutputStream) - Method in interface ru.tinkoff.kora.http.common.body.HttpBodyOutput
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form