Fragment

interface Fragment

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun passesCondition(httpRequest: HttpRequest?, exchange: HttpExchange?): Boolean
Link copied to clipboard
abstract fun process(httpRequest: HttpRequest?, exchange: HttpExchange?): String?

Properties

Link copied to clipboard
abstract val isEvaluation: Boolean
Link copied to clipboard
abstract val key: String?