Skip navigation links
A B C G I L O P S W 

A

addCustomCookies(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
addCustomHeaders(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
addHttpAuthHeaders(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
addSslContext(WebSocketClient.ConnectionBuilder) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
addWebsocketRequestHeaders() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 

B

bindHttpClientFactory() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginGuiceModule
Override to bind IWebsocketRequestBuilder too.
bindSpincastHttpClientWithWebsocketUtils() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginGuiceModule
 

C

closeConnection() - Method in interface org.spincast.plugins.httpclient.websocket.IWebsocketClientWriter
Closes the WebSocket connection.
configure() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginGuiceModule
 
connect(IWebsocketClientHandler) - Method in interface org.spincast.plugins.httpclient.websocket.builders.IWebsocketRequestBuilder
Sends the request and establish the WebSocket connection.
connect(IWebsocketClientHandler) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createByteBufferPool() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createConnectionBuilder(XnioWorker, DefaultByteBufferPool, String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createSupportedExtensions() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createSupportedSubProtocols() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createWebSocketChannel() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createWebSocketChannel(XnioWorker, DefaultByteBufferPool, String, int) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createWebsocketUri(String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
createXnioWorker() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 

G

getMaxRedirectionNbr() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
The maximum number of allowed redirections.
getPingsIntervalSeconds() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getSpincastHttpClientUtilsClass() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginGuiceModule
 
getSpincastHttpClientUtilsWithWebsocketClass() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginGuiceModule
 
getSpincastHttpClientWithWebsocketConfig() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getSpincastHttpClientWithWebsocketUtils() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getSslContext() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getThreadExecutorForClientEvents() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
The ExecutorService to use to send events to the client.
getThreadExecutorForClientEventsThreadNumber() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
The maximum number of concurrent threads used when sending events to the application.
getThreadExecutorForClientEventsThreadThreadFactory() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
The ThreadFactory to use for the Executor that sends events to the client.
getThreadExecutorForClientEventsTimeoutAmount() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
The timeout amount before cancelling a task when sending events to the application.
getThreadExecutorForClientEventsTimeoutTimeUnit() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
The timeout asdasd before cancelling a task when sending events to the application.
getWebsocketAutomaticPingIntervalSeconds() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
When automatic pings are enabled for WebSocket connections, how many seconds should be waited between two pings? Defaults to 20 seconds.
getWebsocketAutomaticPingIntervalSeconds() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketClientReader() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getWebsocketDefaultClosingCode() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The default code to send to the IWebsocketClientHandler when a WebSocket connection was found to be closed.
getWebsocketDefaultClosingCode() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketDefaultClosingReason() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The default reason to send to the IWebsocketClientHandler when a WebSocket connection was found to be closed.
getWebsocketDefaultClosingReason() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketPingMessageString() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The ping text to use.
getWebsocketPingMessageString() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketThreadExecutorForClientEventsThreadFactory() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The ThreadFactory to use to create threads to send WebSocket events to the IWebsocketClientHandler.
getWebsocketThreadExecutorForClientEventsThreadFactory() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketThreadExecutorForClientEventsThreadNumber() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The maximum number of concurrent threads used when sending events to the IWebsocketClientHandler.
getWebsocketThreadExecutorForClientEventsThreadNumber() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketThreadExecutorForClientEventsTimeoutAmount() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The timeout amount before cancelling a task when sending events to the IWebsocketClientHandler.
getWebsocketThreadExecutorForClientEventsTimeoutAmount() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketThreadExecutorForClientEventsTimeoutTimeUnit() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
The timeout TimeUnit before cancelling a task when sending events to the IWebsocketClientHandler.
getWebsocketThreadExecutorForClientEventsTimeoutTimeUnit() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
getWebsocketWriteCallback(IWebsocketClientHandler) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getXnio() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
getXnioInstance() - Method in interface org.spincast.plugins.httpclient.websocket.utils.ISpincastHttpClientWithWebsocketUtils
 
getXnioInstance() - Method in class org.spincast.plugins.httpclient.websocket.utils.SpincastHttpClientWithWebsocketUtils
 

I

IHttpClient - Interface in org.spincast.plugins.httpclient.websocket
 
ISpincastHttpClientWithWebsocketConfig - Interface in org.spincast.plugins.httpclient.websocket
Configurations for the Spincast Http Client with WebSocket support plugin.
ISpincastHttpClientWithWebsocketUtils - Interface in org.spincast.plugins.httpclient.websocket.utils
 
ISpincastWebsocketClientWriter - Interface in org.spincast.plugins.httpclient.websocket
Spincast Websocket client writer
isWebsocketAutomaticPingEnabled() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastHttpClientWithWebsocketConfig
Are automatic pings enabled when a WebSocket connection is established? Default to true.
isWebsocketAutomaticPingEnabled() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
IWebsocketClientHandler - Interface in org.spincast.plugins.httpclient.websocket
A Websocket client reader
IWebsocketClientWriter - Interface in org.spincast.plugins.httpclient.websocket
A Websocket client writer
IWebsocketRequestBuilder - Interface in org.spincast.plugins.httpclient.websocket.builders
Builder to create a WebSocket requesté

L

logger - Variable in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 

O

onConnectionClosed(int, String) - Method in interface org.spincast.plugins.httpclient.websocket.IWebsocketClientHandler
Called when if the endpoint closes the connection.
onEndpointMessage(String) - Method in interface org.spincast.plugins.httpclient.websocket.IWebsocketClientHandler
The endpoint sent a String message.
onEndpointMessage(byte[]) - Method in interface org.spincast.plugins.httpclient.websocket.IWebsocketClientHandler
The endpoint sent a bytes[] message.
org.spincast.plugins.httpclient.websocket - package org.spincast.plugins.httpclient.websocket
 
org.spincast.plugins.httpclient.websocket.builders - package org.spincast.plugins.httpclient.websocket.builders
 
org.spincast.plugins.httpclient.websocket.utils - package org.spincast.plugins.httpclient.websocket.utils
 

P

ping(int) - Method in interface org.spincast.plugins.httpclient.websocket.builders.IWebsocketRequestBuilder
You can use this to configure the pings that are automatically sent to the Websocket endpoint every X seconds.
ping(int) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 

S

send() - Method in interface org.spincast.plugins.httpclient.websocket.builders.IWebsocketRequestBuilder
Sends the request and gets the HTTP response.
send() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
sendClientEventInNewThread(Runnable) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
Sends an event to the client in a separated thread.
sendConnectionClosedAppEvent(IWebsocketClientHandler) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 
sendMessage(String) - Method in interface org.spincast.plugins.httpclient.websocket.IWebsocketClientWriter
Sends a text message to the endpoint.
sendMessage(byte[]) - Method in interface org.spincast.plugins.httpclient.websocket.IWebsocketClientWriter
Sends a binary message to the endpoint
sendOnBytesMessageClientEvent(byte[]) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
Sends a "Bytes message" event to the app.
sendOnConnectionClosedMessageClientEvent(int, String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
Sends a "Connection closed message" event to the app.
sendOnStringMessageClientEvent(String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
Sends a "String message" event to the app.
sendPing() - Method in interface org.spincast.plugins.httpclient.websocket.ISpincastWebsocketClientWriter
Sends a ping
SpincastHttpClientWithWebsocketConfigDefault - Class in org.spincast.plugins.httpclient.websocket
Default configurations for the Spincast Http Client with Websocket support plugin.
SpincastHttpClientWithWebsocketConfigDefault() - Constructor for class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
 
SpincastHttpClientWithWebsocketPluginGuiceModule - Class in org.spincast.plugins.httpclient.websocket
Guice module for the Spincast Http Client with Websocket support plugin.
SpincastHttpClientWithWebsocketPluginGuiceModule(Type, Type) - Constructor for class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginGuiceModule
Constructor.
SpincastHttpClientWithWebsocketUtils - Class in org.spincast.plugins.httpclient.websocket.utils
 
SpincastHttpClientWithWebsocketUtils() - Constructor for class org.spincast.plugins.httpclient.websocket.utils.SpincastHttpClientWithWebsocketUtils
 
startSendingPings(ISpincastWebsocketClientWriter) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
 

W

websocket(String) - Method in interface org.spincast.plugins.httpclient.websocket.IHttpClient
Starts a builder for a websocket request.
WebsocketRequestBuilder - Class in org.spincast.plugins.httpclient.websocket.builders
 
WebsocketRequestBuilder(String, ICookieFactory, IHttpResponseFactory, ISpincastHttpClientWithWebsocketUtils, ISpincastHttpClientWithWebsocketConfig) - Constructor for class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
Constructor
A B C G I L O P S W 
Skip navigation links

Copyright © 2016. All rights reserved.