HttpSession

class HttpSession(sessions: MutableMap<String?, HttpSession?>, httpExchange: HttpExchange)

Constructors

Link copied to clipboard
fun HttpSession(sessions: MutableMap<String?, HttpSession?>, httpExchange: HttpExchange)

Functions

Link copied to clipboard
fun data(): Map<String, Any>
Link copied to clipboard
fun dispose(): Boolean
Link copied to clipboard
operator fun get(key: String): Any?
Link copied to clipboard
fun remove(key: String): Boolean
Link copied to clipboard
operator fun set(key: String, value: Any): Boolean

Properties

Link copied to clipboard
var attributes: MutableMap<String, Any>
Link copied to clipboard
var httpExchange: HttpExchange
Link copied to clipboard
var id: String
Link copied to clipboard
var sessions: MutableMap<String?, HttpSession?>
Link copied to clipboard
var support: PLSAR.Support