Uses of Class
ratpack.impose.ForceServerListenPortImposition
-
Packages that use ForceServerListenPortImposition Package Description ratpack.impose -
-
Uses of ForceServerListenPortImposition in ratpack.impose
Methods in ratpack.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.
-