#include <gin_websocket.h>
◆ ReadyStateValues
Enumerator |
---|
CLOSING | |
CLOSED | |
OPEN | |
◆ ~WebSocket()
WebSocket::~WebSocket |
( |
| ) |
|
◆ fromURL() [1/3]
◆ fromURLNoMask()
◆ fromURL() [2/3]
◆ fromURL() [3/3]
◆ readIncoming()
bool WebSocket::readIncoming |
( |
| ) |
|
◆ poll()
void WebSocket::poll |
( |
int |
timeout = 0 | ) |
|
◆ send()
void WebSocket::send |
( |
const juce::String & |
message | ) |
|
◆ sendBinary() [1/2]
void WebSocket::sendBinary |
( |
const juce::String & |
message | ) |
|
◆ sendBinary() [2/2]
void WebSocket::sendBinary |
( |
const juce::MemoryBlock & |
message | ) |
|
◆ sendPing()
void WebSocket::sendPing |
( |
| ) |
|
◆ close()
void WebSocket::close |
( |
| ) |
|
◆ getReadyState()
◆ dispatch()
◆ readyStateValues
The documentation for this class was generated from the following file: