Class SpincastHttpClientWithWebsocketPlugin
java.lang.Object
org.spincast.core.guice.SpincastPluginBase
org.spincast.plugins.httpclient.SpincastHttpClientPlugin
org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPlugin
- All Implemented Interfaces:
SpincastContextTypesInterested
,SpincastPlugin
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The id of the plugin.protected com.google.inject.Module
Methods inherited from class org.spincast.plugins.httpclient.SpincastHttpClientPlugin
apply
Methods inherited from class org.spincast.core.guice.SpincastPluginBase
createdGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClass
-
Field Details
-
PLUGIN_ID
-
-
Constructor Details
-
SpincastHttpClientWithWebsocketPlugin
public SpincastHttpClientWithWebsocketPlugin()
-
-
Method Details
-
getId
Description copied from interface:SpincastPlugin
The id of the plugin.- Specified by:
getId
in interfaceSpincastPlugin
- Overrides:
getId
in classSpincastHttpClientPlugin
-
getPluginModule
protected com.google.inject.Module getPluginModule()- Overrides:
getPluginModule
in classSpincastHttpClientPlugin
-