Uses of Class
io.fabric8.mockwebserver.vertx.Protocol
-
Packages that use Protocol Package Description io.fabric8.mockwebserver io.fabric8.mockwebserver.vertx -
-
Uses of Protocol in io.fabric8.mockwebserver
Method parameters in io.fabric8.mockwebserver with type arguments of type Protocol Modifier and Type Method Description voidMockWebServer. setProtocols(List<Protocol> protocols) -
Uses of Protocol in io.fabric8.mockwebserver.vertx
Methods in io.fabric8.mockwebserver.vertx that return Protocol Modifier and Type Method Description static ProtocolProtocol. get(String protocol)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.
-