Uses of Interface
org.refcodes.web.HttpServerInterceptor
-
Uses of HttpServerInterceptor in org.refcodes.web
Methods in org.refcodes.web with parameters of type HttpServerInterceptorModifier and TypeMethodDescriptiondefault booleanHttpServerInterceptable.addHttpInterceptor(HttpServerInterceptor aInterceptor) Adds the givenHttpServerInterceptorinstance.default booleanHttpServerInterceptable.hasHttpInterceptor(HttpServerInterceptor aInterceptor) Tests whether the givenHttpServerInterceptorinstance has been added.default booleanHttpServerInterceptable.removeHttpInterceptor(HttpServerInterceptor aInterceptor) Removes theHttpServerInterceptorinstance.