Searched refs:inheritedChannel (Results 1 – 7 of 7) sorted by relevance
39 public Channel inheritedChannel() throws IOException { in inheritedChannel() method in DevPollSelectorProvider
39 public Channel inheritedChannel() throws IOException { in inheritedChannel() method in PollSelectorProvider
39 public Channel inheritedChannel() throws IOException { in inheritedChannel() method in EPollSelectorProvider
37 SelectorProvider.provider().inheritedChannel(); in test_open_methods()
231 Channel iChannel = System.inheritedChannel(); in test_inheritedChannel()235 sp.inheritedChannel(), iChannel); in test_inheritedChannel()
298 public Channel inheritedChannel() throws IOException {
239 public static Channel inheritedChannel() throws IOException { in inheritedChannel() method in System240 return SelectorProvider.provider().inheritedChannel(); in inheritedChannel()