Uses of Class
legolas.net.core.interfaces.Port
-
Packages that use Port Package Description legolas.bootstrapper.api.interfaces legolas.net.core.interfaces legolas.starter.api.interfaces -
-
Uses of Port in legolas.bootstrapper.api.interfaces
Methods in legolas.bootstrapper.api.interfaces that return types with arguments of type Port Modifier and Type Method Description Stream<Port>NetworkBootstrapper. ports()Method parameters in legolas.bootstrapper.api.interfaces with type arguments of type Port Modifier and Type Method Description ConfigurationNetworkBootstrapper. bootstrap(Stream<Port> availablePorts) -
Uses of Port in legolas.net.core.interfaces
Methods in legolas.net.core.interfaces that return Port Modifier and Type Method Description static PortPort. anyPort()PortPort. next()PortLocalPortBinding. nextPortAvailable(Port port)Methods in legolas.net.core.interfaces that return types with arguments of type Port Modifier and Type Method Description Predicate<Port>LocalPortBinding. availablePredicate()Methods in legolas.net.core.interfaces with parameters of type Port Modifier and Type Method Description booleanLocalPortBinding. available(Port port)booleanLocalPortAvailability. isPortAvailable(Port port)PortLocalPortBinding. nextPortAvailable(Port port) -
Uses of Port in legolas.starter.api.interfaces
Methods in legolas.starter.api.interfaces that return types with arguments of type Port Modifier and Type Method Description Stream<Port>PortStarter. ports()
-