website/docs/ddoc/websockets/handy_http_websockets.compo...

38 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>WebSocketException (handy_http_websockets.components.WebSocketException)</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="style.css" rel="stylesheet" />
<script src="script.js" type="text/javascript"></script>
<link href="search-results.html" rel="prefetch" />
</head>
<body>
<div id="page-header">
<div id="logotype">
<span>Documentation</span>
<nav>
<a href="http://dlang.org/">Dlang.org</a>
</nav>
</div>
<form action="search-docs.html" id="search">
<input name="searchTerm" placeholder="Find a symbol name..." type="search" />
<input type="submit" value="Go" />
</form>
</div>
<div id="page-body">
<div id="page-content">
<h1>WebSocketException</h1><div class="breadcrumbs"><a class="breadcrumb" href="handy_http_websockets.html">handy_http_websockets</a> <a class="breadcrumb" href="handy_http_websockets.components.html">components</a> </div><div><div class="documentation-comment synopsis"><div><p>An exception that's thrown if an unexpected situation arises while dealing
with a websocket connection.</p></div></div></div><div class="annotated-prototype"><div class="aggregate-prototype"><div class="attributes"></div><span class="builtin-type">class</span> WebSocketException : Exception {<div class="aggregate-member"><a href="std.exception.basicExceptionCtors.html"><tt class="highlighted">
<span class="kwrd">import</span> <span class="hid">std</span>.<span class="hid">exception</span> : <span class="hid">basicExceptionCtors</span>;</tt>;</a></div><div class="aggregate-member"><a href="handy_http_primitives.request.html"><tt class="highlighted">
<span class="kwrd">import</span> <span class="hid">handy_http_primitives</span>.<span class="hid">request</span>;</tt>;</a></div><div class="aggregate-member"><a href="handy_http_websockets.components.WebSocketException.__anonymous.html"><tt class="highlighted"><span class="kwrd">mixin</span> <span class="hid">basicExceptionCtors</span> </tt>;</a></div>}</div></div><h2 id="members"><a class="header-anchor" href="#members">Members</a></h2><h3 class="member-list-header hide-from-toc" id="mixin"><a class="header-anchor" href="#mixin">Mixins</a></h3><dl class="member-list native"><dt><a href="handy_http_websockets.components.WebSocketException.__anonymous.html">__anonymous</a><div class="simplified-prototype" style="max-width: 28ch;"><tt class="highlighted"><span class="kwrd">mixin</span> <span class="hid">basicExceptionCtors</span> </tt></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd></dl><div></div></div>
<div id="page-nav"><a class="parent" href="handy_http_websockets.html">handy_http_websockets</a> <a class="parent" href="handy_http_websockets.components.html">components</a>
<span class="type-separator">classes</span><ul><li><a class="class current" href="handy_http_websockets.components.WebSocketException.html">WebSocketException</a></li><li><a class="class" href="handy_http_websockets.components.WebSocketMessageHandler.html">WebSocketMessageHandler</a></li></ul><span class="type-separator">structs</span><ul><li><a class="struct" href="handy_http_websockets.components.WebSocketBinaryMessage.html">WebSocketBinaryMessage</a></li><li><a class="struct" href="handy_http_websockets.components.WebSocketCloseMessage.html">WebSocketCloseMessage</a></li><li><a class="struct" href="handy_http_websockets.components.WebSocketTextMessage.html">WebSocketTextMessage</a></li></ul></div>
</div>
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
</body>
</html>