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

com.github.netty.protocol.servlet.ServletResetBufferIOException Maven / Gradle / Ivy

package com.github.netty.protocol.servlet;

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

/**
 * @author wangzihaogithub
 * 2020-06-07 00:07:16
 * @see HttpServletResponse#resetBuffer()
 */
public class ServletResetBufferIOException extends IOException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy