Uses of Interface
org.zalando.riptide.Navigator
-
Uses of Navigator in org.zalando.riptide
Subinterfaces of Navigator in org.zalando.riptideMethods in org.zalando.riptide that return NavigatorModifier and TypeMethodDescriptionstatic Navigator<org.springframework.http.MediaType>Navigators.contentType()ANavigatorthat selects the best binding based on the response's content type.RoutingTree.getNavigator()Navigators.reasonPhrase()ANavigatorthat selects a binding based on the response's reason phrase.static Navigator<org.springframework.http.HttpStatus.Series>Navigators.series()ANavigatorthat selects a binding based on the response's status code seriesstatic Navigator<org.springframework.http.HttpStatus>Navigators.status()ANavigatorthat selects a binding based on the response's status.Navigators.statusCode()ANavigatorthat selects a binding based on the response's status code.Methods in org.zalando.riptide with parameters of type NavigatorModifier and TypeMethodDescriptionfinal <A> CompletableFuture<org.springframework.http.client.ClientHttpResponse>final <A> CompletableFuture<org.springframework.http.client.ClientHttpResponse>static <A> RoutingTree<A>static <A> RoutingTree<A>