OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [net/] [ssl/] [SSLSessionContext.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_net_ssl_SSLSessionContext__
#define __javax_net_ssl_SSLSessionContext__
 
#pragma interface
 
#include <java/lang/Object.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace javax
  {
    namespace net
    {
      namespace ssl
      {
          class SSLSession;
          class SSLSessionContext;
      }
    }
  }
}
 
class javax::net::ssl::SSLSessionContext : public ::java::lang::Object
{
 
public:
  virtual ::java::util::Enumeration * getIds() = 0;
  virtual ::javax::net::ssl::SSLSession * getSession(JArray< jbyte > *) = 0;
  virtual jint getSessionCacheSize() = 0;
  virtual jint getSessionTimeout() = 0;
  virtual void setSessionCacheSize(jint) = 0;
  virtual void setSessionTimeout(jint) = 0;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));
 
#endif // __javax_net_ssl_SSLSessionContext__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.