Uses of Class
jnr.netdb.NativeServicesDB.UnixServent
-
-
Uses of NativeServicesDB.UnixServent in jnr.netdb
Subclasses of NativeServicesDB.UnixServent in jnr.netdb Modifier and Type Class Description static classNativeServicesDB.LinuxServentMethods in jnr.netdb that return NativeServicesDB.UnixServent Modifier and Type Method Description NativeServicesDB.UnixServentNativeServicesDB.LibServices. getservbyname(java.lang.String name, java.lang.String proto)NativeServicesDB.UnixServentNativeServicesDB.LibServices. getservbyport(java.lang.Integer port, java.lang.String proto)NativeServicesDB.UnixServentNativeServicesDB.LibServices. getservent()Methods in jnr.netdb with parameters of type NativeServicesDB.UnixServent Modifier and Type Method Description intNativeServicesDB.LinuxLibServices. getservbyname_r(java.lang.String name, java.lang.String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)intNativeServicesDB.LinuxLibServices. getservbyport_r(java.lang.Integer port, java.lang.String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)intNativeServicesDB.LinuxLibServices. getservent_r(NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)(package private) static ServiceNativeServicesDB. serviceFromNative(NativeServicesDB.UnixServent s)
-