- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
19 lines
456 B
Java
19 lines
456 B
Java
package org.apache.http.protocol;
|
|
|
|
import java.util.TimeZone;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class HttpDateGenerator {
|
|
public static final TimeZone GMT = null;
|
|
public static final String PATTERN_RFC1123 = "EEE, dd MMM yyyy HH:mm:ss zzz";
|
|
|
|
public HttpDateGenerator() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public synchronized String getCurrentDate() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|