HttpCore Examples (Async)
-
This example demonstrates asynchronous execution of multiple HTTP/1.1 requests.
-
This example demonstrates asynchronous execution of multiple HTTP/2 requests.
-
HTTP/2 requests over TLS connections with ALPN support on Java 1.7 and Java 1.8
This example demonstrates how to execute HTTP/2 requests over TLS connections with ALPN support on Java 1.7 and Java 1.8.
-
HTTP/1.1 GET requests with message pipelining
This example demonstrates asynchronous, pipelined execution multiple HTTP/1.1 requests.
-
HTTP/2 GET requests with multiple concurrent streams
This example demonstrates asynchronous, multistream execution of multiple HTTP/2 requests.
-
This is an example of an embedded HTTP/1.1 file server with an event driven, non-blocking message transport.
-
Request filters with HTTP/1.1 server
This is an example of using asynchronous request filters with an embedded HTTP/1.1 server.
-
This is an example of an embedded HTTP/2 file server with an event driven, non-blocking message transport.
-
This is an example of an embedded HTTP/1.1 reverse proxy with an event driven, non-blocking message transport.
-
SNI (Server Name Identification)
This is an example of SNI (Server Name Identification) usage with async I/O.
-
This is an example of HTTP/2 request that emits H2 Priority via “Priority” header




