简体   繁体   中英

Jetty HTTP2 server using Headers and Data frames

I want to create a Jetty HTTP2 Server that recieves POST requests via stream. I noticed that there are more examples about Http2Client then server.

Can anyone help me with some references about http2 server implementation? The technologies that I want to use are Spring 5 and Servlet 4.0.

Thanks.

This case is invalid, it was an issue on the client part. It is enough to use Servlet 4.x with Spring 5 and jetty (web) server in a java application. According to jetty/http2 documentation, jetty as a server waits the entire request (header and data frames) from the client application and then it will be processed. In conclusion, there is no additional code on server part.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM