35 lines
3.6 KiB
HTML
35 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>WebSocketConnection.close (handy_http_websockets.connection.WebSocketConnection.close)</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>WebSocketConnection.close</h1><div class="breadcrumbs"><a class="breadcrumb" href="handy_http_websockets.html">handy_http_websockets</a> <a class="breadcrumb" href="handy_http_websockets.connection.html">connection</a> <a class="breadcrumb" href="handy_http_websockets.connection.WebSocketConnection.html">WebSocketConnection</a> </div><div><div class="documentation-comment synopsis"><div><p>Closes this connection, if it's alive, sending a websocket close message.</p></div></div></div><div class="annotated-prototype"><div class="function-prototype"><div class="parent-prototype"><span class="builtin-type">class</span> <span class="name">WebSocketConnection</span></div><div><div class="attributes"></div><div class="return-type"><span class="builtin-type">void</span></div><div class="function-name">close</div><div class="template-parameters" data-count="0"></div><div class="runtime-parameters" data-count="0"><div class="parameters-list toplevel"><span class="paren">(</span><span class="paren">)</span></div></div><div class="function-contracts"></div></div></div></div><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.connection.html">connection</a> <a class="parent" href="handy_http_websockets.connection.WebSocketConnection.html">WebSocketConnection</a>
|
|
<span class="type-separator">constructors</span><ul><li><a class="constructor" href="handy_http_websockets.connection.WebSocketConnection.this.html">this</a></li></ul><span class="type-separator">functions</span><ul><li><a class="function current" href="handy_http_websockets.connection.WebSocketConnection.close.html">close</a></li><li><a class="function" href="handy_http_websockets.connection.WebSocketConnection.getMessageHandler.html">getMessageHandler</a></li><li><a class="function" href="handy_http_websockets.connection.WebSocketConnection.getRequestHandler.html">getRequestHandler</a></li><li><a class="function" href="handy_http_websockets.connection.WebSocketConnection.sendBinaryMessage.html">sendBinaryMessage</a></li><li><a class="function" href="handy_http_websockets.connection.WebSocketConnection.sendCloseMessage.html">sendCloseMessage</a></li><li><a class="function" href="handy_http_websockets.connection.WebSocketConnection.sendTextMessage.html">sendTextMessage</a></li></ul><span class="type-separator">variables</span><ul><li><a class="variable" href="handy_http_websockets.connection.WebSocketConnection.id.html">id</a></li><li><a class="variable" href="handy_http_websockets.connection.WebSocketConnection.inputStream.html">inputStream</a></li><li><a class="variable" href="handy_http_websockets.connection.WebSocketConnection.outputStream.html">outputStream</a></li></ul></div>
|
|
</div>
|
|
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
|
|
</body>
|
|
</html> |