Index

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

A

AUTH_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
auth_error - ошибка авторизации, обычно коды 401 и 403

C

CLIENT_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
client_error - ошибки клиента, когда клиент не смог обработать ответ (4xx ответы)
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 content record component.
content() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
Returns the value of the content record component.
content() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
Returns the value of the content record component.
contentType() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
Returns the value of the contentType record component.
contentType() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
Returns the value of the contentType record component.

D

data(String, String) - Static method in record class ru.tinkoff.kora.http.common.form.FormMultipart
 
DELETE - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
 

E

EMPTY - Static variable in interface ru.tinkoff.kora.http.common.HttpHeaders
 
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.

F

file(String, String, String, byte[]) - Static method in record class ru.tinkoff.kora.http.common.form.FormMultipart
 
file(String, String, String, Flux<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 fileName record component.
fileName() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
Returns the value of the fileName record 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 FormMultipart record 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 FormPart record 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(String) - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
GET - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
 
getFirst(String) - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 

H

has(String) - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
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.
HEAD - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
 
Header - Annotation Interface in ru.tinkoff.kora.http.common.annotation
 
HttpHeaders - Interface in ru.tinkoff.kora.http.common
 
HttpMethod - Class in ru.tinkoff.kora.http.common
 
HttpMethod() - Constructor for class ru.tinkoff.kora.http.common.HttpMethod
 
HttpResultCode - Enum Class in ru.tinkoff.kora.http.common
 
HttpRoute - Annotation Interface in ru.tinkoff.kora.http.common.annotation
 

I

InterceptWith - Annotation Interface in ru.tinkoff.kora.http.common.annotation
 
InterceptWith.InterceptWithContainer - Annotation Interface in ru.tinkoff.kora.http.common.annotation
 
iterator() - Method in class ru.tinkoff.kora.http.common.form.FormUrlEncoded
 

L

LIMIT_ERROR - Enum constant in enum class ru.tinkoff.kora.http.common.HttpResultCode
limit_error - ошибки лимитов, обычно код 429

M

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 MultipartData record class.
MultipartFile(String, String, String, byte[]) - Constructor for record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
Creates an instance of a MultipartFile record class.
MultipartFileStream(String, String, String, Flux<ByteBuffer>) - Constructor for record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
Creates an instance of a MultipartFileStream record class.

N

name() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartData
Returns the value of the name record component.
name() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFile
Returns the value of the name record component.
name() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart.FormPart.MultipartFileStream
Returns the value of the name record 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 name record component.
names() - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 

O

of() - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
of(String, String) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
of(String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
of(String, String, String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
of(String, String, String, String, String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
of(String, String, String, String, String, String, String, String, String, String) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
of(Map.Entry<String, List<String>>...) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
OPTIONS - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
 

P

parts() - Method in record class ru.tinkoff.kora.http.common.form.FormMultipart
Returns the value of the parts record 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 - Annotation Interface in ru.tinkoff.kora.http.common.annotation
 
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

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.form - package ru.tinkoff.kora.http.common.form
 

S

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 ответы)
size() - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
string() - Method in enum class ru.tinkoff.kora.http.common.HttpResultCode
 
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
 
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(HttpHeaders) - Static method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
TRACE - Static variable in class ru.tinkoff.kora.http.common.HttpMethod
 

V

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
 
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() - Method in record class ru.tinkoff.kora.http.common.form.FormUrlEncoded.FormPart
Returns the value of the values record 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.

W

with(String, String) - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
without(String) - Method in interface ru.tinkoff.kora.http.common.HttpHeaders
 
A C D E F G H I L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values