public interface HttpResponseFactory
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
create(int status,
String contentType,
byte[] content,
Map<String,List<String>> headers,
Map<String,Cookie> cookies,
boolean wasZipped) |
Copyright © 2017. All rights reserved.