All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.http.filter.Filter
java.lang.Object
|
+----novocode.netforge.http.filter.Filter
- public abstract class Filter
- extends Object
- implements Configurable
Field Index
- o
netForge
-
Constructor Index
- o
Filter()
-
Method Index
- o
destroy()
-
- o
filterResponse(Response, byte[], int)
-
- o
getConfig(Config)
-
- o
init(NetForge)
-
- o
resetConfig()
-
- o
setConfig(Config)
-
o
netForge
protected NetForge netForge
o
Filter
public Filter()
o
init
public final void init(NetForge nf)
o
destroy
public synchronized void destroy()
o
filterResponse
public abstract void filterResponse(Response res,
byte buffer[],
int count) throws IOException, SendableException
o
getConfig
public synchronized void getConfig(Config c)
o
setConfig
public synchronized void setConfig(Config c) throws SetConfigException
o
resetConfig
public synchronized void resetConfig()
All Packages Class Hierarchy This Package Previous Next Index