Home
last modified time | relevance | path

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

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DProtocolNegotiatorsTest.java90 private ChannelHandlerContext channelHandlerCtx; field in ProtocolNegotiatorsTest
134 channelHandlerCtx = pipeline.context(handler); in tlsHandler_userEventTriggeredNonSslEvent()
157 channelHandlerCtx = pipeline.context(handler); in tlsHandler_userEventTriggeredSslEvent_unsupportedProtocol()
172 channelHandlerCtx = pipeline.context(handler); in tlsHandler_userEventTriggeredSslEvent_handshakeFailure()
196 channelHandlerCtx = pipeline.context(handler); in tlsHandler_userEventTriggeredSslEvent_supportedProtocolH2()
219 channelHandlerCtx = pipeline.context(handler); in tlsHandler_userEventTriggeredSslEvent_supportedProtocolGrpcExp()
233 channelHandlerCtx = pipeline.context(handler); in engineLog()
247 Level.INFO, channelHandlerCtx, "message", new Exception("bad")); in engineLog()