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.Object
Deprecated.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 class
Uptime.DefaultImpl
Deprecated.static interface
Uptime.Impl
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static int
NOIMPL
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Uptime.Impl
getImpl()
Deprecated.static Uptime
getInstance()
Deprecated.static long
getUptime()
Deprecated.void
setImpl(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.
-
-