Package org.lwjgl.system.linux
Class Socket
java.lang.Object
org.lwjgl.system.linux.Socket
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
nsocket
(long _errno, int __domain, int __type, int __protocol) int socket(int __domain, int __type, int __protocol)
static int
int socket(int __domain, int __type, int __protocol)
-
Field Details
-
SHUT_RD
public static final int SHUT_RD- See Also:
-
SHUT_WR
public static final int SHUT_WR- See Also:
-
SHUT_RDWR
public static final int SHUT_RDWR- See Also:
-
-
Method Details
-
nsocket
public static int nsocket(long _errno, int __domain, int __type, int __protocol) int socket(int __domain, int __type, int __protocol)
-
socket
int socket(int __domain, int __type, int __protocol)
-