- realm() - Method in class com.artipie.http.headers.WwwAuthenticate
-
Get realm parameter value.
- redirection() - Method in enum com.artipie.http.rs.RsStatus
-
Checks whether the RsStatus is a redirection.
- RequestLine - Class in com.artipie.http.rq
-
Http Request Line.
- RequestLine(RqMethod, String) - Constructor for class com.artipie.http.rq.RequestLine
-
Ctor.
- RequestLine(String, String) - Constructor for class com.artipie.http.rq.RequestLine
-
Ctor.
- RequestLine(String, String, String) - Constructor for class com.artipie.http.rq.RequestLine
-
Ctor.
- RequestLineFrom - Class in com.artipie.http.rq
-
Request line helper object.
- RequestLineFrom(String) - Constructor for class com.artipie.http.rq.RequestLineFrom
-
Primary ctor.
- RequestLinePrefix - Class in com.artipie.http.rq
-
Path prefix obtained from X-FullPath header and request line.
- RequestLinePrefix(String, Headers) - Constructor for class com.artipie.http.rq.RequestLinePrefix
-
Ctor.
- RequestLinePrefix(String, Iterable<Map.Entry<String, String>>) - Constructor for class com.artipie.http.rq.RequestLinePrefix
-
Ctor.
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.async.AsyncSlice
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.auth.SliceAuth
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.group.GroupSlice
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.hm.AssertSlice
-
- Response - Interface in com.artipie.http
-
HTTP response.
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in interface com.artipie.http.rt.RtPath
-
Try respond.
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.rt.RtRulePath
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.rt.SliceRoute.Path
-
Deprecated.
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.rt.SliceRoute
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.LoggingSlice
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in interface com.artipie.http.Slice
-
Respond to a http request.
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.SliceDelete
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.SliceDownload
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.SliceSimple
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.SliceUpload
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.SliceWithHeaders
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.slice.TrimPathSlice
-
- response(String, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Method in class com.artipie.http.Slice.Wrap
-
- Response.Wrap - Class in com.artipie.http
-
Abstract decorator for Response.
- ResponseMatcher - Class in com.artipie.http.hm
-
Response matcher.
- ResponseMatcher(RsStatus, Iterable<? extends Map.Entry<String, String>>, byte[]) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(RsStatus, byte[], Map.Entry<String, String>...) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(RsStatus, byte[]) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(RsStatus, String, Charset) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(String, Charset) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(byte[]) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(Iterable<? extends Map.Entry<String, String>>) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(Map.Entry<String, String>...) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(RsStatus, Iterable<? extends Map.Entry<String, String>>) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(RsStatus, Map.Entry<String, String>...) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- ResponseMatcher(RsStatus, Matcher<? super Map.Entry<String, String>>...) - Constructor for class com.artipie.http.hm.ResponseMatcher
-
Ctor.
- RqHasHeader - Class in com.artipie.http.hm
-
Matcher verifies that request headers filtered by name are matched against target matcher.
- RqHasHeader(String, Matcher<? extends Iterable<? extends String>>) - Constructor for class com.artipie.http.hm.RqHasHeader
-
Match headers by name against target matcher.
- RqHasHeader.Single - Class in com.artipie.http.hm
-
Matcher for single header.
- RqHeaders - Class in com.artipie.http.rq
-
Request headers.
- RqHeaders(Iterable<Map.Entry<String, String>>, String) - Constructor for class com.artipie.http.rq.RqHeaders
-
Header values by name.
- RqHeaders.Single - Class in com.artipie.http.rq
-
Single header by name.
- RqLineHasUri - Class in com.artipie.http.hm
-
Request line URI matcher.
- RqLineHasUri(Matcher<URI>) - Constructor for class com.artipie.http.hm.RqLineHasUri
-
Match request line against URI matcher.
- RqLineHasUri.HasPath - Class in com.artipie.http.hm
-
URI path matcher.
- RqMethod - Enum in com.artipie.http.rq
-
HTTP request method.
- RsFull - Class in com.artipie.http.rs
-
RsFull, response with status code, headers and body.
- RsFull(RsStatus, Iterable<Map.Entry<String, String>>, Publisher<ByteBuffer>) - Constructor for class com.artipie.http.rs.RsFull
-
Ctor.
- RsHasBody - Class in com.artipie.http.hm
-
Matcher to verify response body.
- RsHasBody(String, Charset) - Constructor for class com.artipie.http.hm.RsHasBody
-
Check response has string body in charset.
- RsHasBody(byte[]) - Constructor for class com.artipie.http.hm.RsHasBody
-
Ctor.
- RsHasBody(Matcher<byte[]>) - Constructor for class com.artipie.http.hm.RsHasBody
-
Ctor.
- RsHasHeaders - Class in com.artipie.http.hm
-
Matcher to verify response headers.
- RsHasHeaders(Map.Entry<String, String>...) - Constructor for class com.artipie.http.hm.RsHasHeaders
-
Ctor.
- RsHasHeaders(Iterable<? extends Map.Entry<String, String>>) - Constructor for class com.artipie.http.hm.RsHasHeaders
-
Ctor.
- RsHasHeaders(Matcher<? super Map.Entry<String, String>>...) - Constructor for class com.artipie.http.hm.RsHasHeaders
-
Ctor.
- RsHasHeaders(Matcher<Iterable<? extends Map.Entry<String, String>>>) - Constructor for class com.artipie.http.hm.RsHasHeaders
-
Ctor.
- RsHasStatus - Class in com.artipie.http.hm
-
Matcher to verify response status.
- RsHasStatus(RsStatus) - Constructor for class com.artipie.http.hm.RsHasStatus
-
Ctor.
- RsHasStatus(Matcher<RsStatus>) - Constructor for class com.artipie.http.hm.RsHasStatus
-
Ctor.
- RsJson - Class in com.artipie.http.rs.common
-
Response with JSON document.
- RsJson(JsonStructure) - Constructor for class com.artipie.http.rs.common.RsJson
-
Response from Json structure.
- RsJson(JsonObjectBuilder) - Constructor for class com.artipie.http.rs.common.RsJson
-
Json response from builder.
- RsJson(JsonArrayBuilder) - Constructor for class com.artipie.http.rs.common.RsJson
-
Json response from builder.
- RsJson(Supplier<? extends JsonStructure>) - Constructor for class com.artipie.http.rs.common.RsJson
-
Response from Json supplier.
- RsJson(Supplier<? extends JsonStructure>, Charset) - Constructor for class com.artipie.http.rs.common.RsJson
-
JSON response with charset encoding and 200
status.
- RsJson(RsStatus, Supplier<? extends JsonStructure>, Charset) - Constructor for class com.artipie.http.rs.common.RsJson
-
JSON response with charset encoding and status code.
- RsJson(Response, Supplier<? extends JsonStructure>, Charset) - Constructor for class com.artipie.http.rs.common.RsJson
-
Wrap response with JSON supplier with charset encoding.
- RsStatus - Enum in com.artipie.http.rs
-
HTTP response status code.
- RsStatus.ByCode - Class in com.artipie.http.rs
-
Searches
RsStatus
instance by response code.
- RsText - Class in com.artipie.http.rs.common
-
Response with text.
- RsText(CharSequence) - Constructor for class com.artipie.http.rs.common.RsText
-
- RsText(CharSequence, Charset) - Constructor for class com.artipie.http.rs.common.RsText
-
- RsText(RsStatus, CharSequence, Charset) - Constructor for class com.artipie.http.rs.common.RsText
-
- RsText(Response, CharSequence, Charset) - Constructor for class com.artipie.http.rs.common.RsText
-
- RsWithBody - Class in com.artipie.http.rs
-
Response with body.
- RsWithBody(Response, CharSequence, Charset) - Constructor for class com.artipie.http.rs.RsWithBody
-
Decorates response with new text body.
- RsWithBody(CharSequence, Charset) - Constructor for class com.artipie.http.rs.RsWithBody
-
Creates new response with text body.
- RsWithBody(ByteBuffer) - Constructor for class com.artipie.http.rs.RsWithBody
-
Creates new response from byte buffer.
- RsWithBody(Response, byte[]) - Constructor for class com.artipie.http.rs.RsWithBody
-
Decorates origin response body with byte buffer.
- RsWithBody(Response, ByteBuffer) - Constructor for class com.artipie.http.rs.RsWithBody
-
Decorates origin response body with byte buffer.
- RsWithBody(Publisher<ByteBuffer>) - Constructor for class com.artipie.http.rs.RsWithBody
-
Creates new response with body publisher.
- RsWithBody(Response, Publisher<ByteBuffer>) - Constructor for class com.artipie.http.rs.RsWithBody
-
Response with body from publisher.
- RsWithBody(Response, Content) - Constructor for class com.artipie.http.rs.RsWithBody
-
Decorates origin response body with content.
- RsWithHeaders - Class in com.artipie.http.rs
-
Response with additional headers.
- RsWithHeaders(Response, Headers) - Constructor for class com.artipie.http.rs.RsWithHeaders
-
Ctor.
- RsWithHeaders(Response, Iterable<Map.Entry<String, String>>) - Constructor for class com.artipie.http.rs.RsWithHeaders
-
Ctor.
- RsWithHeaders(Response, Map.Entry<String, String>...) - Constructor for class com.artipie.http.rs.RsWithHeaders
-
Ctor.
- RsWithHeaders(Response, String, String) - Constructor for class com.artipie.http.rs.RsWithHeaders
-
Ctor.
- RsWithStatus - Class in com.artipie.http.rs
-
Response with status.
- RsWithStatus(RsStatus) - Constructor for class com.artipie.http.rs.RsWithStatus
-
New response with status.
- RsWithStatus(Response, RsStatus) - Constructor for class com.artipie.http.rs.RsWithStatus
-
Override status code for response.
- RtPath - Interface in com.artipie.http.rt
-
Route path.
- RtRule - Interface in com.artipie.http.rt
-
Routing rule.
- RtRule.All - Class in com.artipie.http.rt
-
This rule is matched only when all of the rules are matched.
- RtRule.Any - Class in com.artipie.http.rt
-
This rule is matched only when any of the rules is matched.
- RtRule.ByMethod - Class in com.artipie.http.rt
-
- RtRule.ByPath - Class in com.artipie.http.rt
-
Route by path.
- RtRule.Multiple - Class in com.artipie.http.rt
-
- RtRule.Wrap - Class in com.artipie.http.rt
-
Abstract decorator.
- RtRulePath - Class in com.artipie.http.rt
-
Rule-based route path.
- RtRulePath(RtRule, Slice) - Constructor for class com.artipie.http.rt.RtRulePath
-
New routing path.
- scheme() - Method in class com.artipie.http.headers.WwwAuthenticate
-
Get authorization scheme.
- send(Connection) - Method in class com.artipie.http.async.AsyncResponse
-
- send(Connection) - Method in class com.artipie.http.hm.StatefulResponse
-
- send(Connection) - Method in interface com.artipie.http.Response
-
Send the response.
- send(Connection) - Method in class com.artipie.http.Response.Wrap
-
- send(Connection) - Method in class com.artipie.http.rs.RsWithBody
-
- send(Connection) - Method in class com.artipie.http.rs.RsWithHeaders
-
- send(Connection) - Method in class com.artipie.http.rs.RsWithStatus
-
- send(Connection) - Method in enum com.artipie.http.rs.StandardRs
-
- serverError() - Method in enum com.artipie.http.rs.RsStatus
-
Checks whether the RsStatus is a server error.
- setValue(String) - Method in class com.artipie.http.headers.Header
-
- setValue(String) - Method in class com.artipie.http.headers.Header.Wrap
-
- Single(String, String) - Constructor for class com.artipie.http.auth.Authentication.Single
-
Ctor.
- Single(Authentication.User, String) - Constructor for class com.artipie.http.auth.Authentication.Single
-
Ctor.
- Single(String, String) - Constructor for class com.artipie.http.auth.Permissions.Single
-
Ctor.
- Single(String, Matcher<String>) - Constructor for class com.artipie.http.hm.RqHasHeader.Single
-
Matche header by name against value matcher.
- Single(String, String) - Constructor for class com.artipie.http.hm.RqHasHeader.Single
-
Match header by name against its value.
- Single(Iterable<Map.Entry<String, String>>, String) - Constructor for class com.artipie.http.rq.RqHeaders.Single
-
Single header value among other.
- size() - Method in class com.artipie.http.slice.ContentWithSize
-
- Slice - Interface in com.artipie.http
-
Arti-pie slice.
- Slice.Wrap - Class in com.artipie.http
-
SliceWrap is a simple decorative envelope for Slice.
- SliceAuth - Class in com.artipie.http.auth
-
Slice wrapper with authorization and authentication.
- SliceAuth(Slice, Permission, Identities) - Constructor for class com.artipie.http.auth.SliceAuth
-
Ctor.
- SliceDelete - Class in com.artipie.http.slice
-
Delete decorator for Slice.
- SliceDelete(Storage) - Constructor for class com.artipie.http.slice.SliceDelete
-
Constructor.
- SliceDownload - Class in com.artipie.http.slice
-
This slice responds with value from storage by key from path.
- SliceDownload(Storage) - Constructor for class com.artipie.http.slice.SliceDownload
-
Slice by key from storage.
- SliceDownload(Storage, Function<String, Key>) - Constructor for class com.artipie.http.slice.SliceDownload
-
Slice by key from storage using custom URI path transformation.
- SliceHasResponse - Class in com.artipie.http.hm
-
Matcher for
Slice
response.
- SliceHasResponse(Matcher<? extends Response>, RequestLine) - Constructor for class com.artipie.http.hm.SliceHasResponse
-
New response matcher for slice with request line.
- SliceHasResponse(Matcher<? extends Response>, RequestLine, Headers, Content) - Constructor for class com.artipie.http.hm.SliceHasResponse
-
New response matcher for slice with request line, headers and body.
- SliceRoute - Class in com.artipie.http.rt
-
Routing slice.
- SliceRoute(RtPath...) - Constructor for class com.artipie.http.rt.SliceRoute
-
New slice route.
- SliceRoute(List<RtPath>) - Constructor for class com.artipie.http.rt.SliceRoute
-
New slice route.
- SliceRoute.Path - Class in com.artipie.http.rt
-
- SliceSimple - Class in com.artipie.http.slice
-
Simple decorator for Slice.
- SliceSimple(Response) - Constructor for class com.artipie.http.slice.SliceSimple
-
Response.
- SliceUpload - Class in com.artipie.http.slice
-
Slice to upload the resource to storage by key from path.
- SliceUpload(Storage) - Constructor for class com.artipie.http.slice.SliceUpload
-
Slice by key from storage.
- SliceUpload(Storage, Function<String, Key>) - Constructor for class com.artipie.http.slice.SliceUpload
-
Slice by key from storage using custom URI path transformation.
- SliceWithHeaders - Class in com.artipie.http.slice
-
Decorator for
Slice
which adds headers to the origin.
- SliceWithHeaders(Slice, Headers) - Constructor for class com.artipie.http.slice.SliceWithHeaders
-
Ctor.
- spliterator() - Method in class com.artipie.http.Headers.From
-
- spliterator() - Method in class com.artipie.http.Headers.Wrap
-
- StandardRs - Enum in com.artipie.http.rs
-
Standard responses.
- StatefulResponse - Class in com.artipie.http.hm
-
Response that keeps self state and can fetch it only once and reply many times.
- StatefulResponse(Response) - Constructor for class com.artipie.http.hm.StatefulResponse
-
Wraps response with stateful connection.
- subscribe(Subscriber<? super Part>) - Method in class com.artipie.http.rq.Multipart
-
- subscribe(Subscriber<? super ByteBuffer>) - Method in class com.artipie.http.rq.PartFromPublisher
-
- subscribe(Subscriber<? super ByteBuffer>) - Method in class com.artipie.http.slice.ContentWithSize
-
- subscribe(Subscriber<? super Publisher<ByteBuffer>>) - Method in class com.artipie.http.stream.ByteByByteSplit
-
- success() - Method in enum com.artipie.http.rs.RsStatus
-
Checks whether the RsStatus is a successful group (2xx).
- value() - Method in class com.artipie.http.headers.WwwAuthenticate.Param
-
Param value.
- value() - Method in enum com.artipie.http.rq.RqMethod
-
Method string.
- valueOf(String) - Static method in enum com.artipie.http.auth.Action.Standard
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.artipie.http.rq.RqMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.artipie.http.rs.RsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.artipie.http.rs.StandardRs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.artipie.http.rt.ByMethodsRule.Standard
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.artipie.http.auth.Action.Standard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.artipie.http.rq.RqMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.artipie.http.rs.RsStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.artipie.http.rs.StandardRs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.artipie.http.rt.ByMethodsRule.Standard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class com.artipie.http.rq.RequestLineFrom
-
HTTP version.