Searched refs:channelHandlerCtx (Results 1 – 1 of 1) sorted by relevance
90 private ChannelHandlerContext channelHandlerCtx; field in ProtocolNegotiatorsTest134 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()