| Package | Description |
|---|---|
| org.spincast.plugins.httpclient.websocket | |
| org.spincast.plugins.httpclient.websocket.builders | |
| org.spincast.testing.core |
| Modifier and Type | Method and Description |
|---|---|
IWebsocketRequestBuilder |
IHttpClient.websocket(String url)
Starts a builder for a websocket request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebsocketRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
IWebsocketRequestBuilder |
WebsocketRequestBuilder.ping(int seconds) |
IWebsocketRequestBuilder |
IWebsocketRequestBuilder.ping(int seconds)
You can use this to configure the pings that are automatically sent
to the Websocket endpoint every X seconds.
|
| Modifier and Type | Method and Description |
|---|---|
protected IWebsocketRequestBuilder |
SpincastIntegrationTestBase.websocket(String path) |
protected IWebsocketRequestBuilder |
SpincastIntegrationTestBase.websocket(String pathOrUrl,
boolean isFullUrl) |
protected IWebsocketRequestBuilder |
SpincastIntegrationTestBase.websocket(String pathOrUrl,
boolean isFullUrl,
boolean isHttps) |
Copyright © 2016. All rights reserved.