类 org.eclipse.jetty.io.nio.SelectorManager.SelectSet
的使用

使用 SelectorManager.SelectSet 的软件包
org.eclipse.jetty.io.nio   
org.eclipse.jetty.server.nio   
 

org.eclipse.jetty.io.nioSelectorManager.SelectSet 的使用
 

返回 SelectorManager.SelectSetorg.eclipse.jetty.io.nio 中的方法
 SelectorManager.SelectSet SelectChannelEndPoint.getSelectSet()
           
 SelectorManager.SelectSet SelectorManager.getSelectSet(int i)
           
 

参数类型为 SelectorManager.SelectSetorg.eclipse.jetty.io.nio 中的方法
protected abstract  SelectChannelEndPoint SelectorManager.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey sKey)
          Create a new end point
 

参数类型为 SelectorManager.SelectSetorg.eclipse.jetty.io.nio 中的构造方法
NetworkTrafficSelectChannelEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdleTime, List<NetworkTrafficListener> listeners)
           
SelectChannelEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdleTime)
           
 

org.eclipse.jetty.server.nioSelectorManager.SelectSet 的使用
 

参数类型为 SelectorManager.SelectSetorg.eclipse.jetty.server.nio 中的方法
protected  SelectChannelEndPoint SelectChannelConnector.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
protected  SelectChannelEndPoint NetworkTrafficSelectChannelConnector.newEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key)
           
 



Copyright © 2013. All Rights Reserved.