public class CookieFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CookieFilter.FilterType
Type of cookie filter.
|
| Modifier and Type | Field and Description |
|---|---|
static CookieFilter |
ALL_PASS
All cookies pass through.
|
| Constructor and Description |
|---|
CookieFilter(CookieFilter.FilterType filterType,
String pattern)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPass(String name)
Test name passes through this filter.
|
public static final CookieFilter ALL_PASS
public CookieFilter(CookieFilter.FilterType filterType, String pattern)
filterType - type of cookie filter.pattern - regex pattern.public boolean isPass(String name)
name - cookie name.Copyright © 2016. All rights reserved.