PageRenderTime 52ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/server/Uconnocalypse/lib/netty-3.5.8.Final-api/org/jboss/netty/channel/class-use/ChannelFactory.html

https://bitbucket.org/EthanLevine/senior-design
HTML | 542 lines | 503 code | 0 blank | 39 comment | 0 complexity | 5d86026ccd2089c651e132014b175869 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.channel.ChannelFactory (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.channel.ChannelFactory (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/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">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/channel/class-use/ChannelFactory.html" target="_top">Frames</a></li>
  45. <li><a href="ChannelFactory.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.channel.ChannelFactory" class="title">Uses of Interface<br>org.jboss.netty.channel.ChannelFactory</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/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</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. </tbody>
  130. </table>
  131. </li>
  132. <li class="blockList">
  133. <ul class="blockList">
  134. <li class="blockList"><a name="org.jboss.netty.bootstrap">
  135. <!-- -->
  136. </a>
  137. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/bootstrap/package-summary.html">org.jboss.netty.bootstrap</a></h3>
  138. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  139. <caption><span>Methods in <a href="../../../../../org/jboss/netty/bootstrap/package-summary.html">org.jboss.netty.bootstrap</a> that return <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  140. <tr>
  141. <th class="colFirst" scope="col">Modifier and Type</th>
  142. <th class="colLast" scope="col">Method and Description</th>
  143. </tr>
  144. <tbody>
  145. <tr class="altColor">
  146. <td class="colFirst"><code><a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></code></td>
  147. <td class="colLast"><span class="strong">Bootstrap.</span><code><strong><a href="../../../../../org/jboss/netty/bootstrap/Bootstrap.html#getFactory()">getFactory</a></strong>()</code>
  148. <div class="block">Returns the <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> that will be used to perform an
  149. I/O operation.</div>
  150. </td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  155. <caption><span>Methods in <a href="../../../../../org/jboss/netty/bootstrap/package-summary.html">org.jboss.netty.bootstrap</a> with parameters of type <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  156. <tr>
  157. <th class="colFirst" scope="col">Modifier and Type</th>
  158. <th class="colLast" scope="col">Method and Description</th>
  159. </tr>
  160. <tbody>
  161. <tr class="altColor">
  162. <td class="colFirst"><code>void</code></td>
  163. <td class="colLast"><span class="strong">ServerBootstrap.</span><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ServerBootstrap.html#setFactory(org.jboss.netty.channel.ChannelFactory)">setFactory</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory)</code>
  164. <div class="block">Sets the <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> that will be used to perform an I/O
  165. operation.</div>
  166. </td>
  167. </tr>
  168. <tr class="rowColor">
  169. <td class="colFirst"><code>void</code></td>
  170. <td class="colLast"><span class="strong">Bootstrap.</span><code><strong><a href="../../../../../org/jboss/netty/bootstrap/Bootstrap.html#setFactory(org.jboss.netty.channel.ChannelFactory)">setFactory</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory)</code>
  171. <div class="block">Sets the <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> that will be used to perform an I/O
  172. operation.</div>
  173. </td>
  174. </tr>
  175. </tbody>
  176. </table>
  177. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  178. <caption><span>Constructors in <a href="../../../../../org/jboss/netty/bootstrap/package-summary.html">org.jboss.netty.bootstrap</a> with parameters of type <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  179. <tr>
  180. <th class="colOne" scope="col">Constructor and Description</th>
  181. </tr>
  182. <tbody>
  183. <tr class="altColor">
  184. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/Bootstrap.html#Bootstrap(org.jboss.netty.channel.ChannelFactory)">Bootstrap</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;channelFactory)</code>
  185. <div class="block">Creates a new instance with the specified initial <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a>.</div>
  186. </td>
  187. </tr>
  188. <tr class="rowColor">
  189. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ClientBootstrap.html#ClientBootstrap(org.jboss.netty.channel.ChannelFactory)">ClientBootstrap</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;channelFactory)</code>
  190. <div class="block">Creates a new instance with the specified initial <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a>.</div>
  191. </td>
  192. </tr>
  193. <tr class="altColor">
  194. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ConnectionlessBootstrap.html#ConnectionlessBootstrap(org.jboss.netty.channel.ChannelFactory)">ConnectionlessBootstrap</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;channelFactory)</code>
  195. <div class="block">Creates a new instance with the specified initial <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a>.</div>
  196. </td>
  197. </tr>
  198. <tr class="rowColor">
  199. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/bootstrap/ServerBootstrap.html#ServerBootstrap(org.jboss.netty.channel.ChannelFactory)">ServerBootstrap</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;channelFactory)</code>
  200. <div class="block">Creates a new instance with the specified initial <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a>.</div>
  201. </td>
  202. </tr>
  203. </tbody>
  204. </table>
  205. </li>
  206. <li class="blockList"><a name="org.jboss.netty.channel">
  207. <!-- -->
  208. </a>
  209. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a></h3>
  210. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  211. <caption><span>Subinterfaces of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a></span><span class="tabEnd">&nbsp;</span></caption>
  212. <tr>
  213. <th class="colFirst" scope="col">Modifier and Type</th>
  214. <th class="colLast" scope="col">Interface and Description</th>
  215. </tr>
  216. <tbody>
  217. <tr class="altColor">
  218. <td class="colFirst"><code>interface&nbsp;</code></td>
  219. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/ServerChannelFactory.html" title="interface in org.jboss.netty.channel">ServerChannelFactory</a></strong></code>
  220. <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>
  221. </td>
  222. </tr>
  223. </tbody>
  224. </table>
  225. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  226. <caption><span>Methods in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a> that return <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  227. <tr>
  228. <th class="colFirst" scope="col">Modifier and Type</th>
  229. <th class="colLast" scope="col">Method and Description</th>
  230. </tr>
  231. <tbody>
  232. <tr class="altColor">
  233. <td class="colFirst"><code><a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></code></td>
  234. <td class="colLast"><span class="strong">Channel.</span><code><strong><a href="../../../../../org/jboss/netty/channel/Channel.html#getFactory()">getFactory</a></strong>()</code>
  235. <div class="block">Returns the <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel"><code>ChannelFactory</code></a> which created this channel.</div>
  236. </td>
  237. </tr>
  238. <tr class="rowColor">
  239. <td class="colFirst"><code><a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></code></td>
  240. <td class="colLast"><span class="strong">AbstractChannel.</span><code><strong><a href="../../../../../org/jboss/netty/channel/AbstractChannel.html#getFactory()">getFactory</a></strong>()</code>&nbsp;</td>
  241. </tr>
  242. </tbody>
  243. </table>
  244. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  245. <caption><span>Constructors in <a href="../../../../../org/jboss/netty/channel/package-summary.html">org.jboss.netty.channel</a> with parameters of type <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  246. <tr>
  247. <th class="colOne" scope="col">Constructor and Description</th>
  248. </tr>
  249. <tbody>
  250. <tr class="altColor">
  251. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/AbstractChannel.html#AbstractChannel(org.jboss.netty.channel.Channel, org.jboss.netty.channel.ChannelFactory, org.jboss.netty.channel.ChannelPipeline, org.jboss.netty.channel.ChannelSink)">AbstractChannel</a></strong>(<a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel">Channel</a>&nbsp;parent,
  252. <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory,
  253. <a href="../../../../../org/jboss/netty/channel/ChannelPipeline.html" title="interface in org.jboss.netty.channel">ChannelPipeline</a>&nbsp;pipeline,
  254. <a href="../../../../../org/jboss/netty/channel/ChannelSink.html" title="interface in org.jboss.netty.channel">ChannelSink</a>&nbsp;sink)</code>
  255. <div class="block">Creates a new instance.</div>
  256. </td>
  257. </tr>
  258. <tr class="rowColor">
  259. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/AbstractChannel.html#AbstractChannel(java.lang.Integer, org.jboss.netty.channel.Channel, org.jboss.netty.channel.ChannelFactory, org.jboss.netty.channel.ChannelPipeline, org.jboss.netty.channel.ChannelSink)">AbstractChannel</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;id,
  260. <a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel">Channel</a>&nbsp;parent,
  261. <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory,
  262. <a href="../../../../../org/jboss/netty/channel/ChannelPipeline.html" title="interface in org.jboss.netty.channel">ChannelPipeline</a>&nbsp;pipeline,
  263. <a href="../../../../../org/jboss/netty/channel/ChannelSink.html" title="interface in org.jboss.netty.channel">ChannelSink</a>&nbsp;sink)</code>
  264. <div class="block">(Internal use only) Creates a new temporary instance with the specified
  265. ID.</div>
  266. </td>
  267. </tr>
  268. <tr class="altColor">
  269. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/AbstractServerChannel.html#AbstractServerChannel(org.jboss.netty.channel.ChannelFactory, org.jboss.netty.channel.ChannelPipeline, org.jboss.netty.channel.ChannelSink)">AbstractServerChannel</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory,
  270. <a href="../../../../../org/jboss/netty/channel/ChannelPipeline.html" title="interface in org.jboss.netty.channel">ChannelPipeline</a>&nbsp;pipeline,
  271. <a href="../../../../../org/jboss/netty/channel/ChannelSink.html" title="interface in org.jboss.netty.channel">ChannelSink</a>&nbsp;sink)</code>
  272. <div class="block">Creates a new instance.</div>
  273. </td>
  274. </tr>
  275. </tbody>
  276. </table>
  277. </li>
  278. <li class="blockList"><a name="org.jboss.netty.channel.local">
  279. <!-- -->
  280. </a>
  281. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/local/package-summary.html">org.jboss.netty.channel.local</a></h3>
  282. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  283. <caption><span>Subinterfaces of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</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>
  284. <tr>
  285. <th class="colFirst" scope="col">Modifier and Type</th>
  286. <th class="colLast" scope="col">Interface and Description</th>
  287. </tr>
  288. <tbody>
  289. <tr class="altColor">
  290. <td class="colFirst"><code>interface&nbsp;</code></td>
  291. <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>
  292. <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>
  293. </td>
  294. </tr>
  295. <tr class="rowColor">
  296. <td class="colFirst"><code>interface&nbsp;</code></td>
  297. <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>
  298. <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>
  299. </td>
  300. </tr>
  301. </tbody>
  302. </table>
  303. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  304. <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/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  305. <tr>
  306. <th class="colFirst" scope="col">Modifier and Type</th>
  307. <th class="colLast" scope="col">Class and Description</th>
  308. </tr>
  309. <tbody>
  310. <tr class="altColor">
  311. <td class="colFirst"><code>class&nbsp;</code></td>
  312. <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>
  313. <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>
  314. </td>
  315. </tr>
  316. <tr class="rowColor">
  317. <td class="colFirst"><code>class&nbsp;</code></td>
  318. <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>
  319. <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>
  320. </td>
  321. </tr>
  322. </tbody>
  323. </table>
  324. </li>
  325. <li class="blockList"><a name="org.jboss.netty.channel.socket">
  326. <!-- -->
  327. </a>
  328. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/socket/package-summary.html">org.jboss.netty.channel.socket</a></h3>
  329. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  330. <caption><span>Subinterfaces of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</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>
  331. <tr>
  332. <th class="colFirst" scope="col">Modifier and Type</th>
  333. <th class="colLast" scope="col">Interface and Description</th>
  334. </tr>
  335. <tbody>
  336. <tr class="altColor">
  337. <td class="colFirst"><code>interface&nbsp;</code></td>
  338. <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>
  339. <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>
  340. </td>
  341. </tr>
  342. <tr class="rowColor">
  343. <td class="colFirst"><code>interface&nbsp;</code></td>
  344. <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>
  345. <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>
  346. </td>
  347. </tr>
  348. <tr class="altColor">
  349. <td class="colFirst"><code>interface&nbsp;</code></td>
  350. <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>
  351. <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>
  352. </td>
  353. </tr>
  354. </tbody>
  355. </table>
  356. </li>
  357. <li class="blockList"><a name="org.jboss.netty.channel.socket.http">
  358. <!-- -->
  359. </a>
  360. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/socket/http/package-summary.html">org.jboss.netty.channel.socket.http</a></h3>
  361. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  362. <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/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  363. <tr>
  364. <th class="colFirst" scope="col">Modifier and Type</th>
  365. <th class="colLast" scope="col">Class and Description</th>
  366. </tr>
  367. <tbody>
  368. <tr class="altColor">
  369. <td class="colFirst"><code>class&nbsp;</code></td>
  370. <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>
  371. <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
  372. <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
  373. 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>
  374. </td>
  375. </tr>
  376. </tbody>
  377. </table>
  378. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  379. <caption><span>Methods in <a href="../../../../../org/jboss/netty/channel/socket/http/package-summary.html">org.jboss.netty.channel.socket.http</a> that return <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  380. <tr>
  381. <th class="colFirst" scope="col">Modifier and Type</th>
  382. <th class="colLast" scope="col">Method and Description</th>
  383. </tr>
  384. <tbody>
  385. <tr class="altColor">
  386. <td class="colFirst"><code>protected <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></code></td>
  387. <td class="colLast"><span class="strong">HttpTunnelingServlet.</span><code><strong><a href="../../../../../org/jboss/netty/channel/socket/http/HttpTunnelingServlet.html#createChannelFactory(java.net.SocketAddress)">createChannelFactory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net">SocketAddress</a>&nbsp;remoteAddress)</code>&nbsp;</td>
  388. </tr>
  389. </tbody>
  390. </table>
  391. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  392. <caption><span>Methods in <a href="../../../../../org/jboss/netty/channel/socket/http/package-summary.html">org.jboss.netty.channel.socket.http</a> with parameters of type <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  393. <tr>
  394. <th class="colFirst" scope="col">Modifier and Type</th>
  395. <th class="colLast" scope="col">Method and Description</th>
  396. </tr>
  397. <tbody>
  398. <tr class="altColor">
  399. <td class="colFirst"><code>protected void</code></td>
  400. <td class="colLast"><span class="strong">HttpTunnelingServlet.</span><code><strong><a href="../../../../../org/jboss/netty/channel/socket/http/HttpTunnelingServlet.html#destroyChannelFactory(org.jboss.netty.channel.ChannelFactory)">destroyChannelFactory</a></strong>(<a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory)</code>&nbsp;</td>
  401. </tr>
  402. </tbody>
  403. </table>
  404. </li>
  405. <li class="blockList"><a name="org.jboss.netty.channel.socket.nio">
  406. <!-- -->
  407. </a>
  408. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/socket/nio/package-summary.html">org.jboss.netty.channel.socket.nio</a></h3>
  409. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  410. <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/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  411. <tr>
  412. <th class="colFirst" scope="col">Modifier and Type</th>
  413. <th class="colLast" scope="col">Class and Description</th>
  414. </tr>
  415. <tbody>
  416. <tr class="altColor">
  417. <td class="colFirst"><code>class&nbsp;</code></td>
  418. <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>
  419. <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
  420. <a href="../../../../../org/jboss/netty/channel/socket/SocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>SocketChannel</code></a>.</div>
  421. </td>
  422. </tr>
  423. <tr class="rowColor">
  424. <td class="colFirst"><code>class&nbsp;</code></td>
  425. <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>
  426. <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
  427. <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannel.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannel</code></a>.</div>
  428. </td>
  429. </tr>
  430. <tr class="altColor">
  431. <td class="colFirst"><code>class&nbsp;</code></td>
  432. <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>
  433. <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
  434. <a href="../../../../../org/jboss/netty/channel/socket/ServerSocketChannel.html" title="interface in org.jboss.netty.channel.socket"><code>ServerSocketChannel</code></a>.</div>
  435. </td>
  436. </tr>
  437. </tbody>
  438. </table>
  439. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  440. <caption><span>Constructors in <a href="../../../../../org/jboss/netty/channel/socket/nio/package-summary.html">org.jboss.netty.channel.socket.nio</a> with parameters of type <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  441. <tr>
  442. <th class="colOne" scope="col">Constructor and Description</th>
  443. </tr>
  444. <tbody>
  445. <tr class="altColor">
  446. <td class="colLast"><code><strong><a href="../../../../../org/jboss/netty/channel/socket/nio/NioSocketChannel.html#NioSocketChannel(org.jboss.netty.channel.Channel, org.jboss.netty.channel.ChannelFactory, org.jboss.netty.channel.ChannelPipeline, org.jboss.netty.channel.ChannelSink, java.nio.channels.SocketChannel, org.jboss.netty.channel.socket.nio.NioWorker)">NioSocketChannel</a></strong>(<a href="../../../../../org/jboss/netty/channel/Channel.html" title="interface in org.jboss.netty.channel">Channel</a>&nbsp;parent,
  447. <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a>&nbsp;factory,
  448. <a href="../../../../../org/jboss/netty/channel/ChannelPipeline.html" title="interface in org.jboss.netty.channel">ChannelPipeline</a>&nbsp;pipeline,
  449. <a href="../../../../../org/jboss/netty/channel/ChannelSink.html" title="interface in org.jboss.netty.channel">ChannelSink</a>&nbsp;sink,
  450. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/SocketChannel.html?is-external=true" title="class or interface in java.nio.channels">SocketChannel</a>&nbsp;socket,
  451. <a href="../../../../../org/jboss/netty/channel/socket/nio/NioWorker.html" title="class in org.jboss.netty.channel.socket.nio">NioWorker</a>&nbsp;worker)</code>&nbsp;</td>
  452. </tr>
  453. </tbody>
  454. </table>
  455. </li>
  456. <li class="blockList"><a name="org.jboss.netty.channel.socket.oio">
  457. <!-- -->
  458. </a>
  459. <h3>Uses of <a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a> in <a href="../../../../../org/jboss/netty/channel/socket/oio/package-summary.html">org.jboss.netty.channel.socket.oio</a></h3>
  460. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  461. <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/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">ChannelFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
  462. <tr>
  463. <th class="colFirst" scope="col">Modifier and Type</th>
  464. <th class="colLast" scope="col">Class and Description</th>
  465. </tr>
  466. <tbody>
  467. <tr class="altColor">
  468. <td class="colFirst"><code>class&nbsp;</code></td>
  469. <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>
  470. <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
  471. 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>
  472. </td>
  473. </tr>
  474. <tr class="rowColor">
  475. <td class="colFirst"><code>class&nbsp;</code></td>
  476. <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>
  477. <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
  478. <a href="../../../../../org/jboss/netty/channel/socket/DatagramChannel.html" title="interface in org.jboss.netty.channel.socket"><code>DatagramChannel</code></a>.</div>
  479. </td>
  480. </tr>
  481. <tr class="altColor">
  482. <td class="colFirst"><code>class&nbsp;</code></td>
  483. <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>
  484. <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
  485. 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>
  486. </td>
  487. </tr>
  488. </tbody>
  489. </table>
  490. </li>
  491. </ul>
  492. </li>
  493. </ul>
  494. </div>
  495. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  496. <div class="bottomNav"><a name="navbar_bottom">
  497. <!-- -->
  498. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  499. <!-- -->
  500. </a>
  501. <ul class="navList" title="Navigation">
  502. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  503. <li><a href="../package-summary.html">Package</a></li>
  504. <li><a href="../../../../../org/jboss/netty/channel/ChannelFactory.html" title="interface in org.jboss.netty.channel">Class</a></li>
  505. <li class="navBarCell1Rev">Use</li>
  506. <li><a href="../package-tree.html">Tree</a></li>
  507. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  508. <li><a href="../../../../../index-all.html">Index</a></li>
  509. <li><a href="../../../../../help-doc.html">Help</a></li>
  510. </ul>
  511. </div>
  512. <div class="subNav">
  513. <ul class="navList">
  514. <li>Prev</li>
  515. <li>Next</li>
  516. </ul>
  517. <ul class="navList">
  518. <li><a href="../../../../../index.html?org/jboss/netty/channel/class-use/ChannelFactory.html" target="_top">Frames</a></li>
  519. <li><a href="ChannelFactory.html" target="_top">No Frames</a></li>
  520. </ul>
  521. <ul class="navList" id="allclasses_navbar_bottom">
  522. <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
  523. </ul>
  524. <div>
  525. <script type="text/javascript"><!--
  526. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  527. if(window==top) {
  528. allClassesLink.style.display = "block";
  529. }
  530. else {
  531. allClassesLink.style.display = "none";
  532. }
  533. //-->
  534. </script>
  535. </div>
  536. <a name="skip-navbar_bottom">
  537. <!-- -->
  538. </a></div>
  539. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  540. <p class="legalCopy"><small>Copyright &#169; 2008-2012 <a href="http://netty.io/">The Netty Project</a>. All Rights Reserved.</small></p>
  541. </body>
  542. </html>