Package jnr.netdb
Class NativeServicesDB
java.lang.Object
jnr.netdb.NativeServicesDB
- All Implemented Interfaces:
ServicesDB
- Direct Known Subclasses:
NativeServicesDB.DefaultNativeServicesDB
,NativeServicesDB.LinuxServicesDB
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
static interface
static interface
static class
(package private) static final class
private static final class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final NativeServicesDB
(package private) static int
htons
(int value) (package private) static final NativeServicesDB
load()
(package private) static int
ntohs
(int value) (package private) static Service
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jnr.netdb.ServicesDB
getAllServices, getServiceByName, getServiceByPort
-
Field Details
-
lib
-
-
Constructor Details
-
NativeServicesDB
-
-
Method Details
-
getInstance
-
load
-
ntohs
static int ntohs(int value) -
htons
static int htons(int value) -
serviceFromNative
-