Package org.hertsstack.http
Interface HertsHttpInterceptor
- 
 public interface HertsHttpInterceptorHerts http server interceptor
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterHandle()After handle interceptvoidbeforeHandle(HertsHttpRequest request)Before handle intercept
 
- 
- 
- 
Method Detail- 
beforeHandlevoid beforeHandle(HertsHttpRequest request) Before handle intercept- Parameters:
- request- Herts Request class
 
 - 
afterHandlevoid afterHandle() After handle intercept
 
- 
 
-