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

com.github.frontear.efkolia.utilities.network.Response Maven / Gradle / Ivy

package com.github.frontear.efkolia.utilities.network;

import com.github.frontear.internal.NotNull;

/**
 * Handles the conversion of a connection response.
 *
 * @param  The converted type.
 */
public interface Response {
    /**
     * Performs the conversion of a site response via {@link Connection} into an object.
     *
     * @param response The site response to convert.
     *
     * @return The converted response as an object.
     */
    @NotNull
    T parse(@NotNull final String response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy