-
- All Known Implementing Classes:
GzipHttpInputInterceptor
- Enclosing class:
- HttpInput
public static interface HttpInput.Interceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpInput.ContentreadFrom(HttpInput.Content content)
-
-
-
Method Detail
-
readFrom
HttpInput.Content readFrom(HttpInput.Content content)
- Parameters:
content- The content to be intercepted. The content will be modified with any data the interceptor consumes, but there is no requirement that all the data is consumed by the interceptor.- Returns:
- The intercepted content or null if interception is completed for that content.
-
-