Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DProtocolNegotiatorsTest.java182 FakeGrpcHttp2ConnectionHandler.newHandler();
1073 new KickStartHandler(nego.newHandler(FakeGrpcHttp2ConnectionHandler.noopHandler())); in httpProxy_completes()
1136 new KickStartHandler(nego.newHandler(FakeGrpcHttp2ConnectionHandler.noopHandler())); in httpProxy_500()
1222 FakeGrpcHttp2ConnectionHandler gh = FakeGrpcHttp2ConnectionHandler.newHandler(); in clientTlsHandler_firesNegotiation()
1231 .newHandler(FakeGrpcHttp2ConnectionHandler.noopHandler()); in clientTlsHandler_firesNegotiation()
1279 return new Http2ServerUpgradeCodec(FakeGrpcHttp2ConnectionHandler.newHandler()); in plaintextUpgradeNegotiator()
1299 FakeGrpcHttp2ConnectionHandler gh = FakeGrpcHttp2ConnectionHandler.newHandler(); in plaintextUpgradeNegotiator()
1337 private static class FakeGrpcHttp2ConnectionHandler extends GrpcHttp2ConnectionHandler { class in ProtocolNegotiatorsTest
1339 static FakeGrpcHttp2ConnectionHandler noopHandler() { in noopHandler()
1343 static FakeGrpcHttp2ConnectionHandler newHandler() { in newHandler()
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientWrapperForServerSdsTestMisc.java355 GrpcHttp2ConnectionHandler grpcHandler = FakeGrpcHttp2ConnectionHandler.newHandler(); in getSslContextProviderSupplier()
370 private static final class FakeGrpcHttp2ConnectionHandler extends GrpcHttp2ConnectionHandler { class in XdsClientWrapperForServerSdsTestMisc
371 FakeGrpcHttp2ConnectionHandler( in FakeGrpcHttp2ConnectionHandler() method in XdsClientWrapperForServerSdsTestMisc.FakeGrpcHttp2ConnectionHandler
379 static FakeGrpcHttp2ConnectionHandler newHandler() { in newHandler()
386 return new FakeGrpcHttp2ConnectionHandler( in newHandler()
H A DFilterChainMatchingProtocolNegotiatorsTest.java82 FakeGrpcHttp2ConnectionHandler.newHandler();
1226 private static final class FakeGrpcHttp2ConnectionHandler extends GrpcHttp2ConnectionHandler {
1227 FakeGrpcHttp2ConnectionHandler(
1235 static FakeGrpcHttp2ConnectionHandler newHandler() {
1242 return new FakeGrpcHttp2ConnectionHandler(
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/
H A DSecurityProtocolNegotiatorsTest.java91 FakeGrpcHttp2ConnectionHandler.newHandler();
439 private static final class FakeGrpcHttp2ConnectionHandler extends GrpcHttp2ConnectionHandler { class in SecurityProtocolNegotiatorsTest
441 FakeGrpcHttp2ConnectionHandler( in FakeGrpcHttp2ConnectionHandler() method in SecurityProtocolNegotiatorsTest.FakeGrpcHttp2ConnectionHandler
449 static FakeGrpcHttp2ConnectionHandler newHandler() { in newHandler()
456 return new FakeGrpcHttp2ConnectionHandler( in newHandler()