home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
lib
/
net
/
java.net.stubs
/
PlainSocketImpl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
1KB
|
33 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_net_PlainSocketImpl */
#ifndef _Included_java_net_PlainSocketImpl
#define _Included_java_net_PlainSocketImpl
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Classjava_net_PlainSocketImpl {
struct Hjava_io_FileDescriptor* fd;
struct Hjava_net_InetAddress* address;
jint port;
jint localport;
} Classjava_net_PlainSocketImpl;
HandleTo(java_net_PlainSocketImpl);
extern void java_net_PlainSocketImpl_socketCreate(struct Hjava_net_PlainSocketImpl*, jint /* bool */);
extern void java_net_PlainSocketImpl_socketConnect(struct Hjava_net_PlainSocketImpl*, struct Hjava_net_InetAddress*, jint);
extern void java_net_PlainSocketImpl_socketBind(struct Hjava_net_PlainSocketImpl*, struct Hjava_net_InetAddress*, jint);
extern void java_net_PlainSocketImpl_socketListen(struct Hjava_net_PlainSocketImpl*, jint);
extern void java_net_PlainSocketImpl_socketAccept(struct Hjava_net_PlainSocketImpl*, struct Hjava_net_SocketImpl*);
extern jint java_net_PlainSocketImpl_socketAvailable(struct Hjava_net_PlainSocketImpl*);
extern void java_net_PlainSocketImpl_socketClose(struct Hjava_net_PlainSocketImpl*);
#ifdef __cplusplus
}
#endif
#endif