blob: 59e52e264e1fdadfe551d6c0c4b277c135400025 [file] [log] [blame]
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class sun_nio_ch_SocketChannelImpl */
#ifndef _Included_sun_nio_ch_SocketChannelImpl
#define _Included_sun_nio_ch_SocketChannelImpl
#ifdef __cplusplus
extern "C" {
#endif
#undef sun_nio_ch_SocketChannelImpl_ST_UNINITIALIZED
#define sun_nio_ch_SocketChannelImpl_ST_UNINITIALIZED -1L
#undef sun_nio_ch_SocketChannelImpl_ST_UNCONNECTED
#define sun_nio_ch_SocketChannelImpl_ST_UNCONNECTED 0L
#undef sun_nio_ch_SocketChannelImpl_ST_PENDING
#define sun_nio_ch_SocketChannelImpl_ST_PENDING 1L
#undef sun_nio_ch_SocketChannelImpl_ST_CONNECTED
#define sun_nio_ch_SocketChannelImpl_ST_CONNECTED 2L
#undef sun_nio_ch_SocketChannelImpl_ST_KILLPENDING
#define sun_nio_ch_SocketChannelImpl_ST_KILLPENDING 3L
#undef sun_nio_ch_SocketChannelImpl_ST_KILLED
#define sun_nio_ch_SocketChannelImpl_ST_KILLED 4L
/*
* Class: sun_nio_ch_SocketChannelImpl
* Method: checkConnect
* Signature: (Ljava/io/FileDescriptor;ZZ)I
*/
JNIEXPORT jint JNICALL Java_sun_nio_ch_SocketChannelImpl_checkConnect
(JNIEnv *, jclass, jobject, jboolean, jboolean);
/*
* Class: sun_nio_ch_SocketChannelImpl
* Method: sendOutOfBandData
* Signature: (Ljava/io/FileDescriptor;B)I
*/
JNIEXPORT jint JNICALL Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData
(JNIEnv *, jclass, jobject, jbyte);
#ifdef __cplusplus
}
#endif
#endif