Uses of Class
io.gravitee.connector.http.endpoint.HttpProxyType
-
Packages that use HttpProxyType Package Description io.gravitee.connector.http.endpoint -
-
Uses of HttpProxyType in io.gravitee.connector.http.endpoint
Methods in io.gravitee.connector.http.endpoint that return HttpProxyType Modifier and Type Method Description HttpProxyTypeHttpProxy. getType()static HttpProxyTypeHttpProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpProxyType[]HttpProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.gravitee.connector.http.endpoint with parameters of type HttpProxyType Modifier and Type Method Description voidHttpProxy. setType(HttpProxyType type)
-