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

net.devslash.SessionManager.kt Maven / Gradle / Ivy

package net.devslash

interface SessionManager {
  fun  call(call: Call, jar: CookieJar): Exception?
  fun  call(call: Call): Exception?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy