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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [rmi/] [ssl/] [SslRMIClientSocketFactory.h] - Blame information for rev 775

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_rmi_ssl_SslRMIClientSocketFactory__
5
#define __javax_rmi_ssl_SslRMIClientSocketFactory__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.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
      namespace ssl
26
      {
27
          class SSLSocketFactory;
28
      }
29
    }
30
    namespace rmi
31
    {
32
      namespace ssl
33
      {
34
          class SslRMIClientSocketFactory;
35
      }
36
    }
37
  }
38
}
39
 
40
class javax::rmi::ssl::SslRMIClientSocketFactory : public ::java::lang::Object
41
{
42
 
43
public:
44
  SslRMIClientSocketFactory();
45
private:
46
  JArray< ::java::lang::String * > * getProp(::java::lang::String *);
47
public:
48
  virtual ::java::net::Socket * createSocket(::java::lang::String *, jint);
49
  virtual jboolean equals(::java::lang::Object *);
50
  virtual jint hashCode();
51
private:
52
  static const jlong serialVersionUID = -8310631444933958385LL;
53
  JArray< ::java::lang::String * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) enabledCipherSuites;
54
  JArray< ::java::lang::String * > * enabledProtocols;
55
  static ::javax::net::ssl::SSLSocketFactory * socketFactory;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __javax_rmi_ssl_SslRMIClientSocketFactory__

powered by: WebSVN 2.1.0

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