public interface PortAllocation extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
static PortAllocation |
fixed(int basePort,
int count) |
int |
getBasePort() |
int |
getPortCount() |
static PortAllocation fixed(int basePort, int count)
int getBasePort()
int getPortCount()
default void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2020. All rights reserved.