All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javajy.api.b.f Maven / Gradle / Ivy

The newest version!
package com.javajy.api.b;

import java.io.IOException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpServletResponseWrapper;

public class f extends HttpServletResponseWrapper {
    g r;

    public f(HttpServletResponse var1) throws IOException {
        super(var1);
        this.r = new g(var1.getOutputStream());
    }

    public g g() {
        return this.r;
    }

    public ServletOutputStream getOutputStream() throws IOException {
        return this.r;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy