Searched refs:serverChannel (Results 1 – 6 of 6) sorted by relevance
226 private final ServerSocketChannel serverChannel;239 serverChannel = ServerSocketChannel.open();240 serverChannel.socket().bind(new InetSocketAddress(TestUtils.getLoopbackAddress(), 0));273 serverChannel.close();288 return serverChannel.socket().getLocalPort();298 channel = serverChannel.accept();
221 private final ServerSocketChannel serverChannel;234 serverChannel = ServerSocketChannel.open();235 serverChannel.socket().bind(new InetSocketAddress(TestUtils.getLoopbackAddress(), 0));268 serverChannel.close();283 return serverChannel.socket().getLocalPort();293 channel = serverChannel.accept();
37 zx::channel serverChannel; in ConnectToServiceRoot() local38 zx_status_t result = zx::channel::create(0, &clientChannel, &serverChannel); in ConnectToServiceRoot()40 result = fdio_service_connect("/svc/.", serverChannel.release()); in ConnectToServiceRoot()
102 ServerSocketChannel serverChannel = serverSocket.getChannel(); in accept() local107 channel = serverChannel.accept(); in accept()
100 ServerSocketChannel serverChannel = serverSocket.getChannel(); in accept() local105 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()