Package | Description |
---|---|
ratpack.impose |
Modifier and Type | Method and Description |
---|---|
static ForceServerListenPortImposition |
ForceServerListenPortImposition.ephemeral()
Creates an imposition that forces the use of an ephemeral port.
|
static ForceServerListenPortImposition |
ForceServerListenPortImposition.of(int port)
Creates an imposition that forces the use of the specified port.
|