Uses of Enum
org.infinispan.client.rest.configuration.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in org.infinispan.client.rest
Methods in org.infinispan.client.rest that return Protocol -
Uses of Protocol in org.infinispan.client.rest.configuration
Methods in org.infinispan.client.rest.configuration that return ProtocolModifier and TypeMethodDescriptionRestClientConfigurationProperties.getProtocol()RestClientConfiguration.protocol()static ProtocolReturns 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 org.infinispan.client.rest.configuration with parameters of type ProtocolModifier and TypeMethodDescriptionSelects the protocol used by the client.voidRestClientConfigurationProperties.setProtocol(Protocol protocol) -
Uses of Protocol in org.infinispan.client.rest.impl.okhttp
Methods in org.infinispan.client.rest.impl.okhttp that return Protocol