Package org.lwjgl.system.linux
Class Socket
- java.lang.Object
-
- org.lwjgl.system.linux.Socket
-
public class Socket extends java.lang.Object
Native bindings to <sys/socket.h>.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
socket(int __domain, int __type, int __protocol)
Create a new socket of type__type
in domain__domain
, using protocol__protocol
.
-