public abstract class HttpHeader extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
begin |
protected static String |
white_SPACE |
Modifier | Constructor and Description |
---|---|
protected |
HttpHeader() |
Modifier and Type | Method and Description |
---|---|
String |
getHeaderField(String headerName) |
Enumeration<String> |
getHeaderFieldNames() |
Hashtable<String,String> |
getHeaderFields() |
String |
getStartLine() |
protected void |
processHeaderFields(InputStream in) |
protected String |
readLine(InputStream in) |
void |
setHeaderField(String headerName,
String value) |
String |
toString() |
protected static final String white_SPACE
protected String begin
protected String readLine(InputStream in) throws IOException
IOException
public String getStartLine()
public Enumeration<String> getHeaderFieldNames()
protected void processHeaderFields(InputStream in) throws IOException
IOException
Copyright © 2024. All rights reserved.