Searched refs:SelectionKey (Results 1 – 11 of 11) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SelectChannelEndPoint.java | 25 import java.nio.channels.SelectionKey; 50 private SelectionKey _key; 96 …public SelectChannelEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey key, int max… in SelectChannelEndPoint() 112 public SelectionKey getSelectionKey() in getSelectionKey() 184 … ((_key.readyOps() & SelectionKey.OP_WRITE) == SelectionKey.OP_WRITE && (_key.interestOps() & Sele… in schedule() 187 _interestOps = _key.interestOps() & ~SelectionKey.OP_WRITE; in schedule() 589 ((!_socket.isInputShutdown() && read_interest ) ? SelectionKey.OP_READ : 0) in updateKey() 590 | ((!_socket.isOutputShutdown()&& write_interest) ? SelectionKey.OP_WRITE : 0); in updateKey() 784 SelectionKey key = _key; in close() 815 SelectionKey key = _key; in toString()
|
D | SelectorManager.java | 26 import java.nio.channels.SelectionKey; 363 …wEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey sKey) throws IO… in newEndPoint() 459 SelectionKey key=null; in doSelect() 480 key = channel.register(selector,SelectionKey.OP_READ,att); in doSelect() 487 key = channel.register(selector,SelectionKey.OP_CONNECT,att); in doSelect() 495 key = channel.register(selector,SelectionKey.OP_READ,null); in doSelect() 600 for (SelectionKey key: selector.selectedKeys()) in doSelect() 638 key.interestOps(SelectionKey.OP_READ); in doSelect() 761 for (SelectionKey k: selector.keys()) in renewSelector() 840 …private SelectChannelEndPoint createEndPoint(SocketChannel channel, SelectionKey sKey) throws IOEx… in createEndPoint() [all …]
|
D | NetworkTrafficSelectChannelEndPoint.java | 23 import java.nio.channels.SelectionKey; 38 …lEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdl… in NetworkTrafficSelectChannelEndPoint()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 192 int SelectionKey; member 194 int SelectionKey) in COFFSectionKey() 196 SelectionKey(SelectionKey) {} in COFFSectionKey() 202 return SelectionKey < Other.SelectionKey;
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
D | NetworkTrafficSelectChannelConnector.java | 22 import java.nio.channels.SelectionKey; 59 …wEndPoint(SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key) throws IOE… in newEndPoint()
|
D | SelectChannelConnector.java | 24 import java.nio.channels.SelectionKey; 269 …annelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey key) throws IOE… in newEndPoint() 329 …annelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey sKey) throws IO… in newEndPoint()
|
D | BlockingChannelConnector.java | 25 import java.nio.channels.SelectionKey;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | ChannelHelper.java | 23 import java.nio.channels.SelectionKey; 80 public static void close(SelectionKey key) { in close()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | SelectConnector.java | 23 import java.nio.channels.SelectionKey; 140 …annelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey key) throws IOE… in newEndPoint()
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketClientFactory.java | 24 import java.nio.channels.SelectionKey; 284 …ndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, final SelectionKey key) throws IOE… in newEndPoint()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ConnectHandler.java | 26 import java.nio.channels.SelectionKey; 479 …annelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey key) throws IOE… in newEndPoint()
|