Package org.hertsstack.http
Interface HertsHttpInterceptor
-
public interface HertsHttpInterceptor
Herts http server interceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterHandle()
After handle interceptvoid
beforeHandle(HertsHttpRequest request)
Before handle intercept
-
-
-
Method Detail
-
beforeHandle
void beforeHandle(HertsHttpRequest request)
Before handle intercept- Parameters:
request
- Herts Request class
-
afterHandle
void afterHandle()
After handle intercept
-
-