| Modifier and Type | Field and Description |
|---|---|
static String |
KEY
The default key name to use when placing the connection in the action input.
|
| Constructor and Description |
|---|
PushConnectionFilter(ConnectionHandler connHandler)
Creates a ConnectionFilter with the given ConnectionHandler.
|
PushConnectionFilter(ConnectionHandler connHandler,
String conn_key)
Creates a ConnectionFilter with the given ConnectionHandler and connection key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed.
|
String |
filter(InvocationChain chain)
Executes the filter.
|
public static final String KEY
public PushConnectionFilter(ConnectionHandler connHandler)
connHandler - The connection handler to use for this filter.public PushConnectionFilter(ConnectionHandler connHandler, String conn_key)
connHandler - The connection handler to use for this filter.conn_key - The name of the key to use when placing the connection in the action input.public String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.