psmarko opened a new pull request, #525:
URL: https://github.com/apache/httpcomponents-core/pull/525

   The FrameFactory interface is useful as, for example, it allows patching in 
PRIORITY support and changing frame values that are not generally configurable. 
It is set to the default impl in ClientH2StreamMultiplexerFactory making it 
hard to change. This PR adds the appropriate setter methods into 
ClientH2StreamMultiplexerFactory and H2RequesterBootstrap to choose a 
FrameFactory impl as so:
   ```java
   H2RequesterBootstrap.bootstrap().setFrameFactory(impl).create()
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to