Server: https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/examples/embedded/src/main/java/org/eclipse/jetty/embedded/Http2Server.java
Client - High Level: (does HTTP/1.1 and HTTP/2) Basic Usage of HttpClient with default behaviors https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/jetty-client/src/test/java/org/eclipse/jetty/client/HttpClientTest.java HTTP/2 Usage of HttpClient with HttpClientTransportOverHTTP2 https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/tests/test-distribution/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java#L150-L183HttpClientTransportOverHTTP2 <https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/tests/test-distribution/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java#L150-L183> Client - Low Level: (only does raw HTTP/2) Basic Usage of HTTP2Client https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/jetty-http2/http2-client/src/test/java/org/eclipse/jetty/http2/client/Client.java Joakim Erdfelt / [email protected] On Sat, Mar 2, 2019 at 1:34 PM sharanu patil <[email protected]> wrote: > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
