Uses of Interface
eu.cloudnetservice.driver.network.http.HttpContextPreprocessor
Packages that use HttpContextPreprocessor
Package
Description
-
Uses of HttpContextPreprocessor in eu.cloudnetservice.driver.network.http
Fields in eu.cloudnetservice.driver.network.http with type parameters of type HttpContextPreprocessorModifier and TypeFieldDescriptionprivate final Deque<HttpContextPreprocessor>HttpHandler.preprocessorsMethods in eu.cloudnetservice.driver.network.http that return types with arguments of type HttpContextPreprocessorModifier and TypeMethodDescriptionHttpHandler.preprocessors()Gets all preprocessors which were added to this http handler.Methods in eu.cloudnetservice.driver.network.http with parameters of type HttpContextPreprocessorModifier and TypeMethodDescriptionHttpHandler.addPreProcessorHead(@NonNull HttpContextPreprocessor preprocessor) Adds a preprocessor which is applied to the context before calling this handler.HttpHandler.addPreProcessorTail(@NonNull HttpContextPreprocessor preprocessor) Adds a preprocessor which is applied to the context before calling this handler. -
Uses of HttpContextPreprocessor in eu.cloudnetservice.driver.network.http.annotation.parser
Methods in eu.cloudnetservice.driver.network.http.annotation.parser that return HttpContextPreprocessorModifier and TypeMethodDescriptionDefaultHttpAnnotationParser.FirstRequestQueryParamProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handler) Builds a preprocessor for the annotation which is supported by this processor.DefaultHttpAnnotationParser.RequestBodyProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handler) Builds a preprocessor for the annotation which is supported by this processor.DefaultHttpAnnotationParser.RequestHeaderProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handler) Builds a preprocessor for the annotation which is supported by this processor.DefaultHttpAnnotationParser.RequestPathParamProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handler) Builds a preprocessor for the annotation which is supported by this processor.DefaultHttpAnnotationParser.RequestPathProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handler) Builds a preprocessor for the annotation which is supported by this processor.DefaultHttpAnnotationParser.RequestQueryParamProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handler) Builds a preprocessor for the annotation which is supported by this processor.HttpAnnotationProcessor.buildPreprocessor(@NonNull Method method, @NonNull Object handlerInstance) Builds a preprocessor for the annotation which is supported by this processor.