package
Version:
v0.0.0-...-691b052
Opens a new window with list of versions in this module.
Published: May 7, 2018
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Receive event on a ws connection
Synopsys
SETTING |
TYPE |
REQUIRED |
DEFAULT VALUE |
Codec |
codec |
false |
"json" |
Uri |
string |
false |
"wsin" |
max_message_size |
int |
false |
0 |
Details
Codec
- Value type is codec
- Default value is
"json"
The codec used for outputed data.
Uri
- Value type is string
- Default value is
"wsin"
URI path
max_message_size
- Value type is int
- Default value is
0
Maximum message size allowed from peer.
Configuration blueprint
websocketinput{
codec => "json"
uri => "wsin"
max_message_size => 123
}
Documentation
¶
Code generated by "bitfanDoc "; DO NOT EDIT
Receive event on a ws connection
Receive event on a ws connection
Client is a middleman between the websocket connection and the hub.
hub maintains the set of active clients and Broadcasts messages to the
clients.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.