Uses of Interface
colesico.framework.http.HttpResponse
Packages that use HttpResponse
Package
Description
-
Uses of HttpResponse in colesico.framework.http
Methods in colesico.framework.http that return HttpResponseModifier and TypeMethodDescriptionHttpContext.getResponse()HttpContext.setResponse(HttpResponse response) Methods in colesico.framework.http with parameters of type HttpResponseConstructors in colesico.framework.http with parameters of type HttpResponse -
Uses of HttpResponse in colesico.framework.http.assist
Methods in colesico.framework.http.assist with parameters of type HttpResponseModifier and TypeMethodDescriptionstatic voidHttpUtils.setCookies(HttpResponse response, Set<HttpCookie> cookies) static voidHttpUtils.setHeaders(HttpResponse response, Map<String, List<String>> headers) -
Uses of HttpResponse in colesico.framework.http.internal
Methods in colesico.framework.http.internal that return HttpResponseMethods in colesico.framework.http.internal that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionHttpIoclet.getHttpResponseFactory2()Factory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: null