[ https://issues.apache.org/jira/browse/CAY-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Savva Kolbachev updated CAY-2076: --------------------------------- Description: The goal is to add Jetty Client support for ROP client as a separate module with both HTTP/1.1 and HTTP/2 implementations. The solution is implementing ROPConnector interface with Jetty's HttpClient for HTTP/1.1 and Jetty's HttpClient over Http2Client for HTTP/2 . Depends on your needs, you could use HTTP/2 implementation with or without ALPN, which could be configured by Constants.ROP_SERVICE_USE_ALPN_PROPERTY. was: The goal is to add Jetty Client support for ROP client as a separate module with both HTTP/1.1 and HTTP/2 implementations. The solution is implementing ROPConnector interface with Jetty's HttpClient for HTTP/1.1 and Jetty's HttpClient over Http2Client for HTTP/2 . Depends on your needs, you could use HTTP/2 implementation with or without ALPN. > Implement Jetty Client HTTP/1.1 and HTTP/2 support for ROP Client > ----------------------------------------------------------------- > > Key: CAY-2076 > URL: https://issues.apache.org/jira/browse/CAY-2076 > Project: Cayenne > Issue Type: Task > Components: ROP > Reporter: Savva Kolbachev > Assignee: Savva Kolbachev > Fix For: 4.0.M4 > > > The goal is to add Jetty Client support for ROP client as a separate module > with both HTTP/1.1 and HTTP/2 implementations. > The solution is implementing ROPConnector interface with Jetty's HttpClient > for HTTP/1.1 and Jetty's HttpClient over Http2Client for HTTP/2 . > Depends on your needs, you could use HTTP/2 implementation with or without > ALPN, which could be configured by Constants.ROP_SERVICE_USE_ALPN_PROPERTY. -- This message was sent by Atlassian JIRA (v6.3.4#6332)