Home
last modified time | relevance | path

Searched refs:tcnative (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc-java/
DSECURITY.md56 …is only provided for the Netty transport via [netty-tcnative](https://github.com/netty/netty-tcnat…
57 [Apache Tomcat's tcnative](http://tomcat.apache.org/native-doc/), a JNI wrapper around OpenSSL.
61 As of version `1.1.33.Fork14`, netty-tcnative provides two options for usage: statically or dynamic…
62 we recommend that users first look at `netty-tcnative-boringssl-static`, which is statically linked…
68 … A better solution in this case is to use the dynamically linked `netty-tcnative` artifact, which …
71 ### OpenSSL: Statically Linked (netty-tcnative-boringssl-static)
73 …etty transport for OpenSSL. You just need to add the appropriate `netty-tcnative-boringssl-static`…
75 Artifacts are available on [Maven Central](http://repo1.maven.org/maven2/io/netty/netty-tcnative-bo…
83 ##### Getting netty-tcnative-boringssl-static from Maven
92 <artifactId>netty-tcnative-boringssl-static</artifactId>
[all …]
Drepositories.bzl288 artifact = "io.netty:netty-tcnative-boringssl-static:2.0.12.Final",
Dbuild.gradle227 netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.12.Final',
/external/grpc-grpc-java/netty/shaded/src/testShadow/java/io/grpc/netty/shaded/
DShadingTest.java89 public void tcnative() throws Exception { in tcnative() method in ShadingTest
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle51 // For the generated scripts, use Netty tcnative (i.e. OpenSSL).
/external/opencensus-java/examples/
Dbuild.gradle52 "io.netty:netty-tcnative-boringssl-static:2.0.8.Final"
/external/conscrypt/
DREADME.md11 work on [netty-tcnative](http://netty.io/wiki/forked-tomcat-native.html), giving `Conscrypt`
Dbuild.gradle121 netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork26',
/external/grpc-grpc-java/examples/
Dbuild.gradle40 compile "io.netty:netty-tcnative-boringssl-static:${nettyTcNativeVersion}"
/external/opencensus-java/
DCHANGELOG.md71 - Fix build on platforms that are not supported by `netty-tcnative`.
Dbuild.gradle480 // supported by io.netty:netty-tcnative-boringssl-static:jar. Also see: