-
-
Method Summary
Modifier and Type |
Method |
Description |
int |
resolve() |
Determine what port to use, based on implementation-defined configuration
|
void |
signalReady(int actualPort) |
Signal that an actual port has been determined and is in use.
|
-
Method Details
-
int resolve()
Determine what port to use, based on implementation-defined configuration
- Returns:
- an actual port, which might be 0 for ephemeral
-
void signalReady(int actualPort)
Signal that an actual port has been determined and is in use.
- Parameters:
actualPort
- the bound port