Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiHandshakeHandler.java112 public void handlerAdded(ChannelHandlerContext ctx) throws Exception { in handlerAdded() method in TsiHandshakeHandler
114 super.handlerAdded(ctx); in handlerAdded()
DTsiFrameHandler.java50 public void handlerAdded(ChannelHandlerContext ctx) throws Exception { in handlerAdded() method in TsiFrameHandler
51 super.handlerAdded(ctx); in handlerAdded()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractNettyHandler.java61 public void handlerAdded(ChannelHandlerContext ctx) throws Exception { in handlerAdded() method in AbstractNettyHandler
64 super.handlerAdded(ctx); in handlerAdded()
DProtocolNegotiators.java89 public void handlerAdded(ChannelHandlerContext ctx) throws Exception { in serverPlaintext()
142 public void handlerAdded(ChannelHandlerContext ctx) throws Exception {
143 super.handlerAdded(ctx);
318 public void handlerAdded(ChannelHandlerContext ctx) throws Exception {
716 public void handlerAdded(ChannelHandlerContext ctx) {
DNettyServerHandler.java315 public void handlerAdded(final ChannelHandlerContext ctx) throws Exception { in handlerAdded() method in NettyServerHandler
363 super.handlerAdded(ctx); in handlerAdded()