Class CacheControlHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.CacheControlHandler
- All Implemented Interfaces:
ServerRestHandler,org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.resteasy.reactive.common.util.ExtendedCacheControlvoidhandle(ResteasyReactiveRequestContext requestContext) voidsetCacheControl(org.jboss.resteasy.reactive.common.util.ExtendedCacheControl cacheControl)
-
Constructor Details
-
CacheControlHandler
public CacheControlHandler()
-
-
Method Details
-
getCacheControl
public org.jboss.resteasy.reactive.common.util.ExtendedCacheControl getCacheControl() -
setCacheControl
public void setCacheControl(org.jboss.resteasy.reactive.common.util.ExtendedCacheControl cacheControl) -
handle
- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-