Uses of Class
org.eclipse.jetty.util.DateCache
-
Packages that use DateCache Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.util.ajax Jetty Util : Simple JSON Utility classesorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrations -
-
Uses of DateCache in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as DateCache Modifier and Type Field Description private static DateCache
DebugListener. __date
private DateCache
AbstractNCSARequestLog. _logDateCache
Deprecated.Methods in org.eclipse.jetty.server with parameters of type DateCache Modifier and Type Method Description private static void
CustomRequestLog. logRequestTime(DateCache dateCache, java.lang.StringBuilder b, Request request, Response response)
-
Uses of DateCache in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as DateCache Modifier and Type Field Description private DateCache
DebugHandler. _date
Deprecated. -
Uses of DateCache in org.eclipse.jetty.util.ajax
Fields in org.eclipse.jetty.util.ajax declared as DateCache Modifier and Type Field Description private DateCache
JSONDateConvertor. _dateCache
-
Uses of DateCache in org.eclipse.jetty.util.log
Fields in org.eclipse.jetty.util.log declared as DateCache Modifier and Type Field Description private static DateCache
StdErrLog. _dateCache
-