Uses of Interface
io.inverno.mod.http.base.Parameter
Packages that use Parameter
Package
Description
Inverno HTTP base API.
Inverno HTTP header API.
Inverno HTTP base API base implementation classes.
Inverno HTTP header API implementation classes including HTTP Header codecs and header service bean.
-
Uses of Parameter in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return ParameterModifier and TypeMethodDescription<T> ParameterCreates a parameter with the specified name and value.Methods in io.inverno.mod.http.base that return types with arguments of type ParameterModifier and TypeMethodDescriptionReturns the query parameter with the specified name.QueryParameters.getAll()Returns all query parameters sent in the request.Returns all query parameters with the specified name.InboundHeaders.getAllParameter()Returns all headers specified in the HTTP message as parameters.InboundHeaders.getAllParameter(CharSequence name) Returns all headers with the specified name as parameters.InboundHeaders.getParameter(CharSequence name) Returns the header with the specified name as a parameter. -
Uses of Parameter in io.inverno.mod.http.base.header
Subinterfaces of Parameter in io.inverno.mod.http.base.headerModifier and TypeInterfaceDescriptioninterfaceA cookie with parameter's conversion capabilities.interfaceA set cookie with parameter's conversion capabilities. -
Uses of Parameter in io.inverno.mod.http.base.internal
Classes in io.inverno.mod.http.base.internal that implement ParameterMethods in io.inverno.mod.http.base.internal that return types with arguments of type Parameter -
Uses of Parameter in io.inverno.mod.http.base.internal.header
Classes in io.inverno.mod.http.base.internal.header that implement ParameterModifier and TypeClassDescriptionclassGenericCookieParameterimplementation.classGenericSetCookieParameterimplementation.