Uses of Enum Class
org.apache.camel.quarkus.test.AvailablePortFinder.Protocol
Packages that use AvailablePortFinder.Protocol
-
Uses of AvailablePortFinder.Protocol in org.apache.camel.quarkus.test
Methods in org.apache.camel.quarkus.test that return AvailablePortFinder.ProtocolModifier and TypeMethodDescriptionstatic AvailablePortFinder.ProtocolReturns the enum constant of this class with the specified name.static AvailablePortFinder.Protocol[]AvailablePortFinder.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.quarkus.test with parameters of type AvailablePortFinder.ProtocolModifier and TypeMethodDescriptionstatic intAvailablePortFinder.getNextAvailable(AvailablePortFinder.Protocol protocol) Gets the next available port for the given protocol.AvailablePortFinder.reserveNetworkPorts(AvailablePortFinder.Protocol protocol, String... names) Reserve a list of random and not in use network ports for the given protocol and places them in Map.AvailablePortFinder.reserveNetworkPorts(AvailablePortFinder.Protocol protocol, Function<Integer, T> converter, String... names) Reserve a list of random and not in use network ports for the given protocol and places them in Map.