Package com.onslip360
Class UCRequestHandler
- java.lang.Object
-
- com.onslip360.UCRequestHandler
-
- All Implemented Interfaces:
RequestHandler
public class UCRequestHandler extends Object implements RequestHandler
-
-
Constructor Summary
Constructors Constructor Description UCRequestHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestHandlerResponse
apply(String method, URI uri, InputStream payload, Map<String,String> headers)
-
-
-
Method Detail
-
apply
public RequestHandlerResponse apply(@Nonnull String method, @Nonnull URI uri, @Nullable InputStream payload, @Nonnull Map<String,String> headers) throws IOException
- Specified by:
apply
in interfaceRequestHandler
- Throws:
IOException
-
-