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

com.taobao.csp.sentinel.slots.block.callbacks.DefaultUrlBlock Maven / Gradle / Ivy

There is a newer version: 1.8.3
Show newest version
package com.taobao.csp.sentinel.slots.block.callbacks;

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

/***
 * url限流默认跳转到限流页面
 * 
 * @author youji.zj [email protected]
 * @since 2014-10-2
 *
 */
public class DefaultUrlBlock implements UrlBlock {
	
	@Override
	public void blocked(HttpServletRequest request, HttpServletResponse response) throws IOException {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy