ErrorsStaticallyReferencedJniMethods Class — netty Architecture
Architecture documentation for the ErrorsStaticallyReferencedJniMethods class in ErrorsStaticallyReferencedJniMethods.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 41bc08c7_f76d_d5cf_18fc_14387a2342ac["ErrorsStaticallyReferencedJniMethods"] bb90eb7f_1a80_74a1_3087_22502605001f["ErrorsStaticallyReferencedJniMethods.java"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|defined in| bb90eb7f_1a80_74a1_3087_22502605001f a5857117_a016_14fb_68d9_250a5091fc34["ErrorsStaticallyReferencedJniMethods()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| a5857117_a016_14fb_68d9_250a5091fc34 c23647b5_7a48_c943_20f6_36554b5bd6e0["errnoENOENT()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| c23647b5_7a48_c943_20f6_36554b5bd6e0 6672d92c_1109_65b0_82f7_a26b94368254["errnoEBADF()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 6672d92c_1109_65b0_82f7_a26b94368254 3b41aeb4_4ffd_cf75_c9af_1213487e801b["errnoEPIPE()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 3b41aeb4_4ffd_cf75_c9af_1213487e801b b268c8b3_94d5_33c6_ff1c_17fdb6da381b["errnoECONNRESET()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| b268c8b3_94d5_33c6_ff1c_17fdb6da381b 68a71c5c_9dcd_b398_107f_f74a941d00c4["errnoENOTCONN()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 68a71c5c_9dcd_b398_107f_f74a941d00c4 1dafc8f3_c36d_0c84_58bd_7a8b6786988e["errnoEAGAIN()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 1dafc8f3_c36d_0c84_58bd_7a8b6786988e 27c6daf8_9623_9155_d89d_6cdffa63e304["errnoEWOULDBLOCK()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 27c6daf8_9623_9155_d89d_6cdffa63e304 89669114_6164_b077_d652_4511ef2aea03["errnoEINPROGRESS()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 89669114_6164_b077_d652_4511ef2aea03 173ca29c_7990_76ab_cf5f_85b391f1267b["errorECONNREFUSED()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 173ca29c_7990_76ab_cf5f_85b391f1267b 5cb681bf_a6df_6e80_68dc_2419f0504e2e["errorEISCONN()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 5cb681bf_a6df_6e80_68dc_2419f0504e2e 72a95ebe_485a_5924_f4bc_ca81f8ac1ed2["errorEALREADY()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| 72a95ebe_485a_5924_f4bc_ca81f8ac1ed2 a74ce623_a1e0_143d_c099_7684eeffd430["errorENETUNREACH()"] 41bc08c7_f76d_d5cf_18fc_14387a2342ac -->|method| a74ce623_a1e0_143d_c099_7684eeffd430
Relationship Graph
Source Code
transport-native-unix-common/src/main/java/io/netty/channel/unix/ErrorsStaticallyReferencedJniMethods.java lines 29–47
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(int err);
}
Source
Frequently Asked Questions
What is the ErrorsStaticallyReferencedJniMethods class?
ErrorsStaticallyReferencedJniMethods is a class in the netty codebase, defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/ErrorsStaticallyReferencedJniMethods.java.
Where is ErrorsStaticallyReferencedJniMethods defined?
ErrorsStaticallyReferencedJniMethods is defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/ErrorsStaticallyReferencedJniMethods.java at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free