|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ws.rest.api.client.Filterable
public abstract class Filterable
An abstract class providing support for registering and managing a chain
of ClientFilter instances.
| Constructor Summary | |
|---|---|
protected |
Filterable(ClientHandler root)
|
| Method Summary | |
|---|---|
void |
addFilter(ClientFilter f)
Add a filter to the filter chain. |
protected ClientHandler |
getHeadHandler()
Get the head client handler of the filter chain. |
void |
removeAllFilters()
Remove all filters from the filter chain. |
void |
removeFilter(ClientFilter f)
Remove a filter from the chain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Filterable(ClientHandler root)
root - the root handler to handle the request and return a response.| Method Detail |
|---|
public void addFilter(ClientFilter f)
f - the filter to add.public void removeFilter(ClientFilter f)
f - the filter to remove.public void removeAllFilters()
protected ClientHandler getHeadHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||