public abstract static class BodyParser.CompletableBodyParser<A> extends java.lang.Object implements BodyParser<A>
BodyParser.AnyContent, BodyParser.BufferingBodyParser<A>, BodyParser.Bytes, BodyParser.CompletableBodyParser<A>, BodyParser.Default, BodyParser.DelegatingBodyParser<A,B>, BodyParser.DelegatingMultipartFormDataBodyParser<A>, BodyParser.Empty, BodyParser.FormUrlEncoded, BodyParser.Json, BodyParser.MaxLengthBodyParser<A>, BodyParser.MultipartFormData, BodyParser.Of, BodyParser.Raw, BodyParser.Text, BodyParser.TolerantJson, BodyParser.TolerantText, BodyParser.TolerantXml, BodyParser.Xml
Constructor and Description |
---|
CompletableBodyParser(java.util.concurrent.CompletionStage<BodyParser<A>> underlying,
akka.stream.Materializer materializer) |
Modifier and Type | Method and Description |
---|---|
Accumulator<akka.util.ByteString,F.Either<Result,A>> |
apply(Http.RequestHeader request)
Return an accumulator to parse the body of the given HTTP request.
|
public CompletableBodyParser(java.util.concurrent.CompletionStage<BodyParser<A>> underlying, akka.stream.Materializer materializer)
public Accumulator<akka.util.ByteString,F.Either<Result,A>> apply(Http.RequestHeader request)
BodyParser
apply
in interface BodyParser<A>
request
- The request to create the body parser for.