Home
last modified time | relevance | path

Searched +full:netty +full:- +full:project (Results 1 – 25 of 161) sorted by relevance

1234567

/external/grpc-grpc-java/netty/shaded/
Dbuild.gradle10 id "maven-publish"
16 description = "gRPC: Netty Shaded"
21 implementation project(':grpc-netty')
22 runtimeOnly libraries.netty.tcnative,
23 libraries.netty.tcnative.classes
24 runtimeOnly (libraries.netty.tcnative) {
26 classifier = "linux-x86_64"
29 runtimeOnly (libraries.netty.tcnative) {
31 classifier = "linux-aarch_64"
34 runtimeOnly (libraries.netty.tcnative) {
[all …]
DAndroid.bp2 // Copyright (C) 2020 The Android Open Source Project
8 // http://www.apache.org/licenses/LICENSE-2.0
17 // The below module imports the Netty shaded binary from the Maven repository
19 // external dependencies and missing build-system support.
23 // See: http://go/android-license-faq
24 // A large-scale-change added 'default_applicable_licenses' to import
25 // all of the 'license_kinds' from "external_grpc-grpc-java_license"
27 // SPDX-license-identifier-Apache-2.0
28 default_applicable_licenses: ["external_grpc-grpc-java_license"],
32 name: "grpc-java-netty-shaded",
[all …]
/external/grpc-grpc-java/alts/
Dbuild.gradle2 id "java-library"
3 id "maven-publish"
13 api project(':grpc-core')
14 implementation project(':grpc-auth'),
15 project(':grpc-grpclb'),
16 project(':grpc-protobuf'),
17 project(':grpc-stub'),
20 libraries.guava.jre, // JRE required by protobuf-java-util from grpclb
22 def nettyDependency = implementation project(':grpc-netty')
26 shadow project(path: ':grpc-netty-shaded', configuration: 'shadow')
[all …]
/external/grpc-grpc-java/netty/
Dbuild.gradle2 id "java-library"
3 id "maven-publish"
10 description = "gRPC: Netty"
17 api project(':grpc-core'),
18 libraries.netty.codec.http2
19 implementation libs.netty.handler.proxy,
23 libraries.netty.unix.common
26 testImplementation testFixtures(project(':grpc-core')),
27 testFixtures(project(':grpc-api')),
28 project(':grpc-testing'),
[all …]
/external/grpc-grpc-java/xds/
Dbuild.gradle5 id "maven-publish"
17 srcDir "${projectDir}/third_party/zero-allocation-hashing/main/java"
21 srcDir 'third_party/protoc-gen-validate/src/main/proto'
29 srcDir "${projectDir}/third_party/zero-allocation-hashing/test/java"
42 thirdpartyImplementation project(':grpc-protobuf'),
43 project(':grpc-stub'),
46 implementation project(':grpc-stub'),
47 project(':grpc-core'),
48 project(':grpc-services'),
49 project(':grpc-auth'),
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-lambda/src/test/resources/projects/nettyclient/reference/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
6 <artifactId>test-netty-artifact</artifactId>
7 <version>1.0-SNAPSHOT</version>
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
19 <netty.openssl.version>2.0.29.Final</netty.openssl.version>
41 <artifactId>netty-nio-client</artifactId>
45 <artifactId>apache-client</artifactId>
52 <artifactId>netty-nio-client</artifactId>
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-lambda/src/main/resources/archetype-resources/
Dpom.xml2 <?xml version="1.0" encoding="UTF-8"?>
3project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
20 #if( $httpClient == 'netty-nio-client')
21 <netty.openssl.version>${nettyOpenSslVersion}</netty.openssl.version>
44 <artifactId>netty-nio-client</artifactId>
48 <artifactId>apache-client</artifactId>
58 #if( $httpClient == 'netty-nio-client')
59 …<!-- Adding netty-tcnative dependency so that netty async client uses openSSL as sslProvider if su…
[all …]
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DHttp2ControlFrameLimitEncoder.java2 * Copyright 2019 The Netty Project
4 * The Netty Project licenses this file to you under the Apache License, version 2.0 (the
8 * http://www.apache.org/licenses/LICENSE-2.0
15 package io.grpc.netty;
17 import io.netty.channel.ChannelFuture;
18 import io.netty.channel.ChannelFutureListener;
19 import io.netty.channel.ChannelHandlerContext;
20 import io.netty.channel.ChannelPromise;
21 import io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder;
22 import io.netty.handler.codec.http2.Http2ConnectionEncoder;
[all …]
/external/grpc-grpc-java/
Dsettings.gradle22 useModule("com.google.cloud.tools:appengine-gradle-plugin:${requested.version}")
33 include ":grpc-api"
34 include ":grpc-core"
35 include ":grpc-context"
36 include ":grpc-stub"
37 include ":grpc-census"
38 include ":grpc-auth"
39 include ":grpc-okhttp"
40 include ":grpc-protobuf"
41 include ":grpc-protobuf-lite"
[all …]
DSECURITY.md6 [gRPC CVE Process]: https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md
21 [Play Services Provider](#tls-on-android) and for non-Android systems we
22 recommend [netty-tcnative with
23 BoringSSL](#tls-with-netty-tcnative-on-boringssl).
28 Provider][] to ensure your application has an up-to-date OpenSSL library with
29 the necessary cipher-suites and a reliable ALPN implementation. This requires
30 [updating the security provider at runtime][config-psdsp].
42 … Provider]: https://www.appfoundry.be/blog/2014/11/18/Google-Play-Services-Dynamic-Security-Provid…
43 [config-psdsp]: https://developer.android.com/training/articles/security-gms-provider.html
49 on [Maven Central][conscrypt-maven].
[all …]
/external/aws-sdk-java-v2/test/http-client-tests/
Dpom.xml2 <!--
15 -->
17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22 <artifactId>aws-sdk-java-pom</artifactId>
27 <artifactId>http-client-tests</artifactId>
37 <artifactId>bom-internal</artifactId>
38 <version>${project.version}</version>
48 <artifactId>http-client-spi</artifactId>
53 <artifactId>metrics-spi</artifactId>
[all …]
/external/aws-sdk-java-v2/buildspecs/
Darchetype-native-image-test.yml7 - mvn clean install -pl :archetype-app-quickstart -P quick --am -T1C
8 - mvn clean install -pl :bom,:bom-internal -P quick
9 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1)
10 - echo "Current version is $CURRENT_VERSION"
11 - cd .. && mkdir tmp
12 - cd tmp
13 - |
15 -DarchetypeGroupId=software.amazon.awssdk \
16 -DarchetypeArtifactId=archetype-app-quickstart \
17 -DarchetypeVersion=$CURRENT_VERSION \
[all …]
/external/okhttp/benchmarks/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
19 <version>1.0-beta-1</version>
21 <!-- caliper needs to be updated to be compatible with guava 16 -->
30 <version>${project.version}</version>
34 <artifactId>okhttp-urlconnection</artifactId>
35 <version>${project.version}</version>
40 <version>${project.version}</version>
44 <artifactId>bcprov-jdk15on</artifactId>
51 <groupId>io.netty</groupId>
[all …]
/external/aws-sdk-java-v2/http-clients/netty-nio-client/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 -->
17 <project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>http-clients</artifactId>
27 <artifactId>netty-nio-client</artifactId>
28 <name>AWS Java SDK :: HTTP Clients :: Netty Non-Blocking I/O</name>
33 <!--SDK dependencies-->
[all …]
/external/cronet/third_party/netty4/src/
DREADME.md1 # Netty Project
3 Netty is an asynchronous event-driven network application framework for rapid development of mainta…
7 * [Web Site](http://netty.io/)
8 * [Downloads](http://netty.io/downloads.html)
9 * [Documentation](http://netty.io/wiki/)
14 …formation about building and developing Netty, please visit [the developer guide](http://netty.io/…
16 You require the following to build Netty:
20 * If you are on Linux, you need [additional development packages](http://netty.io/wiki/native-trans…
22 Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Ne…
26 … [the branch '3.9'](https://github.com/netty/netty/tree/3.9) and [the branch '4.0'](https://github…
/external/grpc-grpc-java/gcp-observability/
Dbuild.gradle2 id "java-library"
3 id "maven-publish"
14 "-Xlint:-processing"
26 api project(':grpc-api')
30 implementation project(':grpc-protobuf'),
31 project(':grpc-stub'),
32 project(':grpc-census'),
34 // Avoid gradle using project dependencies without configuration: shadow
35 implementation ("com.google.cloud:google-cloud-logging:${cloudLoggingVersion}") {
36 exclude group: 'io.grpc', module: 'grpc-alts'
[all …]
/external/grpc-grpc-java/benchmarks/
Dbuild.gradle4 id "maven-publish"
14 jvmArgs = ["-server", "-Xms2g", "-Xmx2g"]
22 implementation project(':grpc-core'),
23 project(':grpc-netty'),
24 project(':grpc-okhttp'),
25 project(':grpc-stub'),
26 project(':grpc-protobuf'),
27 project(':grpc-testing'),
28 project(path: ':grpc-xds', configuration: 'shadow'),
30 libraries.netty.tcnative,
[all …]
/external/grpc-grpc-java/istio-interop-testing/
Dbuild.gradle17 implementation project(':grpc-core'),
18 project(':grpc-netty'),
19 project(':grpc-protobuf'),
20 project(':grpc-services'),
21 project(':grpc-stub'),
22 project(':grpc-testing'),
23 project(':grpc-xds')
27 runtimeOnly libraries.netty.tcnative,
28 libraries.netty.tcnative.classes
29 testImplementation testFixtures(project(':grpc-context')),
[all …]
/external/opencensus-java/exporters/trace/ocagent/
DREADME.md1 # OpenCensus Java OC-Agent Trace Exporter
3 The *OpenCensus Java OC-Agent Trace Exporter* is the Java implementation of the OpenCensus Agent
4 (OC-Agent) Trace Exporter.
8 ### Add the dependencies to your project
15 <artifactId>opencensus-api</artifactId>
20 <artifactId>opencensus-exporter-trace-ocagent</artifactId>
25 <artifactId>opencensus-impl</artifactId>
30 <groupId>io.netty</groupId>
31 <artifactId>netty-tcnative-boringssl-static</artifactId>
40 compile 'io.opencensus:opencensus-api:0.28.3'
[all …]
/external/aws-sdk-java-v2/bom-internal/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 -->
17 <project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>aws-sdk-java-pom</artifactId>
27 <artifactId>bom-internal</artifactId>
31 <!-- Non-Test Dependencies -->
38 <groupId>commons-io</groupId>
[all …]
/external/opencensus-java/exporters/metrics/ocagent/
DREADME.md1 # OpenCensus Java OC-Agent Metrics Exporter
3 The *OpenCensus Java OC-Agent Metrics Exporter* is the Java implementation of the OpenCensus Agent
4 (OC-Agent) Metrics Exporter.
8 ### Add the dependencies to your project
15 <artifactId>opencensus-api</artifactId>
20 <artifactId>opencensus-exporter-metrics-ocagent</artifactId>
25 <artifactId>opencensus-impl</artifactId>
30 <groupId>io.netty</groupId>
31 <artifactId>netty-tcnative-boringssl-static</artifactId>
40 compile 'io.opencensus:opencensus-api:0.22.0'
[all …]
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle4 id "maven-publish"
17 implementation project(path: ':grpc-alts', configuration: 'shadow'),
18 project(':grpc-auth'),
19 project(':grpc-census'),
20 project(':grpc-core'),
21 project(':grpc-googleapis'),
22 project(':grpc-netty'),
23 project(':grpc-okhttp'),
24 project(':grpc-protobuf'),
25 project(':grpc-rls'),
[all …]
/external/grpc-grpc-java/examples/example-debug/
DREADME.md7 The example requires grpc-java to already be built. You are strongly encouraged
13 1. Optional: Build the hello-world-debug example client.
17 `grpc-java/examples/examples-debug` directory run:
24 scripts `build/install/debug/bin/hostname-debuggable-server/bin/hostname-debuggable-server`
31 $ ./build/install/debug/bin/hostname-debuggable-server/bin/hostname-debuggable-server
36 Note: You can use the standard hello-world client with no debugging enabled and
38 about the client you need to run the hello-world-debuggable client.
43 $ ../build/install/examples/bin/hello-world-client
49 $ ./build/install/examples-debug/bin/hello-world-debuggable-client
56 1. Build the hello-world example client. See [the examples README](../README.md)
[all …]
/external/cronet/third_party/netty-tcnative/src/java/io/netty/internal/tcnative/
DCertificateRequestedCallback.java2 * Copyright 2016 The Netty Project
4 * The Netty Project licenses this file to you under the Apache License,
8 * http://www.apache.org/licenses/LICENSE-2.0
16 package io.netty.internal.tcnative;
55 // Non-final so we can extend from this later ond cache these easily in Netty.
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
19 url "https://maven-central.storage-download.googleapis.com/maven2/" }
40 url "https://maven-central.storage-download.googleapis.com/maven2/" }
46 providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
47 runtimeOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.59'
48 implementation project(':grpc-netty')
49 implementation project(":grpc-stub")
50 implementation (project(':grpc-interop-testing')) {
51 // Avoid grpc-netty-shaded dependency
52 exclude group: 'io.grpc', module: 'grpc-alts'
[all …]

1234567