mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-18 20:49:12 +00:00
Introduced `HttpClientTransportDynamic` to be able to switch transport dynamically. Refactored other transports and HttpDestination, removing now unnecessary classes. Introduced ProxyProtocolClientConnectionFactory and used it for testing. Updated OSGi tests now that jetty-client depends on jetty-alpn-client. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>