| Name | Description | Type | Package | Framework |
| FkAnonymous | Fork if no user is logged in now. | Class | org.takes.facets.fork | Takes |
| FkAuthenticated | Fork if user is logged in now. | Class | org.takes.facets.fork | Takes |
| FkContentType | Fork by Content-type accepted by Content-Type HTTP header. | Class | org.takes.facets.fork | Takes |
| FkEncoding | Fork by encoding accepted by Accept-Encoding HTTP header. | Class | org.takes.facets.fork | Takes |
| FkFixed | The class is immutable and thread-safe. | Class | org.takes.facets.fork | Takes |
| FkHitRefresh | Fork by hit-refresh header. | Class | org.takes.facets.fork | Takes |
| FkMethods | Fork by method matching. | Class | org.takes.facets.fork | Takes |
| FkParams | Fork by query params and their values, matched by regular express. | Class | org.takes.facets.fork | Takes |
| FkRegex | Fork by regular expression pattern. | Class | org.takes.facets.fork | Takes |
| FkTypes | Fork by types accepted by Accept HTTP header. | Class | org.takes.facets.fork | Takes |
| FkWrap | The class is immutable and thread-safe. | Class | org.takes.facets.fork | Takes |
| Fork | All implementations of this interface must be immutable and thread-safe. | Interface | org.takes.facets.fork | Takes |
| RqRegex | Request with a matcher of URI. | Interface | org.takes.facets.fork | Takes |
| RqRegex .Fake | Fake implementation, for unit tests mostly. | Class | org.takes.facets.fork.RqRegex | Takes |
| RsFork | Response based on forks. | Class | org.takes.facets.fork | Takes |
| TkConsumes | Take that acts on request with specified Content-Type HTTP headers only. | Class | org.takes.facets.fork | Takes |
| TkFork | This is the implementation of Take that routes the requests to another take, using a collection of forks | Class | org.takes.facets.fork | Takes |
| TkMethods | Take that acts on request with specified methods only. | Class | org.takes.facets.fork | Takes |
| TkProduces | Take that acts on request with specified Accept HTTP headers only. | Class | org.takes.facets.fork | Takes |
| TkRegex | Target for a FkRegex fork. | Interface | org.takes.facets.fork | Takes |