See: Description
| Class | Description |
|---|---|
| AbstractFlipStrategy |
Super class for
FlippingStrategy implementation with utilities. |
| BlackListStrategy |
BLOCK acces for defined list of Clients.
|
| ClientFilterStrategy |
This strategy will check hostName and flipped only if it's contained in expected list.
|
| DarkLaunchStrategy |
The Dark Launch devops pattern is the capacity for a system to enable a new feature for a subset of incoming requests
and measure if the new feature introduce some overhead.
|
| PonderationStrategy |
This strategy will flip feature as soon as the release date is reached.
|
| ServerFilterStrategy |
This strategy will check hostName and flipped only if it's contained in expected list.
|
| WhiteListStrategy |
OPEN ACCES to listed client hostname.
|
Copyright © 2013–2017 FF4J. All rights reserved.