PageRenderTime 45ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/server/Uconnocalypse/lib/netty-3.5.8.Final-api/org/jboss/netty/util/class-use/ExternalResourceReleasable.html

https://bitbucket.org/EthanLevine/senior-design
HTML | 608 lines | 565 code | 0 blank | 43 comment | 0 complexity | 825362a1e47c410ccc11aa40d5c87aeb MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (version 1.7.0_04-ea) on Sat Sep 29 09:36:59 CEST 2012 -->
  6. <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
  7. <title>Uses of Interface org.jboss.netty.util.ExternalResourceReleasable (The Netty Project API Reference (3.5.8.Final))</title>
  8. <meta name="date" content="2012-09-29">
  9. <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. if (location.href.indexOf('is-external=true') == -1) {
  14. parent.document.title="Uses of Interface org.jboss.netty.util.ExternalResourceReleasable (The Netty Project API Reference (3.5.8.Final))";
  15. }
  16. //-->
  17. </script>
  18. <noscript>
  19. <div>JavaScript is disabled on your browser.</div>
  20. </noscript>
  21. <!-- ========= START OF TOP NAVBAR ======= -->
  22. <div class="topNav"><a name="navbar_top">
  23. <!-- -->
  24. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  25. <!-- -->
  26. </a>
  27. <ul class="navList" title="Navigation">
  28. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  29. <li><a href="../package-summary.html">Package</a></li>
  30. <li><a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">Class</a></li>
  31. <li class="navBarCell1Rev">Use</li>
  32. <li><a href="../package-tree.html">Tree</a></li>
  33. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  34. <li><a href="../../../../../index-all.html">Index</a></li>
  35. <li><a href="../../../../../help-doc.html">Help</a></li>
  36. </ul>
  37. </div>
  38. <div class="subNav">
  39. <ul class="navList">
  40. <li>Prev</li>
  41. <li>Next</li>
  42. </ul>
  43. <ul class="navList">
  44. <li><a href="../../../../../index.html?org/jboss/netty/util/class-use/ExternalResourceReleasable.html" target="_top">Frames</a></li>
  45. <li><a href="ExternalResourceReleasable.html" target="_top">No Frames</a></li>
  46. </ul>
  47. <ul class="navList" id="allclasses_navbar_top">
  48. <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
  49. </ul>
  50. <div>
  51. <script type="text/javascript"><!--
  52. allClassesLink = document.getElementById("allclasses_navbar_top");
  53. if(window==top) {
  54. allClassesLink.style.display = "block";
  55. }
  56. else {
  57. allClassesLink.style.display = "none";
  58. }
  59. //-->
  60. </script>
  61. </div>
  62. <a name="skip-navbar_top">
  63. <!-- -->
  64. </a></div>
  65. <!-- ========= END OF TOP NAVBAR ========= -->
  66. <div class="header">
  67. <h2 title="Uses of Interface org.jboss.netty.util.ExternalResourceReleasable" class="title">Uses of Interface<br>org.jboss.netty.util.ExternalResourceReleasable</h2>
  68. </div>
  69. <div class="classUseContainer">
  70. <ul class="blockList">
  71. <li class="blockList">
  72. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  73. <caption><span>Packages that use <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  74. <tr>
  75. <th class="colFirst" scope="col">Package</th>
  76. <th class="colLast" scope="col">Description</th>
  77. </tr>
  78. <tbody>
  79. <tr class="altColor">
  80. <td class="colFirst"><a href="#org.jboss.netty.bootstrap">org.jboss.netty.bootstrap</a></td>
  81. <td class="colLast">
  82. <div class="block">IoC/DI friendly helper classes which enable an easy implementation of
  83. typical client side and server side channel initialization.</div>
  84. </td>
  85. </tr>
  86. <tr class="rowColor">
  87. <td class="colFirst"><a href="#org.jboss.netty.channel">org.jboss.netty.channel</a></td>
  88. <td class="colLast">
  89. <div class="block">The core channel API which is asynchronous and event-driven abstraction of
  90. various transports such as a
  91. <a href="http://en.wikipedia.org/wiki/New_I/O#Channels">NIO Channel</a>.</div>
  92. </td>
  93. </tr>
  94. <tr class="altColor">
  95. <td class="colFirst"><a href="#org.jboss.netty.channel.local">org.jboss.netty.channel.local</a></td>
  96. <td class="colLast">
  97. <div class="block">A virtual transport that enables the communication between the two
  98. parties in the same virtual machine.</div>
  99. </td>
  100. </tr>
  101. <tr class="rowColor">
  102. <td class="colFirst"><a href="#org.jboss.netty.channel.socket">org.jboss.netty.channel.socket</a></td>
  103. <td class="colLast">
  104. <div class="block">Abstract TCP and UDP socket interfaces which extend the core channel API.</div>
  105. </td>
  106. </tr>
  107. <tr class="altColor">
  108. <td class="colFirst"><a href="#org.jboss.netty.channel.socket.http">org.jboss.netty.channel.socket.http</a></td>
  109. <td class="colLast">
  110. <div class="block">An HTTP-based client-side <a href="../../../../../org/jboss/netty/channel/socket/SocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>SocketChannel</code></a>
  111. and its corresponding server-side Servlet implementation that make your
  112. existing server application work in a firewalled network.</div>
  113. </td>
  114. </tr>
  115. <tr class="rowColor">
  116. <td class="colFirst"><a href="#org.jboss.netty.channel.socket.nio">org.jboss.netty.channel.socket.nio</a></td>
  117. <td class="colLast">
  118. <div class="block"><a href="http://en.wikipedia.org/wiki/New_I/O">NIO</a>-based socket channel
  119. API implementation - recommended for a large number of connections (&gt;= 1000).</div>
  120. </td>
  121. </tr>
  122. <tr class="altColor">
  123. <td class="colFirst"><a href="#org.jboss.netty.channel.socket.oio">org.jboss.netty.channel.socket.oio</a></td>
  124. <td class="colLast">
  125. <div class="block">Old blocking I/O based socket channel API implementation - recommended for
  126. a small number of connections (&lt; 1000).</div>
  127. </td>
  128. </tr>
  129. <tr class="rowColor">
  130. <td class="colFirst"><a href="#org.jboss.netty.handler.execution">org.jboss.netty.handler.execution</a></td>
  131. <td class="colLast">
  132. <div class="block"><a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><code>Executor</code></a>-based implementation of various
  133. thread models that separate business logic from I/O threads</div>
  134. </td>
  135. </tr>
  136. <tr class="altColor">
  137. <td class="colFirst"><a href="#org.jboss.netty.handler.timeout">org.jboss.netty.handler.timeout</a></td>
  138. <td class="colLast">
  139. <div class="block">Adds support for read and write timeout and idle connection notification
  140. using a <a href="../../../../../org/jboss/netty/util/Timer.html" title="interface in org.jboss.netty.util"><code>Timer</code></a>.</div>
  141. </td>
  142. </tr>
  143. <tr class="rowColor">
  144. <td class="colFirst"><a href="#org.jboss.netty.handler.traffic">org.jboss.netty.handler.traffic</a></td>
  145. <td class="colLast">
  146. <div class="block">Implementation of a Traffic Shaping Handler and Dynamic Statistics.</div>
  147. </td>
  148. </tr>
  149. <tr class="altColor">
  150. <td class="colFirst"><a href="#org.jboss.netty.util">org.jboss.netty.util</a></td>
  151. <td class="colLast">
  152. <div class="block">Utility classes used across multiple packages.</div>
  153. </td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. </li>
  158. <li class="blockList">
  159. <ul class="blockList">
  160. <li class="blockList"><a name="org.jboss.netty.bootstrap">
  161. <!-- -->
  162. </a>
  163. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/bootstrap/package-summary.html">org.jboss.netty.bootstrap</a></h3>
  164. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  165. <caption><span>Classes in <a href="../../../../../org/jboss/netty/bootstrap/package-summary.html">org.jboss.netty.bootstrap</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  166. <tr>
  167. <th class="colFirst" scope="col">Modifier and Type</th>
  168. <th class="colLast" scope="col">Class and Description</th>
  169. </tr>
  170. <tbody>
  171. <tr class="altColor">
  172. <td class="colFirst"><code>class&nbsp;</code></td>
  173. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/Bootstrap.html" title="class in org.jboss.netty.bootstrap">Bootstrap</a></strong></code>
  174. <div class="block">A helper class which initializes a <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a>.</div>
  175. </td>
  176. </tr>
  177. <tr class="rowColor">
  178. <td class="colFirst"><code>class&nbsp;</code></td>
  179. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ClientBootstrap.html" title="class in org.jboss.netty.bootstrap">ClientBootstrap</a></strong></code>
  180. <div class="block">A helper class which creates a new client-side <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a> and makes a
  181. connection attempt.</div>
  182. </td>
  183. </tr>
  184. <tr class="altColor">
  185. <td class="colFirst"><code>class&nbsp;</code></td>
  186. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ConnectionlessBootstrap.html" title="class in org.jboss.netty.bootstrap">ConnectionlessBootstrap</a></strong></code>
  187. <div class="block">A helper class which creates a new server-side <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a> for a
  188. connectionless transport.</div>
  189. </td>
  190. </tr>
  191. <tr class="rowColor">
  192. <td class="colFirst"><code>class&nbsp;</code></td>
  193. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ServerBootstrap.html" title="class in org.jboss.netty.bootstrap">ServerBootstrap</a></strong></code>
  194. <div class="block">A helper class which creates a new server-side <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a> and accepts
  195. incoming connections.</div>
  196. </td>
  197. </tr>
  198. </tbody>
  199. </table>
  200. </li>
  201. <li class="blockList"><a name="org.jboss.netty.channel">
  202. <!-- -->
  203. </a>
  204. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a></h3>
  205. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  206. <caption><span>Subinterfaces of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a></span><span class="tabEnd">&nbsp;</span></caption>
  207. <tr>
  208. <th class="colFirst" scope="col">Modifier and Type</th>
  209. <th class="colLast" scope="col">Interface and Description</th>
  210. </tr>
  211. <tbody>
  212. <tr class="altColor">
  213. <td class="colFirst"><code>interface&nbsp;</code></td>
  214. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></strong></code>
  215. <div class="block">The main interface to a transport that creates a <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a> associated
  216. with a certain communication entity such as a network socket.</div>
  217. </td>
  218. </tr>
  219. <tr class="rowColor">
  220. <td class="colFirst"><code>interface&nbsp;</code></td>
  221. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/FileRegion.html" title="interface in org.jboss.netty.channel">FileRegion</a></strong></code>
  222. <div class="block">A region of a file that is sent via a <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a> which supports
  223. <a href="http://en.wikipedia.org/wiki/Zero-copy">zero-copy file transfer</a>.</div>
  224. </td>
  225. </tr>
  226. <tr class="altColor">
  227. <td class="colFirst"><code>interface&nbsp;</code></td>
  228. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/ServerChannelFactory.html" title="interface in org.jboss.netty.channel">ServerChannelFactory</a></strong></code>
  229. <div class="block">A <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> that creates a <a href="../../../../../org/jboss/netty/channel/ServerChannel.html" title="interface in org.jboss.netty.channel"><code>ServerChannel</code></a>.</div>
  230. </td>
  231. </tr>
  232. </tbody>
  233. </table>
  234. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  235. <caption><span>Classes in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  236. <tr>
  237. <th class="colFirst" scope="col">Modifier and Type</th>
  238. <th class="colLast" scope="col">Class and Description</th>
  239. </tr>
  240. <tbody>
  241. <tr class="altColor">
  242. <td class="colFirst"><code>class&nbsp;</code></td>
  243. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/DefaultFileRegion.html" title="class in org.jboss.netty.channel">DefaultFileRegion</a></strong></code>&nbsp;</td>
  244. </tr>
  245. </tbody>
  246. </table>
  247. </li>
  248. <li class="blockList"><a name="org.jboss.netty.channel.local">
  249. <!-- -->
  250. </a>
  251. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/local/package-summary.html">org.jboss.netty.channel.local</a></h3>
  252. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  253. <caption><span>Subinterfaces of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/local/package-summary.html">org.jboss.netty.channel.local</a></span><span class="tabEnd">&nbsp;</span></caption>
  254. <tr>
  255. <th class="colFirst" scope="col">Modifier and Type</th>
  256. <th class="colLast" scope="col">Interface and Description</th>
  257. </tr>
  258. <tbody>
  259. <tr class="altColor">
  260. <td class="colFirst"><code>interface&nbsp;</code></td>
  261. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/local/LocalClientChannelFactory.html" title="interface in org.jboss.netty.channel.local">LocalClientChannelFactory</a></strong></code>
  262. <div class="block">A <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> that creates a client-side <a href="../../../../../org/jboss/netty/channel/local/LocalChannel.html" title="interface in org.jboss.netty.channel.local"><code>LocalChannel</code></a>.</div>
  263. </td>
  264. </tr>
  265. <tr class="rowColor">
  266. <td class="colFirst"><code>interface&nbsp;</code></td>
  267. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/local/LocalServerChannelFactory.html" title="interface in org.jboss.netty.channel.local">LocalServerChannelFactory</a></strong></code>
  268. <div class="block">A <a href="../../../../../org/jboss/netty/channel/ServerChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ServerChannelFactory</code></a> that creates a <a href="../../../../../org/jboss/netty/channel/local/LocalServerChannel.html" title="interface in org.jboss.netty.channel.local"><code>LocalServerChannel</code></a>.</div>
  269. </td>
  270. </tr>
  271. </tbody>
  272. </table>
  273. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  274. <caption><span>Classes in <a href="../../../../../org/jboss/netty/channel/local/package-summary.html">org.jboss.netty.channel.local</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  275. <tr>
  276. <th class="colFirst" scope="col">Modifier and Type</th>
  277. <th class="colLast" scope="col">Class and Description</th>
  278. </tr>
  279. <tbody>
  280. <tr class="altColor">
  281. <td class="colFirst"><code>class&nbsp;</code></td>
  282. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/local/DefaultLocalClientChannelFactory.html" title="class in org.jboss.netty.channel.local">DefaultLocalClientChannelFactory</a></strong></code>
  283. <div class="block">The default <a href="../../../../../org/jboss/netty/channel/local/LocalClientChannelFactory.html" title="interface in org.jboss.netty.channel.local"><code>LocalClientChannelFactory</code></a> implementation.</div>
  284. </td>
  285. </tr>
  286. <tr class="rowColor">
  287. <td class="colFirst"><code>class&nbsp;</code></td>
  288. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/local/DefaultLocalServerChannelFactory.html" title="class in org.jboss.netty.channel.local">DefaultLocalServerChannelFactory</a></strong></code>
  289. <div class="block">The default <a href="../../../../../org/jboss/netty/channel/local/LocalServerChannelFactory.html" title="interface in org.jboss.netty.channel.local"><code>LocalServerChannelFactory</code></a> implementation.</div>
  290. </td>
  291. </tr>
  292. </tbody>
  293. </table>
  294. </li>
  295. <li class="blockList"><a name="org.jboss.netty.channel.socket">
  296. <!-- -->
  297. </a>
  298. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/socket/package-summary.html">org.jboss.netty.channel.socket</a></h3>
  299. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  300. <caption><span>Subinterfaces of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/socket/package-summary.html">org.jboss.netty.channel.socket</a></span><span class="tabEnd">&nbsp;</span></caption>
  301. <tr>
  302. <th class="colFirst" scope="col">Modifier and Type</th>
  303. <th class="colLast" scope="col">Interface and Description</th>
  304. </tr>
  305. <tbody>
  306. <tr class="altColor">
  307. <td class="colFirst"><code>interface&nbsp;</code></td>
  308. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/ClientSocketChannelFactory.html" title="interface in org.jboss.netty.channel.socket">ClientSocketChannelFactory</a></strong></code>
  309. <div class="block">A <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> which creates a client-side <a href="../../../../../org/jboss/netty/channel/socket/SocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>SocketChannel</code></a>.</div>
  310. </td>
  311. </tr>
  312. <tr class="rowColor">
  313. <td class="colFirst"><code>interface&nbsp;</code></td>
  314. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/DatagramChannelFactory.html" title="interface in org.jboss.netty.channel.socket">DatagramChannelFactory</a></strong></code>
  315. <div class="block">A <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> which creates a <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannel.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannel</code></a>.</div>
  316. </td>
  317. </tr>
  318. <tr class="altColor">
  319. <td class="colFirst"><code>interface&nbsp;</code></td>
  320. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannelFactory.html" title="interface in org.jboss.netty.channel.socket">ServerSocketChannelFactory</a></strong></code>
  321. <div class="block">A <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> which creates a <a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>ServerSocketChannel</code></a>.</div>
  322. </td>
  323. </tr>
  324. </tbody>
  325. </table>
  326. </li>
  327. <li class="blockList"><a name="org.jboss.netty.channel.socket.http">
  328. <!-- -->
  329. </a>
  330. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/socket/http/package-summary.html">org.jboss.netty.channel.socket.http</a></h3>
  331. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  332. <caption><span>Classes in <a href="../../../../../org/jboss/netty/channel/socket/http/package-summary.html">org.jboss.netty.channel.socket.http</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  333. <tr>
  334. <th class="colFirst" scope="col">Modifier and Type</th>
  335. <th class="colLast" scope="col">Class and Description</th>
  336. </tr>
  337. <tbody>
  338. <tr class="altColor">
  339. <td class="colFirst"><code>class&nbsp;</code></td>
  340. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/http/HttpTunnelingClientSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.http">HttpTunnelingClientSocketChannelFactory</a></strong></code>
  341. <div class="block">Creates a client-side <a href="../../../../../org/jboss/netty/channel/socket/SocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>SocketChannel</code></a> which connects to an
  342. <a href="../../../../../org/jboss/netty/channel/socket/http/HttpTunnelingServlet.html" title="class in org.jboss.netty.channel.socket.http"><code>HttpTunnelingServlet</code></a> to communicate with the server application
  343. behind the <a href="../../../../../org/jboss/netty/channel/socket/http/HttpTunnelingServlet.html" title="class in org.jboss.netty.channel.socket.http"><code>HttpTunnelingServlet</code></a>.</div>
  344. </td>
  345. </tr>
  346. </tbody>
  347. </table>
  348. </li>
  349. <li class="blockList"><a name="org.jboss.netty.channel.socket.nio">
  350. <!-- -->
  351. </a>
  352. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/socket/nio/package-summary.html">org.jboss.netty.channel.socket.nio</a></h3>
  353. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  354. <caption><span>Classes in <a href="../../../../../org/jboss/netty/channel/socket/nio/package-summary.html">org.jboss.netty.channel.socket.nio</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  355. <tr>
  356. <th class="colFirst" scope="col">Modifier and Type</th>
  357. <th class="colLast" scope="col">Class and Description</th>
  358. </tr>
  359. <tbody>
  360. <tr class="altColor">
  361. <td class="colFirst"><code>class&nbsp;</code></td>
  362. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/AbstractNioWorkerPool.html" title="class in org.jboss.netty.channel.socket.nio">AbstractNioWorkerPool</a>&lt;E extends org.jboss.netty.channel.socket.nio.AbstractNioWorker&gt;</strong></code>
  363. <div class="block">Abstract base class for <a href="../../../../../org/jboss/netty/channel/socket/nio/WorkerPool.html" title="interface in org.jboss.netty.channel.socket.nio"><code>WorkerPool</code></a> implementations that create the <a href="../../../../../org/jboss/netty/channel/socket/Worker.html" title="interface in org.jboss.netty.channel.socket"><code>Worker</code></a>'s
  364. up-front and return them in a "fair" fashion when calling <a href="../../../../../org/jboss/netty/channel/socket/nio/AbstractNioWorkerPool.html#nextWorker()"><code>AbstractNioWorkerPool.nextWorker()</code></a></div>
  365. </td>
  366. </tr>
  367. <tr class="rowColor">
  368. <td class="colFirst"><code>class&nbsp;</code></td>
  369. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/NioClientSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.nio">NioClientSocketChannelFactory</a></strong></code>
  370. <div class="block">A <a href="../../../../../org/jboss/netty/channel/socket/ClientSocketChannelFactory.html" title="interface in org.jboss.netty.channel.socket"><code>ClientSocketChannelFactory</code></a> which creates a client-side NIO-based
  371. <a href="../../../../../org/jboss/netty/channel/socket/SocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>SocketChannel</code></a>.</div>
  372. </td>
  373. </tr>
  374. <tr class="altColor">
  375. <td class="colFirst"><code>class&nbsp;</code></td>
  376. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/NioDatagramChannelFactory.html" title="class in org.jboss.netty.channel.socket.nio">NioDatagramChannelFactory</a></strong></code>
  377. <div class="block">A <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannelFactory.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannelFactory</code></a> that creates a NIO-based connectionless
  378. <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannel.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannel</code></a>.</div>
  379. </td>
  380. </tr>
  381. <tr class="rowColor">
  382. <td class="colFirst"><code>class&nbsp;</code></td>
  383. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/NioDatagramWorkerPool.html" title="class in org.jboss.netty.channel.socket.nio">NioDatagramWorkerPool</a></strong></code>
  384. <div class="block">Default implementation which hands of <a href="../../../../../org/jboss/netty/channel/socket/nio/NioDatagramWorker.html" title="class in org.jboss.netty.channel.socket.nio"><code>NioDatagramWorker</code></a>'s</div>
  385. </td>
  386. </tr>
  387. <tr class="altColor">
  388. <td class="colFirst"><code>class&nbsp;</code></td>
  389. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/NioServerSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.nio">NioServerSocketChannelFactory</a></strong></code>
  390. <div class="block">A <a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannelFactory.html" title="interface in org.jboss.netty.channel.socket"><code>ServerSocketChannelFactory</code></a> which creates a server-side NIO-based
  391. <a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>ServerSocketChannel</code></a>.</div>
  392. </td>
  393. </tr>
  394. <tr class="rowColor">
  395. <td class="colFirst"><code>class&nbsp;</code></td>
  396. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/NioWorkerPool.html" title="class in org.jboss.netty.channel.socket.nio">NioWorkerPool</a></strong></code>
  397. <div class="block">Default implementation which hands of <a href="../../../../../org/jboss/netty/channel/socket/nio/NioWorker.html" title="class in org.jboss.netty.channel.socket.nio"><code>NioWorker</code></a>'s</div>
  398. </td>
  399. </tr>
  400. </tbody>
  401. </table>
  402. </li>
  403. <li class="blockList"><a name="org.jboss.netty.channel.socket.oio">
  404. <!-- -->
  405. </a>
  406. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/channel/socket/oio/package-summary.html">org.jboss.netty.channel.socket.oio</a></h3>
  407. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  408. <caption><span>Classes in <a href="../../../../../org/jboss/netty/channel/socket/oio/package-summary.html">org.jboss.netty.channel.socket.oio</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  409. <tr>
  410. <th class="colFirst" scope="col">Modifier and Type</th>
  411. <th class="colLast" scope="col">Class and Description</th>
  412. </tr>
  413. <tbody>
  414. <tr class="altColor">
  415. <td class="colFirst"><code>class&nbsp;</code></td>
  416. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/oio/OioClientSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.oio">OioClientSocketChannelFactory</a></strong></code>
  417. <div class="block">A <a href="../../../../../org/jboss/netty/channel/socket/ClientSocketChannelFactory.html" title="interface in org.jboss.netty.channel.socket"><code>ClientSocketChannelFactory</code></a> which creates a client-side blocking
  418. I/O based <a href="../../../../../org/jboss/netty/channel/socket/SocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>SocketChannel</code></a>.</div>
  419. </td>
  420. </tr>
  421. <tr class="rowColor">
  422. <td class="colFirst"><code>class&nbsp;</code></td>
  423. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/oio/OioDatagramChannelFactory.html" title="class in org.jboss.netty.channel.socket.oio">OioDatagramChannelFactory</a></strong></code>
  424. <div class="block">A <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannelFactory.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannelFactory</code></a> which creates a blocking I/O based
  425. <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannel.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannel</code></a>.</div>
  426. </td>
  427. </tr>
  428. <tr class="altColor">
  429. <td class="colFirst"><code>class&nbsp;</code></td>
  430. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/oio/OioServerSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.oio">OioServerSocketChannelFactory</a></strong></code>
  431. <div class="block">A <a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannelFactory.html" title="interface in org.jboss.netty.channel.socket"><code>ServerSocketChannelFactory</code></a> which creates a server-side blocking
  432. I/O based <a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>ServerSocketChannel</code></a>.</div>
  433. </td>
  434. </tr>
  435. </tbody>
  436. </table>
  437. </li>
  438. <li class="blockList"><a name="org.jboss.netty.handler.execution">
  439. <!-- -->
  440. </a>
  441. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/handler/execution/package-summary.html">org.jboss.netty.handler.execution</a></h3>
  442. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  443. <caption><span>Classes in <a href="../../../../../org/jboss/netty/handler/execution/package-summary.html">org.jboss.netty.handler.execution</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  444. <tr>
  445. <th class="colFirst" scope="col">Modifier and Type</th>
  446. <th class="colLast" scope="col">Class and Description</th>
  447. </tr>
  448. <tbody>
  449. <tr class="altColor">
  450. <td class="colFirst"><code>class&nbsp;</code></td>
  451. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/execution/ChainedExecutor.html" title="class in org.jboss.netty.handler.execution">ChainedExecutor</a></strong></code>
  452. <div class="block">A special <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><code>Executor</code></a> which allows to chain a series of
  453. <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><code>Executor</code></a>s and <a href="../../../../../org/jboss/netty/handler/execution/ChannelEventRunnableFilter.html" title="interface in org.jboss.netty.handler.execution"><code>ChannelEventRunnableFilter</code></a>.</div>
  454. </td>
  455. </tr>
  456. <tr class="rowColor">
  457. <td class="colFirst"><code>class&nbsp;</code></td>
  458. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/execution/ExecutionHandler.html" title="class in org.jboss.netty.handler.execution">ExecutionHandler</a></strong></code>
  459. <div class="block">Forwards an upstream <a href="../../../../../org/jboss/netty/channel/ChannelEvent.html" title="interface in org.jboss.netty.channel"><code>ChannelEvent</code></a> to an <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><code>Executor</code></a>.</div>
  460. </td>
  461. </tr>
  462. </tbody>
  463. </table>
  464. </li>
  465. <li class="blockList"><a name="org.jboss.netty.handler.timeout">
  466. <!-- -->
  467. </a>
  468. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/handler/timeout/package-summary.html">org.jboss.netty.handler.timeout</a></h3>
  469. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  470. <caption><span>Classes in <a href="../../../../../org/jboss/netty/handler/timeout/package-summary.html">org.jboss.netty.handler.timeout</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  471. <tr>
  472. <th class="colFirst" scope="col">Modifier and Type</th>
  473. <th class="colLast" scope="col">Class and Description</th>
  474. </tr>
  475. <tbody>
  476. <tr class="altColor">
  477. <td class="colFirst"><code>class&nbsp;</code></td>
  478. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/timeout/IdleStateHandler.html" title="class in org.jboss.netty.handler.timeout">IdleStateHandler</a></strong></code>
  479. <div class="block">Triggers an <a href="../../../../../org/jboss/netty/handler/timeout/IdleStateEvent.html" title="interface in org.jboss.netty.handler.timeout"><code>IdleStateEvent</code></a> when a <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel"><code>Channel</code></a> has not performed
  480. read, write, or both operation for a while.</div>
  481. </td>
  482. </tr>
  483. <tr class="rowColor">
  484. <td class="colFirst"><code>class&nbsp;</code></td>
  485. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/timeout/ReadTimeoutHandler.html" title="class in org.jboss.netty.handler.timeout">ReadTimeoutHandler</a></strong></code>
  486. <div class="block">Raises a <a href="../../../../../org/jboss/netty/handler/timeout/ReadTimeoutException.html" title="class in org.jboss.netty.handler.timeout"><code>ReadTimeoutException</code></a> when no data was read within a certain
  487. period of time.</div>
  488. </td>
  489. </tr>
  490. <tr class="altColor">
  491. <td class="colFirst"><code>class&nbsp;</code></td>
  492. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/timeout/WriteTimeoutHandler.html" title="class in org.jboss.netty.handler.timeout">WriteTimeoutHandler</a></strong></code>
  493. <div class="block">Raises a <a href="../../../../../org/jboss/netty/handler/timeout/WriteTimeoutException.html" title="class in org.jboss.netty.handler.timeout"><code>WriteTimeoutException</code></a> when no data was written within a
  494. certain period of time.</div>
  495. </td>
  496. </tr>
  497. </tbody>
  498. </table>
  499. </li>
  500. <li class="blockList"><a name="org.jboss.netty.handler.traffic">
  501. <!-- -->
  502. </a>
  503. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/handler/traffic/package-summary.html">org.jboss.netty.handler.traffic</a></h3>
  504. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  505. <caption><span>Classes in <a href="../../../../../org/jboss/netty/handler/traffic/package-summary.html">org.jboss.netty.handler.traffic</a> that implement <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  506. <tr>
  507. <th class="colFirst" scope="col">Modifier and Type</th>
  508. <th class="colLast" scope="col">Class and Description</th>
  509. </tr>
  510. <tbody>
  511. <tr class="altColor">
  512. <td class="colFirst"><code>class&nbsp;</code></td>
  513. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/traffic/AbstractTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic">AbstractTrafficShapingHandler</a></strong></code>
  514. <div class="block">AbstractTrafficShapingHandler allows to limit the global bandwidth
  515. (see <a href="../../../../../org/jboss/netty/handler/traffic/GlobalTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic"><code>GlobalTrafficShapingHandler</code></a>) or per session
  516. bandwidth (see <a href="../../../../../org/jboss/netty/handler/traffic/ChannelTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic"><code>ChannelTrafficShapingHandler</code></a>), as traffic shaping.</div>
  517. </td>
  518. </tr>
  519. <tr class="rowColor">
  520. <td class="colFirst"><code>class&nbsp;</code></td>
  521. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/traffic/ChannelTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic">ChannelTrafficShapingHandler</a></strong></code>
  522. <div class="block">This implementation of the <a href="../../../../../org/jboss/netty/handler/traffic/AbstractTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic"><code>AbstractTrafficShapingHandler</code></a> is for channel
  523. traffic shaping, that is to say a per channel limitation of the bandwidth.</div>
  524. </td>
  525. </tr>
  526. <tr class="altColor">
  527. <td class="colFirst"><code>class&nbsp;</code></td>
  528. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/handler/traffic/GlobalTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic">GlobalTrafficShapingHandler</a></strong></code>
  529. <div class="block">This implementation of the <a href="../../../../../org/jboss/netty/handler/traffic/AbstractTrafficShapingHandler.html" title="class in org.jboss.netty.handler.traffic"><code>AbstractTrafficShapingHandler</code></a> is for global
  530. traffic shaping, that is to say a global limitation of the bandwidth, whatever
  531. the number of opened channels.</div>
  532. </td>
  533. </tr>
  534. </tbody>
  535. </table>
  536. </li>
  537. <li class="blockList"><a name="org.jboss.netty.util">
  538. <!-- -->
  539. </a>
  540. <h3>Uses of <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a> in <a href="../../../../../org/jboss/netty/util/package-summary.html">org.jboss.netty.util</a></h3>
  541. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  542. <caption><span>Methods in <a href="../../../../../org/jboss/netty/util/package-summary.html">org.jboss.netty.util</a> with parameters of type <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a></span><span class="tabEnd">&nbsp;</span></caption>
  543. <tr>
  544. <th class="colFirst" scope="col">Modifier and Type</th>
  545. <th class="colLast" scope="col">Method and Description</th>
  546. </tr>
  547. <tbody>
  548. <tr class="altColor">
  549. <td class="colFirst"><code>static void</code></td>
  550. <td class="colLast"><span class="strong">ExternalResourceUtil.</span><code><strong><a href="../../../../../org/jboss/netty/util/ExternalResourceUtil.html#release(org.jboss.netty.util.ExternalResourceReleasable...)">release</a></strong>(<a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">ExternalResourceReleasable</a>...&nbsp;releasables)</code>
  551. <div class="block">Releases the specified <a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util"><code>ExternalResourceReleasable</code></a>s.</div>
  552. </td>
  553. </tr>
  554. </tbody>
  555. </table>
  556. </li>
  557. </ul>
  558. </li>
  559. </ul>
  560. </div>
  561. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  562. <div class="bottomNav"><a name="navbar_bottom">
  563. <!-- -->
  564. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  565. <!-- -->
  566. </a>
  567. <ul class="navList" title="Navigation">
  568. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  569. <li><a href="../package-summary.html">Package</a></li>
  570. <li><a href="../../../../../org/jboss/netty/util/ExternalResourceReleasable.html" title="interface in org.jboss.netty.util">Class</a></li>
  571. <li class="navBarCell1Rev">Use</li>
  572. <li><a href="../package-tree.html">Tree</a></li>
  573. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  574. <li><a href="../../../../../index-all.html">Index</a></li>
  575. <li><a href="../../../../../help-doc.html">Help</a></li>
  576. </ul>
  577. </div>
  578. <div class="subNav">
  579. <ul class="navList">
  580. <li>Prev</li>
  581. <li>Next</li>
  582. </ul>
  583. <ul class="navList">
  584. <li><a href="../../../../../index.html?org/jboss/netty/util/class-use/ExternalResourceReleasable.html" target="_top">Frames</a></li>
  585. <li><a href="ExternalResourceReleasable.html" target="_top">No Frames</a></li>
  586. </ul>
  587. <ul class="navList" id="allclasses_navbar_bottom">
  588. <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
  589. </ul>
  590. <div>
  591. <script type="text/javascript"><!--
  592. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  593. if(window==top) {
  594. allClassesLink.style.display = "block";
  595. }
  596. else {
  597. allClassesLink.style.display = "none";
  598. }
  599. //-->
  600. </script>
  601. </div>
  602. <a name="skip-navbar_bottom">
  603. <!-- -->
  604. </a></div>
  605. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  606. <p class="legalCopy"><small>Copyright &#169; 2008-2012 <a href="http://netty.io/">The Netty Project</a>. All Rights Reserved.</small></p>
  607. </body>
  608. </html>