DirectiveRouter

class DirectiveRouter

Constructors

Link copied to clipboard
fun DirectiveRouter()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addDirectiveHandler(handler: DirectiveHandler)
Link copied to clipboard
fun getDirectiveHandler(directive: Directive): DirectiveHandler?
Link copied to clipboard
fun getHandlerAndPolicyOfDirective(directive: Directive): Pair<DirectiveHandler, BlockingPolicy>?
Link copied to clipboard
fun removeDirectiveHandler(handler: DirectiveHandler)