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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [net/] [ServerSocket.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 __java_net_ServerSocket__
#define __java_net_ServerSocket__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace net
      {
          class PlainSocketImpl;
      }
    }
  }
  namespace java
  {
    namespace net
    {
        class InetAddress;
        class InetSocketAddress;
        class ServerSocket;
        class Socket;
        class SocketAddress;
        class SocketImpl;
        class SocketImplFactory;
    }
    namespace nio
    {
      namespace channels
      {
          class ServerSocketChannel;
      }
    }
  }
}
 
class java::net::ServerSocket : public ::java::lang::Object
{
 
public: // actually package-private
  ServerSocket(::gnu::java::net::PlainSocketImpl *);
  virtual ::java::net::SocketImpl * getImpl();
public:
  ServerSocket();
  ServerSocket(jint);
  ServerSocket(jint, jint);
  ServerSocket(jint, jint, ::java::net::InetAddress *);
  virtual void bind(::java::net::SocketAddress *);
  virtual void bind(::java::net::SocketAddress *, jint);
  virtual ::java::net::InetAddress * getInetAddress();
  virtual jint getLocalPort();
  virtual ::java::net::SocketAddress * getLocalSocketAddress();
  virtual ::java::net::Socket * accept();
public: // actually protected
  virtual void implAccept(::java::net::Socket *);
public:
  virtual void close();
  virtual ::java::nio::channels::ServerSocketChannel * getChannel();
  virtual jboolean isBound();
  virtual jboolean isClosed();
  virtual void setSoTimeout(jint);
  virtual jint getSoTimeout();
  virtual void setReuseAddress(jboolean);
  virtual jboolean getReuseAddress();
  virtual void setReceiveBufferSize(jint);
  virtual jint getReceiveBufferSize();
  virtual ::java::lang::String * toString();
  static void setSocketFactory(::java::net::SocketImplFactory *);
private:
  static ::java::net::SocketImplFactory * factory;
  ::java::net::SocketImpl * __attribute__((aligned(__alignof__( ::java::lang::Object)))) impl;
  ::java::net::InetSocketAddress * local;
  jint port;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_net_ServerSocket__
 

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.