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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [net/] [ssl/] [SSLSocketFactory.h] - Blame information for rev 785

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

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_net_ssl_SSLSocketFactory__
5
#define __javax_net_ssl_SSLSocketFactory__
6
 
7
#pragma interface
8
 
9
#include <javax/net/SocketFactory.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace net
17
    {
18
        class Socket;
19
    }
20
  }
21
  namespace javax
22
  {
23
    namespace net
24
    {
25
        class SocketFactory;
26
      namespace ssl
27
      {
28
          class SSLContext;
29
          class SSLSocketFactory;
30
      }
31
    }
32
  }
33
}
34
 
35
class javax::net::ssl::SSLSocketFactory : public ::javax::net::SocketFactory
36
{
37
 
38
public:
39
  SSLSocketFactory();
40
  static ::javax::net::SocketFactory * getDefault();
41
  virtual ::java::net::Socket * createSocket(::java::net::Socket *, ::java::lang::String *, jint, jboolean) = 0;
42
  virtual JArray< ::java::lang::String * > * getDefaultCipherSuites() = 0;
43
  virtual JArray< ::java::lang::String * > * getSupportedCipherSuites() = 0;
44
private:
45
  static ::javax::net::ssl::SSLContext * context;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __javax_net_ssl_SSLSocketFactory__

powered by: WebSVN 2.1.0

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