Uses of Interface
net.odoframework.service.web.WebRequest
| Package | Description |
|---|---|
| net.odoframework.service.web |
-
Uses of WebRequest in net.odoframework.service.web
Classes in net.odoframework.service.web that implement WebRequest Modifier and Type Class Description classSimpleWebRequestMethods in net.odoframework.service.web that return types with arguments of type WebRequest Modifier and Type Method Description Map<String,Map<String,BiFunction<WebRequest,Invocation,WebResponse>>>HttpRouter. getHandlers()Methods in net.odoframework.service.web with parameters of type WebRequest Modifier and Type Method Description WebResponseHttpRouter. apply(WebRequest s, Invocation invocation)Method parameters in net.odoframework.service.web with type arguments of type WebRequest Modifier and Type Method Description HttpRouterHttpRouter. addMapping(String operation, String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. delete(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. get(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. head(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. post(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. put(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)