Home
last modified time | relevance | path

Searched refs:negotiationFuture (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DProtocolNegotiatorsTest.java346 ChannelFuture negotiationFuture = channel.writeAndFlush(bb(golden, channel)); in httpProxy_completes() local
360 assertFalse(negotiationFuture.isDone()); in httpProxy_completes()
362 negotiationFuture.sync(); in httpProxy_completes()
410 ChannelFuture negotiationFuture = channel.writeAndFlush(bb(golden, channel)); in httpProxy_500() local
420 assertFalse(negotiationFuture.isDone()); in httpProxy_500()
425 negotiationFuture.sync(); in httpProxy_500()