- All Known Subinterfaces:
HttpBodyAccessor.HttpBodyProperty
- All Known Implementing Classes:
HttpClientResponse
,HttpServerRequest
public interface HttpBodyAccessor
Provides an accessor for a HTTP body property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder body for a HTTP body property returning the builder for applying multiple build operations.static interface
Provides a mutator for a HTTP body property.static interface
Provides a HTTP body property.static interface
A provider interface provides a "toSomething(?)" -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the HTTP body from the HTTP body property.
-
Method Details
-
getHttpBody
String getHttpBody()Retrieves the HTTP body from the HTTP body property.- Returns:
- The HTTP body stored by the HTTP body property.
-