Uses of Interface
org.zalando.riptide.RequestExecution
-
Uses of RequestExecution in org.zalando.riptide
Methods in org.zalando.riptide that return RequestExecutionModifier and TypeMethodDescriptionOriginalStackTracePlugin.aroundAsync(RequestExecution execution) default RequestExecutionPlugin.aroundAsync(RequestExecution execution) The given execution will be executed in a different thread and therefore be properly asynchronous.default RequestExecutionPlugin.aroundDispatch(RequestExecution execution) The given execution will have the response already being dispatched onto the givenRoute.default RequestExecutionPlugin.aroundNetwork(RequestExecution execution) The given execution will include the pure network communication.default RequestExecutionPlugin.aroundSerialization(RequestExecution execution) The given execution will have the request body already serialized into bytes.Methods in org.zalando.riptide with parameters of type RequestExecutionModifier and TypeMethodDescriptionOriginalStackTracePlugin.aroundAsync(RequestExecution execution) default RequestExecutionPlugin.aroundAsync(RequestExecution execution) The given execution will be executed in a different thread and therefore be properly asynchronous.default RequestExecutionPlugin.aroundDispatch(RequestExecution execution) The given execution will have the response already being dispatched onto the givenRoute.default RequestExecutionPlugin.aroundNetwork(RequestExecution execution) The given execution will include the pure network communication.default RequestExecutionPlugin.aroundSerialization(RequestExecution execution) The given execution will have the request body already serialized into bytes.