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

Subversion Repositories openrisc

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

Go to most recent revision | Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_net_ssl_SSLServerSocketFactory__
#define __javax_net_ssl_SSLServerSocketFactory__
 
#pragma interface
 
#include <javax/net/ServerSocketFactory.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace javax
  {
    namespace net
    {
        class ServerSocketFactory;
      namespace ssl
      {
          class SSLContext;
          class SSLServerSocketFactory;
      }
    }
  }
}
 
class javax::net::ssl::SSLServerSocketFactory : public ::javax::net::ServerSocketFactory
{
 
public: // actually protected
  SSLServerSocketFactory();
public:
  static ::javax::net::ServerSocketFactory * getDefault();
  virtual JArray< ::java::lang::String * > * getDefaultCipherSuites() = 0;
  virtual JArray< ::java::lang::String * > * getSupportedCipherSuites() = 0;
private:
  static ::javax::net::ssl::SSLContext * context;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_net_ssl_SSLServerSocketFactory__
 

Go to most recent revision | 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.