Modifier and Type | Method and Description |
---|---|
static Service |
Service.getServiceByName(String name,
String proto)
Locates a service by name and protocol.
|
static Service |
Service.getServiceByPort(int port,
String proto)
Locates a service by port and protocol.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Service> |
Service.getAllServices()
Returns a list of all services.
|
Copyright © 2018. All rights reserved.