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