![JAR search and dependency download from the Maven repository](/logo.png)
sun.net.httpserver.TimeSource Maven / Gradle / Ivy
The newest version!
/*
* @(#)TimeSource.java 1.4 07/01/02
*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package sun.net.httpserver;
interface TimeSource {
public long getTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy