- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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!");
|
|
}
|
|
}
|