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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [Record.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_Record__
5
#define __gnu_javax_net_ssl_provider_Record__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace net
17
      {
18
        namespace ssl
19
        {
20
          namespace provider
21
          {
22
              class ContentType;
23
              class ProtocolVersion;
24
              class Record;
25
          }
26
        }
27
      }
28
    }
29
  }
30
  namespace java
31
  {
32
    namespace nio
33
    {
34
        class ByteBuffer;
35
    }
36
  }
37
}
38
 
39
class gnu::javax::net::ssl::provider::Record : public ::java::lang::Object
40
{
41
 
42
public:
43
  Record(::java::nio::ByteBuffer *);
44
  virtual ::gnu::javax::net::ssl::provider::ContentType * getContentType();
45
  virtual ::gnu::javax::net::ssl::provider::ContentType * contentType();
46
  virtual jint fragment(::java::nio::ByteBuffer *);
47
  virtual ::java::nio::ByteBuffer * fragment();
48
  virtual jint length();
49
  virtual ::gnu::javax::net::ssl::provider::ProtocolVersion * version();
50
  virtual void setContentType(::gnu::javax::net::ssl::provider::ContentType *);
51
  virtual void setLength(jint);
52
  virtual void setVersion(::gnu::javax::net::ssl::provider::ProtocolVersion *);
53
  virtual ::java::lang::String * toString();
54
private:
55
  ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) buffer;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_javax_net_ssl_provider_Record__

powered by: WebSVN 2.1.0

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