Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
H A DOkHttpClientTransportTest.java2428 private static class RuntimeExceptionThrowingSocketFactory extends SocketFactory { class in OkHttpClientTransportTest
2431 private RuntimeExceptionThrowingSocketFactory(RuntimeException exception) { in RuntimeExceptionThrowingSocketFactory() method in OkHttpClientTransportTest.RuntimeExceptionThrowingSocketFactory