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 Consumer<HeaderFunctions.EvalScope>HeaderFunctions. remove(String headerName)static Consumer<HeaderFunctions.EvalScope>HeaderFunctions. setAlways(String headerName, String expression)static Consumer<HeaderFunctions.EvalScope>HeaderFunctions. setIfAbsent(String headerName, String expression)static Consumer<HeaderFunctions.EvalScope>HeaderFunctions. setIfPresent(String headerName, String expression)
-