Uses of Class
ratpack.core.impose.ForceServerListenPortImposition
-
Packages that use ForceServerListenPortImposition Package Description ratpack.core.impose -
-
Uses of ForceServerListenPortImposition in ratpack.core.impose
Methods in ratpack.core.impose that return ForceServerListenPortImposition Modifier and Type Method Description static ForceServerListenPortImpositionForceServerListenPortImposition. ephemeral()Creates an imposition that forces the use of an ephemeral port.static ForceServerListenPortImpositionForceServerListenPortImposition. of(int port)Creates an imposition that forces the use of the specified port.
-