SimpleSessionContext.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_net_ssl_provider_SimpleSessionContext__
  3. #define __gnu_javax_net_ssl_provider_SimpleSessionContext__
  4. #pragma interface
  5. #include <gnu/javax/net/ssl/AbstractSessionContext.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace javax
  12. {
  13. namespace net
  14. {
  15. namespace ssl
  16. {
  17. class Session;
  18. namespace provider
  19. {
  20. class SimpleSessionContext;
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. class gnu::javax::net::ssl::provider::SimpleSessionContext : public ::gnu::javax::net::ssl::AbstractSessionContext
  28. {
  29. public:
  30. SimpleSessionContext();
  31. public: // actually protected
  32. ::gnu::javax::net::ssl::Session * implGet(JArray< jbyte > *);
  33. public:
  34. void load(JArray< jchar > *);
  35. void put(::gnu::javax::net::ssl::Session *);
  36. void remove(JArray< jbyte > *);
  37. void store(JArray< jchar > *);
  38. ::java::util::Enumeration * getIds();
  39. jint getSessionCacheSize();
  40. void setSessionCacheSize(jint);
  41. public: // actually package-private
  42. static ::java::util::HashMap * access$0(::gnu::javax::net::ssl::provider::SimpleSessionContext *);
  43. public:
  44. static const jint DEFAULT_TIMEOUT = 300;
  45. private:
  46. ::java::util::HashMap * __attribute__((aligned(__alignof__( ::gnu::javax::net::ssl::AbstractSessionContext)))) store__;
  47. jint storeLimit;
  48. public:
  49. static ::java::lang::Class class$;
  50. };
  51. #endif // __gnu_javax_net_ssl_provider_SimpleSessionContext__