Uses of Class
org.apache.pulsar.client.api.ProxyProtocol
-
Packages that use ProxyProtocol Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of ProxyProtocol in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ProxyProtocol Modifier and Type Method Description static ProxyProtocol
ProxyProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProxyProtocol[]
ProxyProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type ProxyProtocol Modifier and Type Method Description ClientBuilder
ClientBuilder. proxyServiceUrl(java.lang.String proxyServiceUrl, ProxyProtocol proxyProtocol)
Proxy-service url when client would like to connect to broker via proxy.
-