Uses of Class
org.swisspush.gateleen.core.http.HeaderFunctions.EvalScope
-
Packages that use HeaderFunctions.EvalScope Package Description org.swisspush.gateleen.core.http -
-
Uses of HeaderFunctions.EvalScope in org.swisspush.gateleen.core.http
Methods in org.swisspush.gateleen.core.http that return HeaderFunctions.EvalScope Modifier and Type Method Description HeaderFunctions.EvalScopeHeaderFunction. apply(io.vertx.core.MultiMap headers)Methods in org.swisspush.gateleen.core.http that return types with arguments of type HeaderFunctions.EvalScope Modifier and Type Method Description static java.util.function.Consumer<HeaderFunctions.EvalScope>HeaderFunctions. remove(java.lang.String headerName)static java.util.function.Consumer<HeaderFunctions.EvalScope>HeaderFunctions. setAlways(java.lang.String headerName, java.lang.String expression)static java.util.function.Consumer<HeaderFunctions.EvalScope>HeaderFunctions. setIfAbsent(java.lang.String headerName, java.lang.String expression)static java.util.function.Consumer<HeaderFunctions.EvalScope>HeaderFunctions. setIfPresent(java.lang.String headerName, java.lang.String expression)
-