Uses of Class
top.focess.qq.api.util.network.NetworkHandler.RequestType
-
Packages that use NetworkHandler.RequestType Package Description top.focess.qq.api.util.network -
-
Uses of NetworkHandler.RequestType in top.focess.qq.api.util.network
Methods in top.focess.qq.api.util.network that return NetworkHandler.RequestType Modifier and Type Method Description static NetworkHandler.RequestTypeNetworkHandler.RequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkHandler.RequestType[]NetworkHandler.RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in top.focess.qq.api.util.network with parameters of type NetworkHandler.RequestType Modifier and Type Method Description HttpResponseNetworkHandler. request(String url, Map<String,Object> data, Map<String,String> header, okhttp3.MediaType mediaType, NetworkHandler.RequestType requestType)Send a http-requestHttpResponseNetworkHandler. request(String url, Map<String,Object> data, NetworkHandler.RequestType requestType)Send a http-requestHttpResponseNetworkHandler. request(String url, NetworkHandler.RequestType requestType)Send a http-request
-