Uses of Class
org.refcodes.web.HttpServerRequest
-
Uses of HttpServerRequest in org.refcodes.web
Subinterfaces with type arguments of type HttpServerRequest in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceAnHttpServerInterceptordefinition for pre- as well as post-processingHttpServerRequestas well asHttpServerResponseinstances.interfaceAnPostHttpServerInterceptordefinition for post-processingHttpServerRequestas well asHttpServerResponseinstances.interfaceAnPreHttpServerInterceptordefinition for pre-processingHttpServerRequestas well asHttpServerResponseinstances.Methods in org.refcodes.web with parameters of type HttpServerRequestModifier and TypeMethodDescriptionvoidPostHttpServerInterceptor.postIntercept(HttpServerRequest aRequest, HttpServerResponse aResponse) Invoked to post-process aHttpServerRequestalongside aHttpServerResponse.voidPreHttpServerInterceptor.preIntercept(HttpServerRequest aRequest, HttpServerResponse aResponse) Invoked to pre-process aHttpServerRequestalongside aHttpServerResponse.