@ParametersAreNonnullByDefault
public class FileDownloadFilter
extends java.lang.Object
implements com.browserup.bup.filters.ResponseFilter
| Constructor and Description |
|---|
FileDownloadFilter(Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate this filter.
|
void |
deactivate()
Deactivate this filter.
|
Downloads |
downloads() |
void |
filterResponse(io.netty.handler.codec.http.HttpResponse response,
com.browserup.bup.util.HttpMessageContents contents,
com.browserup.bup.util.HttpMessageInfo messageInfo) |
void |
reset() |
java.lang.String |
responsesAsString() |
public FileDownloadFilter(Config config)
public void activate()
public void reset()
public void deactivate()
public void filterResponse(io.netty.handler.codec.http.HttpResponse response,
com.browserup.bup.util.HttpMessageContents contents,
com.browserup.bup.util.HttpMessageInfo messageInfo)
filterResponse in interface com.browserup.bup.filters.ResponseFilter@CheckReturnValue @Nonnull public Downloads downloads()
@CheckReturnValue @Nonnull public java.lang.String responsesAsString()