Searched refs:serverChannel (Results 1 – 5 of 5) sorted by relevance
228 private final ServerSocketChannel serverChannel;240 serverChannel = ServerSocketChannel.open();241 serverChannel.socket().bind(new InetSocketAddress(TestUtils.getLoopbackAddress(), 0));273 serverChannel.close();288 return serverChannel.socket().getLocalPort();298 channel = serverChannel.accept();
223 private final ServerSocketChannel serverChannel;235 serverChannel = ServerSocketChannel.open();236 serverChannel.socket().bind(new InetSocketAddress(TestUtils.getLoopbackAddress(), 0));268 serverChannel.close();283 return serverChannel.socket().getLocalPort();293 channel = serverChannel.accept();
100 ServerSocketChannel serverChannel = serverSocket.getChannel(); in accept() local105 channel = serverChannel.accept(); in accept()
102 ServerSocketChannel serverChannel = serverSocket.getChannel(); in accept() local107 channel = serverChannel.accept(); in accept()
322 Channel serverChannel = new ServerBootstrap().group(elg).channel(LocalServerChannel.class) in httpProxy_completes() local339 serverChannel.close(); in httpProxy_completes()386 Channel serverChannel = new ServerBootstrap().group(elg).channel(LocalServerChannel.class) in httpProxy_500() local403 serverChannel.close(); in httpProxy_500()