HomeSort by relevance Sort by last modified time
    Searched full:alpn (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/curl/docs/cmdline-opts/
no-alpn.d 1 Long: no-alpn
7 Help: Disable the ALPN TLS extension
9 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
10 with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
http2.d 7 See-also: no-alpn
no-npn.d 6 See-also: no-alpn http2
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/parent/3.4.1/
parent-3.4.1.pom 47 <!-- ALPN library targeted to Java 7 -->
48 <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
240 <id>alpn-when-jdk7</id>
246 ${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar
261 <groupId>org.mortbay.jetty.alpn</groupId
    [all...]
  /external/okhttp/
pom.xml 48 <!-- ALPN library targeted to Java 7 -->
49 <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
50 <!-- ALPN library targeted to Java 8 update 25. -->
51 <alpn.jdk8.version>8.1.2.v20141202</alpn.jdk8.version>
235 <id>alpn-when-jdk7</id>
240 <bootclasspathPrefix>${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar</bootclasspathPrefix
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/parent/2.5.0/
parent-2.5.0.pom 46 <!-- ALPN library targeted to Java 7 -->
47 <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
48 <!-- ALPN library targeted to Java 8 update 25. -->
49 <alpn.jdk8.version>8.1.2.v20141202</alpn.jdk8.version>
227 <id>alpn-when-jdk7</id>
232 <bootclasspathPrefix>${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar</bootclasspathPrefix
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/parent/2.7.2/
parent-2.7.2.pom 48 <!-- ALPN library targeted to Java 7 -->
49 <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
50 <!-- ALPN library targeted to Java 8 update 25. -->
51 <alpn.jdk8.version>8.1.2.v20141202</alpn.jdk8.version>
235 <id>alpn-when-jdk7</id>
240 <bootclasspathPrefix>${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar</bootclasspathPrefix
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/parent/2.7.4/
parent-2.7.4.pom 48 <!-- ALPN library targeted to Java 7 -->
49 <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
50 <!-- ALPN library targeted to Java 8 update 25. -->
51 <alpn.jdk8.version>8.1.2.v20141202</alpn.jdk8.version>
235 <id>alpn-when-jdk7</id>
240 <bootclasspathPrefix>${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar</bootclasspathPrefix
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/
parent-3.3.0.pom 47 <!-- ALPN library targeted to Java 7 -->
48 <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
49 <!-- ALPN library targeted to Java 8 update 71 - 74 -->
50 <alpn.jdk8.version>8.1.7.v20160121</alpn.jdk8.version>
241 <id>alpn-when-jdk7</id>
247 ${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.ja
    [all...]
  /external/okhttp/benchmarks/
pom.xml 100 <id>alpn-when-jdk7</id>
106 <groupId>org.mortbay.jetty.alpn</groupId>
107 <artifactId>alpn-boot</artifactId>
108 <version>${alpn.jdk7.version}</version>
114 <id>alpn-when-jdk8</id>
120 <groupId>org.mortbay.jetty.alpn</groupId>
121 <artifactId>alpn-boot</artifactId>
122 <version>${alpn.jdk8.version}</version>
  /external/curl/docs/
HTTP2.md 38 ALPN (or NPN) to negotiate which protocol to continue with. Possibly introduce
44 ALPN is the TLS extension that HTTP/2 is expected to use. The NPN extension is
45 for a similar purpose, was made prior to ALPN and is used for SPDY so early
46 HTTP/2 servers are implemented using NPN before ALPN support is widespread.
49 applications to explicitly disable ALPN or NPN.
54 The challenge is the ALPN and NPN support and all our different SSL
58 - OpenSSL: ALPN and NPN
59 - libressl: ALPN and NPN
60 - BoringSSL: ALPN and NPN
61 - NSS: ALPN and NP
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractConscryptSocket.java 166 * Sets the list of ALPN protocols. This method internally converts the protocols to their
169 * @param alpnProtocols the list of ALPN protocols
177 * ALPN in the wire-format form used by BoringSSL (length-prefixed 8-bit strings).
180 * @param alpnProtocols the encoded form of the ALPN protocol list
187 * Sets the list of ALPN protocols.
189 * @param protocols the list of ALPN protocols
195 * Returns the list of supported ALPN protocols.
207 * Sets an application-provided ALPN protocol selector. If provided, this will override
ApplicationProtocolSelector.java 24 * Server-side selector for the ALPN protocol. This is a backward-compatibility shim for Java 9's
30 * Selects the appropriate ALPN protocol.
44 * Selects the appropriate ALPN protocol.
AbstractConscryptEngine.java 138 * Sets the list of ALPN protocols.
140 * @param protocols the list of ALPN protocols
145 * Returns the list of supported ALPN protocols.
156 * Sets an application-provided ALPN protocol selector. If provided, this will override
Conscrypt.java 296 * Returns the ALPN protocol agreed upon by client and server.
306 * Sets an application-provided ALPN protocol selector. If provided, this will override
310 * @param selector the ALPN protocol selector
318 * Sets the application-layer protocols (ALPN) in prioritization order.
331 * Gets the application-layer protocols (ALPN) in prioritization order.
497 * Sets the application-layer protocols (ALPN) in prioritization order.
510 * Gets the application-layer protocols (ALPN) in prioritization order.
521 * Sets an application-provided ALPN protocol selector. If provided, this will override
525 * @param selector the ALPN protocol selector
533 * Returns the ALPN protocol agreed upon by client and server
    [all...]
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhAlpnBenchmark.java 31 * Benchmark comparing ALPN performance between Conscrypt and Netty.
45 // JDK does not support ALPN, so exclude it from the benchmarks.
  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_ENABLE_ALPN.3 26 CURLOPT_SSL_ENABLE_ALPN \- enable ALPN
33 option enables/disables ALPN in the SSL handshake (if the SSL backend libcurl
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 55 * <h3>ALPN (Application Layer Protocol Negotiation)</h3>
176 // Find Jetty's ALPN extension for OpenJDK.
178 String negoClassName = "org.eclipse.jetty.alpn.ALPN";
279 // Enable ALPN.
348 * OpenJDK 7+ with {@code org.mortbay.jetty.alpn/alpn-boot} in the boot class path.
372 if (protocol == Protocol.HTTP_1_0) continue; // No HTTP/1.0 for ALPN.
397 logger.log(Level.INFO, "ALPN callback dropped: SPDY and HTTP/2 are disabled. "
398 + "Is alpn-boot on the boot class path?")
    [all...]
  /external/conscrypt/common/src/jni/main/include/conscrypt/
app_data.h 93 * We store the ALPN protocols list so we can either send it (from the server) or
166 * Only called in server mode. Sets the protocols for ALPN negotiation.
169 * @param alpnProtocols ALPN protocols so that they may be advertised (by the
171 * non-null enables ALPN. This array is copied so that no
195 * Only called in server mode. Sets the application-provided ALPN protocol selector.
196 * This overrides the list of ALPN protocols, if set.
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.pom 64 <groupId>org.eclipse.jetty.alpn</groupId>
65 <artifactId>alpn-api</artifactId>
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.pom 64 <groupId>org.eclipse.jetty.alpn</groupId>
65 <artifactId>alpn-api</artifactId>
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.pom 64 <groupId>org.eclipse.jetty.alpn</groupId>
65 <artifactId>alpn-api</artifactId>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Variant.java 25 /** The protocol as selected using ALPN. */
  /external/boringssl/src/ssl/test/
test_config.cc 66 { "-decline-alpn", &TestConfig::decline_alpn },
128 { "-allow-unknown-alpn-protos", &TestConfig::allow_unknown_alpn_protos },
131 { "-allow-false-start-without-alpn",
147 { "-advertise-alpn", &TestConfig::advertise_alpn },
148 { "-expect-alpn", &TestConfig::expected_alpn },
149 { "-expect-late-alpn", &TestConfig::expected_late_alpn },
150 { "-expect-advertised-alpn", &TestConfig::expected_advertised_alpn },
151 { "-select-alpn", &TestConfig::select_alpn },
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Protocol.java 22 * href="http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg">ALPN</a>
91 * Returns the string used to identify this protocol for ALPN, like

Completed in 300 milliseconds

1 2 3 4 5 6