Uses of Enum Class
com.aizuda.snailjob.client.common.rpc.client.RequestMethod
Packages that use RequestMethod
Package
Description
-
Uses of RequestMethod in com.aizuda.snailjob.client.common.cache
Methods in com.aizuda.snailjob.client.common.cache with parameters of type RequestMethodModifier and TypeMethodDescriptionstatic EndPointInfoEndPointInfoCache.get(String path, RequestMethod method) static booleanEndPointInfoCache.isExisted(String path, RequestMethod method) -
Uses of RequestMethod in com.aizuda.snailjob.client.common.rpc.client
Methods in com.aizuda.snailjob.client.common.rpc.client that return RequestMethodModifier and TypeMethodDescriptionstatic RequestMethodReturns the enum constant of this class with the specified name.static RequestMethod[]RequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.