Uses of Interface
org.jboss.resteasy.spi.HttpRequestPreprocessor
Packages that use HttpRequestPreprocessor
- 
Uses of HttpRequestPreprocessor in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core with type parameters of type HttpRequestPreprocessorModifier and TypeFieldDescriptionprotected List<HttpRequestPreprocessor> SynchronousDispatcher.requestPreprocessorsMethods in org.jboss.resteasy.core with parameters of type HttpRequestPreprocessorModifier and TypeMethodDescriptionvoidSynchronousDispatcher.addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)  - 
Uses of HttpRequestPreprocessor in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type HttpRequestPreprocessorModifier and TypeMethodDescriptionvoidDispatcher.addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)