Searched refs:SlowHttpServerConnection (Results 1 – 1 of 1) sorted by relevance
857 return new SlowHttpServerConnection(mDisconnected, SERVER_DELAY_MILLIS); in createHttpServerConnection()867 private static class SlowHttpServerConnection extends DefaultHttpServerConnection { class in NativeDecoderTest872 public SlowHttpServerConnection(CountDownLatch disconnected, int delayMillis) { in SlowHttpServerConnection() method in NativeDecoderTest.SlowHttpServerConnection