HttpTransmission

class HttpTransmission(var cache: PLSAR.Cache?) : HttpHandler

Constructors

Link copied to clipboard
fun HttpTransmission(cache: PLSAR.Cache?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getParameterTypes(clsParamaters: Array<Class<*>>?): List<String>
Link copied to clipboard
open override fun handle(httpExchange: HttpExchange)

Properties

Link copied to clipboard
var cache: PLSAR.Cache?
Link copied to clipboard
var sessions: MutableMap<String?, HttpSession?>
Link copied to clipboard
var support: PLSAR.Support