AbstractApplicationImpl  
    Inheritors
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  fun onRequest(requestType: ServerRequestType, vararg requestTypes: ServerRequestType, block: suspend (requestContext: RequestContext) -> Unit)
Link copied to clipboard
                  fun onResponse(requestType: ServerRequestType, vararg requestTypes: ServerRequestType, block: suspend (responseContext: ResponseContext) -> Unit)
Link copied to clipboard
                  fun onTransferDestinationRequest(block: suspend TransferDestinationResponse.(RequestContext) -> Unit)
Link copied to clipboard