Uses of Class
dev.relism.flash.models.Request
Packages that use Request
Package
Description
-
Uses of Request in dev.relism.flash
Methods in dev.relism.flash that return RequestModifier and TypeMethodDescriptionRequestParser.parse(InputStream in) Parses the next HTTP request fromin. -
Uses of Request in dev.relism.flash.api.multipart
Methods in dev.relism.flash.api.multipart with parameters of type Request -
Uses of Request in dev.relism.flash.ext.jackson
Methods in dev.relism.flash.ext.jackson with parameters of type Request -
Uses of Request in dev.relism.flash.ext.limiter
Methods in dev.relism.flash.ext.limiter with parameters of type Request -
Uses of Request in dev.relism.flash.ext.view.core
Methods in dev.relism.flash.ext.view.core that return types with arguments of type RequestModifier and TypeMethodDescriptionGlobalValue.resolver()Returns the value of theresolverrecord component.Methods in dev.relism.flash.ext.view.core with parameters of type RequestModifier and TypeMethodDescriptionfinal ObjectViewRuntimeBridge.render(BaseViewHandler<TTarget> handler, TTarget target, Request req, Response res) final ViewModelBaseViewHandler.renderInternal(Request req, Response res) Method parameters in dev.relism.flash.ext.view.core with type arguments of type RequestModifier and TypeMethodDescriptionConstructor parameters in dev.relism.flash.ext.view.core with type arguments of type RequestModifierConstructorDescriptionGlobalValue(String key, Function<Request, Object> resolver) Creates an instance of aGlobalValuerecord class. -
Uses of Request in dev.relism.flash.ext.view.jte
Method parameters in dev.relism.flash.ext.view.jte with type arguments of type Request -
Uses of Request in dev.relism.flash.ext.view.thymeleaf
Method parameters in dev.relism.flash.ext.view.thymeleaf with type arguments of type Request -
Uses of Request in dev.relism.flash.models
Methods in dev.relism.flash.models that return RequestModifier and TypeMethodDescriptionstatic RequestRequest.forParsed(RequestLine requestLine, InputStream stream, long contentLength, byte[] headerBuf, int bodyStart, int preBufLen, InetSocketAddress remoteAddress) Methods in dev.relism.flash.models with parameters of type RequestModifier and TypeMethodDescriptionabstract ObjectHandles an incoming request.static voidPathParams.inject(Request request, PathParams params) Injects path parameters into a request.static intReturns the path parameter as an int.static longReturns the path parameter as a long.static StringRequestHelper.paramRequired(Request req, String name) Returns the path parameter as a String.static intReturns the query param as an int, ordefaultValueif absent.static longReturns the query param as a long, ordefaultValueif absent.static StringRequestHelper.queryOptional(Request req, String name) Returns the query param, ornullif absent.static StringRequestHelper.queryRequired(Request req, String name) Returns the query param value. -
Uses of Request in dev.relism.flash.routing
Methods in dev.relism.flash.routing with parameters of type RequestModifier and TypeMethodDescriptionabstract RequestHandlerabstract WebSocketHandlerprotected static voidAbstractRouter.setPathParams(Request request, String[] names, dev.relism.fpr.core.ByteView source, int[] starts, int[] lens) protected static voidAbstractWsRouter.setPathParams(Request request, dev.relism.fpr.core.MatchResult<WebSocketHandler> result, String[] allNames, int methodLen) -
Uses of Request in dev.relism.flash.routing.routers.fastpathrouter
Methods in dev.relism.flash.routing.routers.fastpathrouter with parameters of type RequestModifier and TypeMethodDescription -
Uses of Request in dev.relism.flash.template
Methods in dev.relism.flash.template with parameters of type RequestModifier and TypeMethodDescriptionstatic byte[]ErrorPages.renderException(Request request, Exception ex) static byte[]ErrorPages.renderNotFound(Request request)