com.noelios.restlet.application
Class RangeFilter
java.lang.Object
org.restlet.Uniform
org.restlet.Restlet
org.restlet.Filter
com.noelios.restlet.application.RangeFilter
public class RangeFilter
- extends Filter
Filter that is in charge to check the responses to requests for partial
content.
Methods inherited from class org.restlet.Uniform |
delete, delete, get, get, handle, head, head, options, options, post, post, put, put |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeFilter
public RangeFilter(Context context)
- Constructor.
- Parameters:
context
- The parent context.
afterHandle
protected void afterHandle(Request request,
Response response)
- Overrides:
afterHandle
in class Filter
getRangeService
public RangeService getRangeService()
- Returns the Range service of the parent application.
- Returns:
- The Range service of the parent application.
Copyright © 2005-2008 Noelios Technologies.