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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_net_ssl_provider_ClientHelloBuilder__
5
#define __gnu_javax_net_ssl_provider_ClientHelloBuilder__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/net/ssl/provider/ClientHello.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
          namespace provider
23
          {
24
              class ClientHelloBuilder;
25
              class ProtocolVersion;
26
          }
27
        }
28
      }
29
    }
30
  }
31
  namespace java
32
  {
33
    namespace nio
34
    {
35
        class ByteBuffer;
36
    }
37
  }
38
}
39
 
40
class gnu::javax::net::ssl::provider::ClientHelloBuilder : public ::gnu::javax::net::ssl::provider::ClientHello
41
{
42
 
43
public:
44
  ClientHelloBuilder();
45
  virtual ::java::nio::ByteBuffer * buffer();
46
  virtual void setVersion(::gnu::javax::net::ssl::provider::ProtocolVersion *);
47
  virtual void setSessionId(JArray< jbyte > *);
48
  virtual void setSessionId(JArray< jbyte > *, jint, jint);
49
  virtual void setCipherSuites(::java::util::List *);
50
  virtual void setCompressionMethods(::java::util::List *);
51
  virtual void setExtensionsLength(jint);
52
  virtual void setExtensions(::java::nio::ByteBuffer *);
53
  virtual void setDisableExtensions(jboolean);
54
  virtual void ensureCapacity(jint);
55
  static ::java::lang::Class class$;
56
};
57
 
58
#endif // __gnu_javax_net_ssl_provider_ClientHelloBuilder__

powered by: WebSVN 2.1.0

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