Uses of Class
com.ngrok.Http.Scheme
-
Packages that use Http.Scheme Package Description com.ngrok -
-
Uses of Http.Scheme in com.ngrok
Methods in com.ngrok that return Http.Scheme Modifier and Type Method Description Http.Scheme
HttpBuilder. getScheme()
Returns the scheme for this HTTP endpoint.static Http.Scheme
Http.Scheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static Http.Scheme[]
Http.Scheme. 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 Http.Scheme Modifier and Type Method Description HttpBuilder
HttpBuilder. scheme(Http.Scheme scheme)
Sets the scheme for this HTTP endpoint.
-