Package jnr.netdb
Class IANAServicesDB
java.lang.Object
jnr.netdb.IANAServicesDB
- All Implemented Interfaces:
ServicesDB
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final IANAServicesDB
static final IANAServicesDB
final Service
getServiceByName
(String name, String proto) final Service
getServiceByPort
(Integer port, String proto)
-
Field Details
-
tcpPortToService
-
udpPortToService
-
tcpNameToService
-
udpNameToService
-
allServices
-
-
Constructor Details
-
IANAServicesDB
-
-
Method Details
-
getInstance
-
getServiceByName
- Specified by:
getServiceByName
in interfaceServicesDB
-
getServiceByPort
- Specified by:
getServiceByPort
in interfaceServicesDB
-
getAllServices
- Specified by:
getAllServices
in interfaceServicesDB
-
buildServices
-