Interface StateHolder<T>

Type Parameters:
T - The type of object to store and restore.
All Known Implementing Classes:
BasicScheme, BearerScheme

@Internal public interface StateHolder<T>
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    restore(T state)
     
     
  • Method Details

    • store

      T store()
    • restore

      void restore(T state)