39 lines
3.9 KiB
HTML
39 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>handy_http_websockets.components (handy_http_websockets.components)</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>handy_http_websockets.components</h1><div class="breadcrumbs"><a class="breadcrumb" href="handy_http_websockets.html">handy_http_websockets</a> </div><div><div class="documentation-comment synopsis"><div><span class="undocumented-note">Undocumented in source.</span></div></div></div><div class="annotated-prototype"></div><h2 id="members"><a class="header-anchor" href="#members">Members</a></h2><h3 class="member-list-header hide-from-toc" id="class"><a class="header-anchor" href="#class">Classes</a></h3><dl class="member-list native"><dt><a href="handy_http_websockets.components.WebSocketException.html">WebSocketException</a><div class="simplified-prototype" style="max-width: 26ch;"><span class="builtin-type">class</span> <span class="name">WebSocketException</span></div></dt><dd><div><p>An exception that's thrown if an unexpected situation arises while dealing
|
|
with a websocket connection.</p></div></dd><dt><a href="handy_http_websockets.components.WebSocketMessageHandler.html">WebSocketMessageHandler</a><div class="simplified-prototype" style="max-width: 31ch;"><span class="builtin-type">class</span> <span class="name">WebSocketMessageHandler</span></div></dt><dd><div><p>An abstract class that you should extend to define logic for handling
|
|
websocket messages and events. Create a new class that inherits from this
|
|
one, and overrides any "on..." methods that you'd like.</p></div></dd></dl><h3 class="member-list-header hide-from-toc" id="struct"><a class="header-anchor" href="#struct">Structs</a></h3><dl class="member-list native"><dt><a href="handy_http_websockets.components.WebSocketBinaryMessage.html">WebSocketBinaryMessage</a><div class="simplified-prototype" style="max-width: 31ch;"><span class="builtin-type">struct</span> <span class="name">WebSocketBinaryMessage</span></div></dt><dd><div><p>A binary websocket message.</p></div></dd><dt><a href="handy_http_websockets.components.WebSocketCloseMessage.html">WebSocketCloseMessage</a><div class="simplified-prototype" style="max-width: 30ch;"><span class="builtin-type">struct</span> <span class="name">WebSocketCloseMessage</span></div></dt><dd><div><p>A "close" control websocket message indicating the client is closing the
|
|
connection.</p></div></dd><dt><a href="handy_http_websockets.components.WebSocketTextMessage.html">WebSocketTextMessage</a><div class="simplified-prototype" style="max-width: 29ch;"><span class="builtin-type">struct</span> <span class="name">WebSocketTextMessage</span></div></dt><dd><div><p>A text-based websocket message.</p></div></dd></dl><div></div></div>
|
|
<div id="page-nav"><a class="parent" href="handy_http_websockets.html">handy_http_websockets</a>
|
|
<span class="type-separator">modules</span><ul><li><a class="module current" href="handy_http_websockets.components.html">components</a></li><li><a class="module" href="handy_http_websockets.connection.html">connection</a></li><li><a class="module" href="handy_http_websockets.frame.html">frame</a></li><li><a class="module" href="handy_http_websockets.handler.html">handler</a></li></ul></div>
|
|
</div>
|
|
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
|
|
</body>
|
|
</html> |