ElementCompiler

class ElementCompiler(    var cache: PLSAR.Cache?,     var bytes: ByteArray?,     var sessions: MutableMap<String?, HttpSession?>,     var httpExchange: HttpExchange)

Thank you Mr. Walter https://gist.github.com/JensWalter/0f19780d131d903879a2

Constructors

Link copied to clipboard
fun ElementCompiler(    cache: PLSAR.Cache?,     bytes: ByteArray?,     sessions: MutableMap<String?, HttpSession?>,     httpExchange: HttpExchange)

Functions

Link copied to clipboard
fun compile(): HttpRequest

Properties

Link copied to clipboard
var bytes: ByteArray?
Link copied to clipboard
var cache: PLSAR.Cache?
Link copied to clipboard
var httpExchange: HttpExchange
Link copied to clipboard
var sessions: MutableMap<String?, HttpSession?>