Package com.onslip360
Interface RequestHandler
-
- All Known Implementing Classes:
UCRequestHandler
public interface RequestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestHandlerResponse
apply(String method, URI uri, InputStream payload, Map<String,String> headers)
-
-
-
Method Detail
-
apply
RequestHandlerResponse apply(@Nonnull String method, @Nonnull URI uri, @Nullable InputStream payload, @Nonnull Map<String,String> headers) throws IOException
- Throws:
IOException
-
-