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

com.github.theborakompanioni.spring.useragentutils.UserAgentResolver Maven / Gradle / Ivy

package com.github.theborakompanioni.spring.useragentutils;

import eu.bitwalker.useragentutils.UserAgent;

import javax.servlet.http.HttpServletRequest;

public interface UserAgentResolver {
    UserAgent resolveUserAgent(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy