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.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, SSLSocket sslSocket) 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) -
Uses of Request in dev.relism.flash.websocket
Methods in dev.relism.flash.websocket that return RequestModifier and TypeMethodDescriptionWebSocketSession.request()The request that upgraded this connection, ornull— see the 4-arg constructor.Constructors in dev.relism.flash.websocket with parameters of type RequestModifierConstructorDescriptionWebSocketSession(InputStream in, OutputStream out, int bufferSize, Request request, boolean maskOutgoing)