Uses of Class
jnr.netdb.Service
-
Uses of Service in jnr.netdb
Modifier and TypeMethodDescriptionstatic final Service
Service.getServiceByName
(String name, String proto) Locates a service by name and protocol.static final Service
Service.getServiceByPort
(int port, String proto) Locates a service by port and protocol.Modifier and TypeMethodDescriptionstatic final Collection<Service>
Service.getAllServices()
Returns a list of all services.