类 GZipOut

java.lang.Object
com.gdxsoft.easyweb.script.servlets.GZipOut

public class GZipOut extends Object
  • 构造器详细资料

    • GZipOut

      public GZipOut(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
  • 方法详细资料

    • outContent

      public void outContent(String cnt) throws javax.servlet.ServletException, IOException
      抛出:
      javax.servlet.ServletException
      IOException
    • outGZip

      public void outGZip(String cnt) throws javax.servlet.ServletException, IOException
      抛出:
      javax.servlet.ServletException
      IOException
    • isGZip

      public boolean isGZip()
      返回:
      the _IsGZip
    • getGZipTag

      public String getGZipTag()
      返回:
      the _GZipTag
    • getResponse

      public javax.servlet.http.HttpServletResponse getResponse()
      返回:
      the _Response
    • getRequest

      public javax.servlet.http.HttpServletRequest getRequest()
      返回:
      the _Request