Class Server.DateField

java.lang.Object
org.eclipse.jetty.server.Server.DateField
Enclosing class:
Server

private static class Server.DateField extends Object
  • Field Details

    • _seconds

      final long _seconds
    • _dateField

      final HttpField _dateField
  • Constructor Details

    • DateField

      public DateField(long seconds, HttpField dateField)