Class Socket

java.lang.Object
org.lwjgl.system.linux.Socket

public class Socket extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    nsocket(long _errno, int __domain, int __type, int __protocol)
    int socket(int __domain, int __type, int __protocol)
    static int
    socket(@Nullable IntBuffer _errno, int __domain, int __type, int __protocol)
    int socket(int __domain, int __type, int __protocol)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • nsocket

      public static int nsocket(long _errno, int __domain, int __type, int __protocol)
      int socket(int __domain, int __type, int __protocol)
    • socket

      public static int socket(@Nullable IntBuffer _errno, int __domain, int __type, int __protocol)
      int socket(int __domain, int __type, int __protocol)