| Package | Description |
|---|---|
| org.spincast.plugins.httpclient | |
| org.spincast.plugins.httpclient.builders | |
| org.spincast.plugins.httpclient.websocket.builders |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpResponseDefault
Spincast Http Client's reponse implementation.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponseFactory.create(int status,
String contentType,
byte[] content,
Map<String,List<String>> headers,
Map<String,Cookie> cookies,
boolean wasZipped) |
HttpResponse |
HttpRequestBuilder.send()
Sends the request and gets the HTTP response.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpRequestBuilderBase.send() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
WebsocketRequestBuilderDefault.send() |
HttpResponse |
WebsocketRequestBuilder.send()
Sends the request and gets the
HTTP response. |
Copyright © 2016. All rights reserved.