OSDN Git Service

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