- getAliases() - Method in class jnr.netdb.Protocol
-
Returns a list of aliases this Protocol
is also known by.
- getAliases() - Method in class jnr.netdb.Service
-
Gets a list of aliases this Service
is also known as.
- getAllProtocols() - Method in class jnr.netdb.FileProtocolsDB
-
- getAllProtocols() - Method in class jnr.netdb.IANAProtocolsDB
-
- getAllProtocols() - Method in class jnr.netdb.NativeProtocolsDB.DefaultNativeProtocolsDB
-
- getAllProtocols() - Method in class jnr.netdb.NativeProtocolsDB.LinuxNativeProtocolsDB
-
- getAllProtocols() - Method in interface jnr.netdb.ProtocolsDB
-
- getAllServices() - Method in class jnr.netdb.FileServicesDB
-
- getAllServices() - Method in class jnr.netdb.IANAServicesDB
-
- getAllServices() - Method in class jnr.netdb.NativeServicesDB.DefaultNativeServicesDB
-
- getAllServices() - Method in class jnr.netdb.NativeServicesDB.LinuxServicesDB
-
- getAllServices() - Static method in class jnr.netdb.Service
-
Returns a list of all services.
- getAllServices() - Method in interface jnr.netdb.ServicesDB
-
- getInstance() - Static method in class jnr.netdb.FileProtocolsDB
-
- getInstance() - Static method in class jnr.netdb.FileServicesDB
-
- getInstance() - Static method in class jnr.netdb.IANAProtocolsDB
-
- getInstance() - Static method in class jnr.netdb.IANAServicesDB
-
- getInstance() - Static method in class jnr.netdb.NativeProtocolsDB
-
- getInstance() - Static method in class jnr.netdb.NativeServicesDB
-
- getName() - Method in class jnr.netdb.Protocol
-
Returns the official IANA name of this Protocol
- getName() - Method in class jnr.netdb.Service
-
Returns the official IANA name of this Service
- getNullTerminatedStringArray(Pointer) - Static method in class jnr.netdb.StringUtil
-
- getPort() - Method in class jnr.netdb.Service
-
Returns the official IANA port for this Service
- getProto() - Method in class jnr.netdb.Protocol
-
Returns the official IANA protocol number for this Protocol
- getprotobyname(String) - Method in interface jnr.netdb.NativeProtocolsDB.LibProto
-
- getprotobyname_r(String, NativeProtocolsDB.UnixProtoent, Pointer, NativeLong, Pointer) - Method in interface jnr.netdb.NativeProtocolsDB.LinuxLibProto
-
- getprotobynumber(int) - Method in interface jnr.netdb.NativeProtocolsDB.LibProto
-
- getprotobynumber_r(int, NativeProtocolsDB.UnixProtoent, Pointer, NativeLong, Pointer) - Method in interface jnr.netdb.NativeProtocolsDB.LinuxLibProto
-
- getProtocolByName(String) - Method in class jnr.netdb.FileProtocolsDB
-
- getProtocolByName(String) - Method in class jnr.netdb.IANAProtocolsDB
-
- getProtocolByName(String) - Method in class jnr.netdb.NativeProtocolsDB.DefaultNativeProtocolsDB
-
- getProtocolByName(String) - Method in class jnr.netdb.NativeProtocolsDB.LinuxNativeProtocolsDB
-
- getProtocolByName(String) - Static method in class jnr.netdb.Protocol
-
Locates a protocol by name.
- getProtocolByName(String) - Method in interface jnr.netdb.ProtocolsDB
-
- getProtocolByNumber(Integer) - Method in class jnr.netdb.FileProtocolsDB
-
- getProtocolByNumber(Integer) - Method in class jnr.netdb.IANAProtocolsDB
-
- getProtocolByNumber(Integer) - Method in class jnr.netdb.NativeProtocolsDB.DefaultNativeProtocolsDB
-
- getProtocolByNumber(Integer) - Method in class jnr.netdb.NativeProtocolsDB.LinuxNativeProtocolsDB
-
- getProtocolByNumber(int) - Static method in class jnr.netdb.Protocol
-
Locates a protocol by number.
- getProtocolByNumber(Integer) - Method in interface jnr.netdb.ProtocolsDB
-
- getProtocolDB() - Static method in class jnr.netdb.Protocol
-
Returns the currently loaded ProtocolDB
- getprotoent() - Method in interface jnr.netdb.NativeProtocolsDB.LibProto
-
- getprotoent_r(NativeProtocolsDB.UnixProtoent, Pointer, NativeLong, Pointer) - Method in interface jnr.netdb.NativeProtocolsDB.LinuxLibProto
-
- getservbyname(String, String) - Method in interface jnr.netdb.NativeServicesDB.LibServices
-
- getservbyname_r(String, String, NativeServicesDB.UnixServent, Pointer, NativeLong, Pointer) - Method in interface jnr.netdb.NativeServicesDB.LinuxLibServices
-
- getservbyport(Integer, String) - Method in interface jnr.netdb.NativeServicesDB.LibServices
-
- getservbyport_r(Integer, String, NativeServicesDB.UnixServent, Pointer, NativeLong, Pointer) - Method in interface jnr.netdb.NativeServicesDB.LinuxLibServices
-
- getservent() - Method in interface jnr.netdb.NativeServicesDB.LibServices
-
- getservent_r(NativeServicesDB.UnixServent, Pointer, NativeLong, Pointer) - Method in interface jnr.netdb.NativeServicesDB.LinuxLibServices
-
- getServiceByName(String, String) - Method in class jnr.netdb.FileServicesDB
-
- getServiceByName(String, String) - Method in class jnr.netdb.IANAServicesDB
-
- getServiceByName(String, String) - Method in class jnr.netdb.NativeServicesDB.DefaultNativeServicesDB
-
- getServiceByName(String, String) - Method in class jnr.netdb.NativeServicesDB.LinuxServicesDB
-
- getServiceByName(String, String) - Static method in class jnr.netdb.Service
-
Locates a service by name and protocol.
- getServiceByName(String, String) - Method in interface jnr.netdb.ServicesDB
-
- getServiceByPort(Integer, String) - Method in class jnr.netdb.FileServicesDB
-
- getServiceByPort(Integer, String) - Method in class jnr.netdb.IANAServicesDB
-
- getServiceByPort(Integer, String) - Method in class jnr.netdb.NativeServicesDB.DefaultNativeServicesDB
-
- getServiceByPort(Integer, String) - Method in class jnr.netdb.NativeServicesDB.LinuxServicesDB
-
- getServiceByPort(int, String) - Static method in class jnr.netdb.Service
-
Locates a service by port and protocol.
- getServiceByPort(Integer, String) - Method in interface jnr.netdb.ServicesDB
-
- getServicesDB() - Static method in class jnr.netdb.Service
-
Returns the currently loaded ServicesDB