- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
21 lines
625 B
Java
21 lines
625 B
Java
package org.apache.http.impl.cookie;
|
|
|
|
import org.apache.http.HeaderElement;
|
|
import org.apache.http.ParseException;
|
|
import org.apache.http.message.ParserCursor;
|
|
import org.apache.http.util.CharArrayBuffer;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class NetscapeDraftHeaderParser {
|
|
public static final NetscapeDraftHeaderParser DEFAULT = null;
|
|
|
|
public NetscapeDraftHeaderParser() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public HeaderElement parseHeader(CharArrayBuffer charArrayBuffer, ParserCursor parserCursor) throws ParseException {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|