PLSAR

class PLSAR(builder: PLSAR.Builder)

Constructors

Link copied to clipboard
fun PLSAR(builder: PLSAR.Builder)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
class Cache(builder: PLSAR.Cache.Builder)
Link copied to clipboard
object Companion
Link copied to clipboard
class Repo
Link copied to clipboard
class Support

Functions

Link copied to clipboard
fun registerFragment(fragment: Fragment): Boolean

Adds view fragment to the list of view fragments to be performed upon a request.

Link copied to clipboard
fun registerInterceptor(interceptor: Interceptor): Boolean

Adds interceptor to the list of interceptors to be performed upon a request.

Link copied to clipboard
fun start(): PLSAR
Link copied to clipboard
fun stop()

Properties

Link copied to clipboard
var cache: PLSAR.Cache? = null
Link copied to clipboard
var experienceProcessor: ExperienceProcessor? = null
Link copied to clipboard
var fragments: MutableMap<String?, Fragment?>
Link copied to clipboard
var httpServer: HttpServer?
Link copied to clipboard
var interceptors: MutableMap<String?, Interceptor?>
Link copied to clipboard
val port: Int?
Link copied to clipboard
var support: PLSAR.Support? = null