Home | History | Annotate | Download | only in protocol

Lines Matching defs:responseFactory

68     private HttpResponseFactory responseFactory = null;
76 * @param responseFactory the response factory
81 final HttpResponseFactory responseFactory) {
85 setResponseFactory(responseFactory);
102 public void setResponseFactory(final HttpResponseFactory responseFactory) {
103 if (responseFactory == null) {
106 this.responseFactory = responseFactory;
149 response = this.responseFactory.newHttpResponse(ver,
158 response = this.responseFactory.newHttpResponse(HttpVersion.HTTP_1_0,
179 response = this.responseFactory.newHttpResponse(ver, HttpStatus.SC_OK, context);
199 response = this.responseFactory.newHttpResponse