Removed unimplemented method (I think whether to keep-alive or not should be determined in the higher level)

This commit is contained in:
Trustin Lee 2008-11-26 08:53:19 +00:00
parent 796238d929
commit 09e8a73bf2
2 changed files with 0 additions and 8 deletions

View File

@ -49,10 +49,4 @@ public class DefaultHttpRequest extends DefaultHttpMessage implements HttpReques
public URI getURI() {
return uri;
}
public boolean isKeepAlive() {
//todo
return true;
}
}

View File

@ -31,8 +31,6 @@ import java.net.URI;
*/
public interface HttpRequest extends HttpMessage {
boolean isKeepAlive();
HttpMethod getMethod();
URI getURI();