class Grits::Remotable::CallbacksState
- Grits::Remotable::CallbacksState
- Grits::CallbacksState
- Reference
- Object
Defined in:
grits/remotable/callbacks.crInstance Method Summary
- #on_certificate_check(&block : CertificateCheckCb)
- #on_certificate_check : Grits::Wrappers::Certificate, String, Bool -> Bool??
- #on_credentials_acquire(&block : CredentialsAcquireCb)
- #on_credentials_acquire : Grits::Credential -> Int32?
- #on_pack_progress(&block : PackBuilderProgressCb)
- #on_pack_progress : Int32, UInt32, UInt32 -> Nil?
- #on_push_negotiation(&block : PushNegotiation)
- #on_push_negotiation : Grits::Wrappers::PushUpdate, UInt64 -> Nil?
- #on_push_progress(&block : PushTransferProgressCb)
- #on_push_progress : UInt32, UInt32, UInt64 -> Nil?
- #on_push_update_reference(&block : PushUpdateReferenceCb)
- #on_push_update_reference : String, String -> Bool??
- #on_resolve_url(&block : ResolveUrlCb)
- #on_resolve_url : Grits::Remotable::UrlResolver -> Int32??
- #on_transfer_progress(&block : IndexerProgressCb)
- #on_transfer_progress : Grits::Wrappers::IndexerProgress -> Bool??
- #on_update_tips(&block : UpdateTipsCb)
- #on_update_tips : String, Grits::Oid, Grits::Oid -> Nil?