Package adams.flow.websocket.client
Interface WebSocketClientGenerator
-
- All Superinterfaces:
Destroyable
,OptionHandler
- All Known Implementing Classes:
AbstractWebSocketClientGenerator
,SimpleSendGenerator
,SimpleSendWithQueueGenerator
public interface WebSocketClientGenerator extends OptionHandler
Interface for client generators.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.pusher.java_websocket.client.WebSocketClient
generateClient()
Generates the client.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-
-
-
Method Detail
-
generateClient
com.pusher.java_websocket.client.WebSocketClient generateClient()
Generates the client.- Returns:
- the generated client instance
- Throws:
IllegalStateException
- if checks failed
-
-