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 ProxyProtoEndpointBuilder. getProxyProto()Returns the proxy protocol for this builder.static ProxyProtoProxyProto. 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 TEndpointBuilder. proxyProto(ProxyProto proxyProto)Sets the proxy protocol for this endpoint.
-