Package net.devslash

Class HttpSessionManager

  • All Implemented Interfaces:
    java.lang.AutoCloseable , net.devslash.SessionManager

    
    public final class HttpSessionManager
     implements SessionManager, AutoCloseable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Integer count
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getCount()
      final Unit setCount(Integer count)
      final Unit run(Session session)
      Unit close()
      <T extends Any> Exception call(Call<T> call, Session session)
      <T extends Any> Exception call(Call<T> call, Session session, CookieJar jar)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait