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