All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.robertograham.fortnite2.implementation.OptionalResponseHandlerProvider Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package io.github.robertograham.fortnite2.implementation;

import org.apache.http.client.ResponseHandler;

import java.util.Optional;

interface OptionalResponseHandlerProvider {

    ResponseHandler> forString();

     ResponseHandler> forClass(Class tClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy