Package | Description |
---|---|
org.apache.cometd.bayeux | |
org.apache.tomcat.bayeux |
Modifier and Type | Method and Description |
---|---|
DataFilter |
Channel.removeFilter(DataFilter filter)
Removes a filter from this channel.
|
Modifier and Type | Method and Description |
---|---|
void |
Channel.addFilter(DataFilter filter)
Adds a data filter to this channel.
|
DataFilter |
Channel.removeFilter(DataFilter filter)
Removes a filter from this channel.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedList<DataFilter> |
ChannelImpl.filters
A list of the current filters
|
Modifier and Type | Method and Description |
---|---|
DataFilter |
ChannelImpl.removeFilter(DataFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelImpl.addFilter(DataFilter filter) |
DataFilter |
ChannelImpl.removeFilter(DataFilter filter) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.