Package plsar.web

Types

Link copied to clipboard
abstract class BasePointcut
Link copied to clipboard
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

Link copied to clipboard
interface Fragment
Link copied to clipboard
class HttpTransmission(var cache: PLSAR.Cache?) : HttpHandler
Link copied to clipboard
interface Interceptor