vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
WebSocketException
index
vibe
http
websockets
Exception thrown by
vibe.http.websockets
.
@
safe
class
WebSocketException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
index
vibe
http
websockets
aliases
WebSocketHandshakeDelegate
classes
IncomingWebSocketMessage
OutgoingWebSocketMessage
WebSocket
WebSocketException
functions
connectWebSocket
handleWebSocket
handleWebSockets
Exception thrown by vibe.http.websockets.