Uses of Interface
org.jboss.resteasy.spi.HttpRequestPreprocessor
-
Packages that use HttpRequestPreprocessor Package Description org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of HttpRequestPreprocessor in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core with type parameters of type HttpRequestPreprocessor Modifier and Type Field Description protected List<HttpRequestPreprocessor>
SynchronousDispatcher. requestPreprocessors
Methods in org.jboss.resteasy.core with parameters of type HttpRequestPreprocessor Modifier and Type Method Description void
SynchronousDispatcher. addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)
-
Uses of HttpRequestPreprocessor in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type HttpRequestPreprocessor Modifier and Type Method Description void
Dispatcher. addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)
-