// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.channel.unix;

final class ErrorsStaticallyReferencedJniMethods
{
    private ErrorsStaticallyReferencedJniMethods() {
    }
    
    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 int errorEHOSTUNREACH();
    
    static native String strError(final int p0);
}
