Uses of Class
com.ngrok.ProxyProto
-
Packages that use ProxyProto Package Description com.ngrok -
-
Uses of ProxyProto in com.ngrok
Methods in com.ngrok that return ProxyProto Modifier and Type Method Description ProxyProto
EndpointBuilder. getProxyProto()
Returns the proxy protocol for this builder.static ProxyProto
ProxyProto. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxyProto[]
ProxyProto. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ngrok with parameters of type ProxyProto Modifier and Type Method Description T
EndpointBuilder. proxyProto(ProxyProto proxyProto)
Sets the proxy protocol for this endpoint.
-