Class MultipartUrlConfig

    • Constructor Detail

      • MultipartUrlConfig

        @Deprecated
        public MultipartUrlConfig()
        Deprecated.
        only for use by unit tests
      • MultipartUrlConfig

        public MultipartUrlConfig​(String boundary)
    • Method Detail

      • getBoundary

        public String getBoundary()
      • getArguments

        public Arguments getArguments()
      • addArgument

        public void addArgument​(String name,
                                String value)
      • parseArguments

        public void parseArguments​(String queryString)
        This method allows a proxy server to send over the raw text from a browser's output stream to be parsed and stored correctly into the UrlConfig object.
        Parameters:
        queryString - text to parse