Home
last modified time | relevance | path

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

/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServer.java230 public void operationComplete(ChannelFuture future) throws Exception { in start()
279 public void operationComplete(ChannelFuture future) throws Exception { in shutdown()
383 public void operationComplete(Future<Object> future) throws Exception { in getStats()
DNettyClientTransport.java137 public void operationComplete(ChannelFuture future) throws Exception { in ping()
257 public void operationComplete(ChannelFuture future) throws Exception {
342 public void operationComplete(Future<Object> future) throws Exception {
DNettyServerTransport.java129 public void operationComplete(ChannelFuture future) throws Exception { in start() method in NettyServerTransport.TerminationNotifier
221 public void operationComplete(Future<Object> future) throws Exception { in getStats()
DNettyClientStream.java139 public void operationComplete(ChannelFuture future) throws Exception { in writeHeaders()
171 public void operationComplete(ChannelFuture future) throws Exception { in writeFrame()
DNettyServerStream.java129 public void operationComplete(ChannelFuture future) throws Exception { in writeFrame()
DNettyClientHandler.java524 public void operationComplete(ChannelFuture future) throws Exception { in createStream()
618 public void operationComplete(ChannelFuture future) throws Exception { in sendPingFrame()
DNettyServerHandler.java604 public void operationComplete(ChannelFuture future) { in closeStreamWhenDone()
809 public void operationComplete(ChannelFuture future) throws Exception { in ping()
DProtocolNegotiators.java473 public void operationComplete(ChannelFuture future) throws Exception {
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsProtocolNegotiatorTest.java187 public void operationComplete(ChannelFuture future) throws Exception { in protectShouldRoundtrip()
304 public void operationComplete(ChannelFuture future) throws Exception { in flushShouldFailAllPromises()