Class CacheControlHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.handlers.CacheControlHandler
-
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class CacheControlHandler extends Object implements ServerRestHandler
-
-
Constructor Summary
Constructors Constructor Description CacheControlHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedCacheControlgetCacheControl()voidhandle(ResteasyReactiveRequestContext requestContext)voidsetCacheControl(ExtendedCacheControl cacheControl)
-
-
-
Method Detail
-
getCacheControl
public ExtendedCacheControl getCacheControl()
-
setCacheControl
public void setCacheControl(ExtendedCacheControl cacheControl)
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
-