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

io.github.siddharthgoel88.useragents.impl.NcsaMosaic Maven / Gradle / Ivy

Go to download

Java utility to get User Agents from an exhaustive list of browsers, crawlers and many other softwares.

The newest version!
package io.github.siddharthgoel88.useragents.impl;

import io.github.siddharthgoel88.useragents.UserAgent;

/**
 * UserAgents from latest to oldest for NcsaMosaic
 */
public class NcsaMosaic extends UserAgent {	
	
	public String[] getAllUserAgentStrings() {
		String [] userAgentStrings = {
			"NCSA Mosaic/3.0 (Windows 95)",
			"NCSA_Mosaic/2.7b4 (X11;AIX 1 000180663000)",
			"NCSA_Mosaic/2.6 (X11; SunOS 4.1.3 sun4m)",
			"NCSA_Mosaic/2.0 (Windows 3.1)",
			"NCSA Mosaic/1.0 (X11;SunOS 4.1.4 sun4m)"
		};
		return userAgentStrings;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy