public interface FreePortGenerator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FreePortGenerator.PortHandle
A handle to release a locked port and get the obtained port.
|
| Modifier and Type | Method and Description |
|---|---|
FreePortGenerator.PortHandle |
nextAvailablePort(int startFromPort,
int retryCount)
Generate the next available port from the start port and for retry count.
|
FreePortGenerator.PortHandle nextAvailablePort(int startFromPort, int retryCount)
Copyright © GigaSpaces.