Removed unimplemented method (I think whether to keep-alive or not should be determined in the higher level)
This commit is contained in:
parent
796238d929
commit
09e8a73bf2
@ -49,10 +49,4 @@ public class DefaultHttpRequest extends DefaultHttpMessage implements HttpReques
|
||||
public URI getURI() {
|
||||
return uri;
|
||||
}
|
||||
|
||||
|
||||
public boolean isKeepAlive() {
|
||||
//todo
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -31,8 +31,6 @@ import java.net.URI;
|
||||
*/
|
||||
public interface HttpRequest extends HttpMessage {
|
||||
|
||||
boolean isKeepAlive();
|
||||
|
||||
HttpMethod getMethod();
|
||||
|
||||
URI getURI();
|
||||
|
Loading…
Reference in New Issue
Block a user