public static class BodyParser.Empty extends Object implements BodyParser<Optional<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<ByteString,F.Either<Result,Optional<Void>>> |
apply(Http.RequestHeader request)
Return an accumulator to parse the body of the given HTTP request.
|
public Accumulator<ByteString,F.Either<Result,Optional<Void>>> apply(Http.RequestHeader request)
BodyParserapply in interface BodyParser<Optional<Void>>request - The request to create the body parser for.