grpc-java/benchmarks/src
Eric Anderson 7b111d2d00 benchmarks: Modernize TLS configuration
NIO does not mean to use Jetty ALPN; the only reason to use Jetty ALPN
is to test OkHttp. We don't need to disable ciphers to test Java 7
(except for OkHttp, which we don't care about on Java 7 and it wasn't
plumbed already) and we _really_ don't want people to copy the code to
do so. useTransportSecurity()/usePlaintext() are preferred over the
transport-specific NegotiationType.
2018-03-20 17:15:04 -07:00
..
generated/main compiler: avoid invoking experimental method in generated code 2018-02-08 11:25:38 -08:00
jmh/java/io/grpc/benchmarks compiler: add methods for accessing method descriptors 2017-10-30 10:30:34 -07:00
main benchmarks: Modernize TLS configuration 2018-03-20 17:15:04 -07:00
test/java/io/grpc/benchmarks/driver core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean) 2018-02-28 08:53:14 -08:00