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 Constructor Description StorkClientRequestFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(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, wait
-
Methods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter
filter
-
-
-
-
Method Detail
-
filter
public void filter(ResteasyReactiveClientRequestContext requestContext)
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.
-
-