Class ResponseHelper


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

      Constructors 
      Constructor Description
      ResponseHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.ws.rs.core.Response streamFile​(java.lang.String fileName, javax.ws.rs.core.StreamingOutput output, java.lang.String contentType)  
      • Methods inherited from class java.lang.Object

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

      • ResponseHelper

        public ResponseHelper()
    • Method Detail

      • streamFile

        public static javax.ws.rs.core.Response streamFile​(java.lang.String fileName,
                                                           javax.ws.rs.core.StreamingOutput output,
                                                           java.lang.String contentType)