Package org.eclipse.jetty.util
Class Uptime
- java.lang.Object
-
- org.eclipse.jetty.util.Uptime
-
@Deprecated(since="2021-05-27") public class Uptime extends java.lang.ObjectDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUptime.DefaultImplDeprecated.static interfaceUptime.ImplDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static intNOIMPLDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Uptime.ImplgetImpl()Deprecated.static UptimegetInstance()Deprecated.static longgetUptime()Deprecated.voidsetImpl(Uptime.Impl impl)Deprecated.
-
-
-
Field Detail
-
NOIMPL
public static final int NOIMPL
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static Uptime getInstance()
Deprecated.
-
getImpl
public Uptime.Impl getImpl()
Deprecated.
-
setImpl
public void setImpl(Uptime.Impl impl)
Deprecated.
-
getUptime
public static long getUptime()
Deprecated.
-
-