Class ProtocolConfiguration


  • public class ProtocolConfiguration
    extends Object
    Configuration of the protocol.
    • Constructor Detail

      • ProtocolConfiguration

        public ProtocolConfiguration()
    • Method Detail

      • hTTPConfiguration

        public HTTPConfiguration hTTPConfiguration()
        Get the hTTPConfiguration value.
        Returns:
        the hTTPConfiguration value
      • withHTTPConfiguration

        public ProtocolConfiguration withHTTPConfiguration​(HTTPConfiguration hTTPConfiguration)
        Set the hTTPConfiguration value.
        Parameters:
        hTTPConfiguration - the hTTPConfiguration value to set
        Returns:
        the ProtocolConfiguration object itself.