Uses of Class
org.refcodes.web.HttpServerResponse
-
Uses of HttpServerResponse in org.refcodes.web
Subinterfaces with type arguments of type HttpServerResponse 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.Classes in org.refcodes.web that implement interfaces with type arguments of type HttpServerResponseMethods in org.refcodes.web that return HttpServerResponseModifier and TypeMethodDescriptionHttpServerResponse.withHttpStatusCode(HttpStatusCode aStatusCode) Sets the HTTP Status-Code for the HTTP Status-Code property.<RES> HttpServerResponseHttpServerResponse.withResponse(RES aResponse) Sets the response for the response property.Methods in org.refcodes.web with parameters of type HttpServerResponseModifier 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.