final class oadd.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods extends java.lang.Object
{
private void <init>()
{
oadd.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods v;
v := @this: oadd.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static native int errnoENOENT();
static native int errnoEBADF();
static native int errnoEPIPE();
static native int errnoECONNRESET();
static native int errnoENOTCONN();
static native int errnoEAGAIN();
static native int errnoEWOULDBLOCK();
static native int errnoEINPROGRESS();
static native int errorECONNREFUSED();
static native int errorEISCONN();
static native int errorEALREADY();
static native int errorENETUNREACH();
static native java.lang.String strError(int);
}