Class Http2Settings


  • public class Http2Settings
    extends Object
    The http2 settings used to get the vendor specific push builder API
    Author:
    Martin Grigorov
    • Method Detail

      • setPushBuilder

        public Http2Settings setPushBuilder​(PushBuilder pushBuilder)
        Sets the push builder that has been initialized
        Parameters:
        pushBuilder - the push builder to be used after the initialization
        Returns:
        the push builder
      • getPushBuilder

        public PushBuilder getPushBuilder()
        Gets the push builder which has been initialized
        Returns:
        the push builder