Class StorkClientRequestFilter
java.lang.Object
org.jboss.resteasy.reactive.client.impl.StorkClientRequestFilter
- All Implemented Interfaces:
jakarta.ws.rs.client.ClientRequestFilter,ResteasyReactiveClientRequestFilter
@Priority(1000)
@Provider
public class StorkClientRequestFilter
extends Object
implements ResteasyReactiveClientRequestFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(ResteasyReactiveClientRequestContext requestContext) Filter method called before a request has been dispatched to a client transport layer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter
filter
-
Constructor Details
-
StorkClientRequestFilter
public StorkClientRequestFilter()
-
-
Method Details
-
filter
Description copied from interface:ResteasyReactiveClientRequestFilterFilter method called before a request has been dispatched to a client transport layer.- Specified by:
filterin interfaceResteasyReactiveClientRequestFilter- Parameters:
requestContext- the REST Client reactive request context.
-