- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder body for a HTTP body property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a HTTP body property.static interfaceProvides a HTTP body property.static interfaceA 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.
-