Package | Description |
---|---|
io.fabric8.api |
Modifier and Type | Method and Description |
---|---|
PortService.Lock |
PortService.acquirePortLock()
May be used to group several operations related to port query/release/lookup
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Integer> |
PortService.findUsedPortByHost(Container container,
PortService.Lock lock)
Returns all the registered ports for the address of the
Container . |
void |
PortService.registerPort(Container container,
java.lang.String pid,
java.lang.String key,
int port,
PortService.Lock lock)
Registers a port to the registry.
|
void |
PortService.releasePortLock(PortService.Lock lock)
Releases lock obtained by
acquirePortLock() |
Copyright © 2016 Red Hat. All Rights Reserved.