119 lines
3.4 KiB
Java
119 lines
3.4 KiB
Java
package o;
|
|
|
|
import com.google.common.net.HttpHeaders;
|
|
import java.util.ArrayList;
|
|
import java.util.Collections;
|
|
import java.util.EnumSet;
|
|
import java.util.List;
|
|
import o.C10246dzE;
|
|
|
|
/* renamed from: o.qjC, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
public class C16726qjC extends C10246dzE {
|
|
|
|
@InterfaceC16620pkx(e = "Accept")
|
|
private List<String> accept;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.ACCEPT_ENCODING)
|
|
private List<String> acceptEncoding;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.AGE)
|
|
private List<Long> age;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.WWW_AUTHENTICATE)
|
|
private List<String> authenticate;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.AUTHORIZATION)
|
|
private List<String> authorization;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.CACHE_CONTROL)
|
|
private List<String> cacheControl;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.CONTENT_ENCODING)
|
|
private List<String> contentEncoding;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.CONTENT_LENGTH)
|
|
private List<Long> contentLength;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.CONTENT_MD5)
|
|
private List<String> contentMD5;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.CONTENT_RANGE)
|
|
private List<String> contentRange;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.CONTENT_TYPE)
|
|
private List<String> contentType;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.COOKIE)
|
|
private List<String> cookie;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.DATE)
|
|
private List<String> date;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.ETAG)
|
|
private List<String> etag;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.EXPIRES)
|
|
private List<String> expires;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.IF_MATCH)
|
|
private List<String> ifMatch;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.IF_MODIFIED_SINCE)
|
|
private List<String> ifModifiedSince;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.IF_NONE_MATCH)
|
|
private List<String> ifNoneMatch;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.IF_RANGE)
|
|
private List<String> ifRange;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.IF_UNMODIFIED_SINCE)
|
|
private List<String> ifUnmodifiedSince;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.LAST_MODIFIED)
|
|
private List<String> lastModified;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.LOCATION)
|
|
private List<String> location;
|
|
|
|
@InterfaceC16620pkx(e = "MIME-Version")
|
|
private List<String> mimeVersion;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.RANGE)
|
|
private List<String> range;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.RETRY_AFTER)
|
|
private List<String> retryAfter;
|
|
|
|
@InterfaceC16620pkx(e = "User-Agent")
|
|
private List<String> userAgent;
|
|
|
|
@InterfaceC16620pkx(e = HttpHeaders.WARNING)
|
|
private List<String> warning;
|
|
|
|
public C16726qjC() {
|
|
super(EnumSet.of(C10246dzE.IeS.IGNORE_CASE));
|
|
this.acceptEncoding = new ArrayList(Collections.singleton("gzip"));
|
|
}
|
|
|
|
public final C16726qjC b(String str, Object obj) {
|
|
return (C16726qjC) super.set(str, obj);
|
|
}
|
|
|
|
@Override // o.C10246dzE, java.util.AbstractMap
|
|
public /* bridge */ /* synthetic */ C10246dzE clone() {
|
|
return (C16726qjC) super.clone();
|
|
}
|
|
|
|
@Override // o.C10246dzE, java.util.AbstractMap
|
|
public /* bridge */ /* synthetic */ Object clone() throws CloneNotSupportedException {
|
|
return (C16726qjC) super.clone();
|
|
}
|
|
|
|
@Override // o.C10246dzE
|
|
public /* bridge */ /* synthetic */ C10246dzE set(String str, Object obj) {
|
|
return (C16726qjC) super.set(str, obj);
|
|
}
|
|
}
|