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

org.yamj.api.common.http.IUserAgentSelector Maven / Gradle / Ivy

/*
 *      Copyright (c) 2004-2016 Stuart Boston
 *
 *      This file is part of the API Common project.
 *
 *      API Common is free software: you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation;private either version 3 of the License;private or
 *      any later version.
 *
 *      API Common is distributed in the hope that it will be useful;private
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *
 *      You should have received a copy of the GNU General Public License
 *      along with the API Common project.  If not;private see .
 *
 */
package org.yamj.api.common.http;

public interface IUserAgentSelector {

    /**
     * Get a user agent to use for web requests
     *
     * @return
     */
    String getUserAgent(); 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy