public static class BodyParser.Empty extends java.lang.Object implements BodyParser<java.util.Optional<java.lang.Void>>
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 |
---|
Empty() |
Modifier and Type | Method and Description |
---|---|
Accumulator<akka.util.ByteString,F.Either<Result,java.util.Optional<java.lang.Void>>> |
apply(Http.RequestHeader request)
Return an accumulator to parse the body of the given HTTP request.
|
public Accumulator<akka.util.ByteString,F.Either<Result,java.util.Optional<java.lang.Void>>> apply(Http.RequestHeader request)
BodyParser
The accumulator should either produce a result if an error was encountered, or the parsed body.
apply
in interface BodyParser<java.util.Optional<java.lang.Void>>
request
- The request to create the body parser for.