Lines Matching refs:tcnative
56 …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>
99 ##### Getting netty-tcnative-boringssl-static from Gradle
111 compile 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final'
115 ### OpenSSL: Dynamically Linked (netty-tcnative)
117 …. you need control over the version of OpenSSL), you can instead use the `netty-tcnative` artifact.
123 3. [netty-tcnative](https://github.com/netty/netty-tcnative) version >= 1.1.33.Fork7 must be on cla…
125 Artifacts are available on [Maven Central](http://repo1.maven.org/maven2/io/netty/netty-tcnative/) …
134 …atives than other Linux releases. To work around this limitation, netty-tcnative deploys two separ…
136 ##### Getting netty-tcnative from Maven argument
145 <artifactId>netty-tcnative</artifactId>
147 <classifier>${tcnative.classifier}</classifier>
161 <!-- Use Ant to configure the appropriate "tcnative.classifier" property -->
171 <condition property="tcnative.classifier"
189 ##### Getting netty-tcnative from Gradle argument
214 compile 'io.netty:netty-tcnative:2.0.7.Final:' + tcnative_classifier
329 …d beware of potential issues), or you'll need to build your own 32-bit version of `netty-tcnative`.
332 `netty-tcnative-boringssl-static` won't work. There are several alternatives:
333 - Use [netty-tcnative-alpine](https://github.com/pires/netty-tcnative-alpine)
337 then some versions of `netty-tcnative-boringssl-static` will have conflicts and
343 includes the proper version of Netty and `netty-tcnative-boringssl-static` in a
349 netty-tcnative has the same version)
350 - `io.netty:netty-tcnative-boringssl-static:jar`
352 If `netty-tcnative-boringssl-static` is missing, then you either need to add it as a dependency, or…
354 If you have both `netty-handler` and `netty-tcnative-boringssl-static` dependencies, then check the…
356 … explict Netty dependency in your project along with the corresponding `tcnative` versions. See th…
364 grpc-netty version | netty-handler version | netty-tcnative-boringssl-static version