Class HttpHelper


  • public class HttpHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getFileNameFromContentDisposition​(java.lang.String headerName, java.lang.String headerValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpHelper

        public HttpHelper()
    • Method Detail

      • getFileNameFromContentDisposition

        public java.util.Optional<java.lang.String> getFileNameFromContentDisposition​(java.lang.String headerName,
                                                                                      java.lang.String headerValue)