Home
last modified time | relevance | path

Searched defs:grpcHandlerCtx (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DProtocolNegotiatorsTest.java696 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in tlsHandler_userEventTriggeredNonSslEvent() local
730 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in tlsHandler_userEventTriggeredSslEvent_unsupportedProtocol() local
755 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in tlsHandler_userEventTriggeredSslEvent_handshakeFailure() local
778 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in tlsHandler_userEventTriggeredSslEvent_supportedProtocolH2() local
814 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in serverTlsHandler_userEventTriggeredSslEvent_supportedProtocolCustom() local
860 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in serverTlsHandler_userEventTriggeredSslEvent_unsupportedProtocolCustom() local
884 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in clientTlsHandler_userEventTriggeredSslEvent_supportedProtocolH2() local
922 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in clientTlsHandler_userEventTriggeredSslEvent_supportedProtocolCustom() local
958 ChannelHandlerContext grpcHandlerCtx = pipeline.context(grpcHandler); in clientTlsHandler_userEventTriggeredSslEvent_unsupportedProtocol() local