public class HttpServerMethod extends HttpMethod
Constructor and Description |
---|
HttpServerMethod(java.io.InputStream reader) |
HttpServerMethod(int major,
int minor,
int status,
java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFile() |
int |
getMajorVersion() |
java.lang.String |
getMethodName() |
int |
getMinorVersion() |
void |
write(ASCIIPrintStream dos) |
readLine
public HttpServerMethod(int major, int minor, int status, java.lang.String reason)
public HttpServerMethod(java.io.InputStream reader) throws java.io.IOException, HttpException
java.io.IOException
HttpException
public int getMajorVersion()
public int getMinorVersion()
public java.lang.String getMethodName()
public java.lang.String getFile()
public void write(ASCIIPrintStream dos) throws java.io.IOException
java.io.IOException
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.