Package net.devslash
Interface SessionPersistingBeforeHook
-
- All Implemented Interfaces:
-
net.devslash.BeforeHook
public interface SessionPersistingBeforeHook implements BeforeHook
-
-
Method Summary
Modifier and Type Method Description abstract Unit
accept(Function1<Call<?>, Exception> subCallRunner, CookieJar cookieJar, HttpRequest req, RequestData<?> data)
-
-
Method Detail
-
accept
abstract Unit accept(Function1<Call<?>, Exception> subCallRunner, CookieJar cookieJar, HttpRequest req, RequestData<?> data)
-
-
-
-