Uses of Class
io.quarkus.test.bootstrap.Protocol
-
Packages that use Protocol Package Description io.quarkus.test.bootstrap io.quarkus.test.services.quarkus -
-
Uses of Protocol in io.quarkus.test.bootstrap
Methods in io.quarkus.test.bootstrap that return Protocol Modifier and Type Method Description static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.test.bootstrap with parameters of type Protocol Modifier and Type Method Description StringBaseService. getHost(Protocol protocol)StringManagedResource. getHost(Protocol protocol)Get the Host of the running resource.IntegerBaseService. getPort(Protocol protocol)intManagedResource. getPort(Protocol protocol)Get the Port of the running resource. -
Uses of Protocol in io.quarkus.test.services.quarkus
Methods in io.quarkus.test.services.quarkus with parameters of type Protocol Modifier and Type Method Description StringLocalhostQuarkusApplicationManagedResource. getHost(Protocol protocol)intLocalhostQuarkusApplicationManagedResource. getPort(Protocol protocol)
-