|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Service in jnr.netdb |
---|
Methods in jnr.netdb that return Service | |
---|---|
static Service |
Service.getServiceByName(java.lang.String name,
java.lang.String proto)
Locates a service by name and protocol. |
static Service |
Service.getServiceByPort(int port,
java.lang.String proto)
Locates a service by port and protocol. |
Methods in jnr.netdb that return types with arguments of type Service | |
---|---|
static java.util.Collection<Service> |
Service.getAllServices()
Returns a list of all services. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |