Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.takes.tk Classes and Interfaces - 20 results found.
| Name | Description | Type | Package | Framework |
| TkClasspath | Take reading resources from classpath. | Class | org.takes.tk | Takes |
|
| TkCORS | This take checks if the request (Origin) is allowed to perform the desired action against the list of the given domains. | Class | org.takes.tk | Takes |
|
| TkEmpty | This take always returns an instance of The class is immutable and thread-safe. | Class | org.takes.tk | Takes |
|
| TkFailure | Take that always fails. | Class | org.takes.tk | Takes |
|
| TkFiles | Take reading resources from directory. | Class | org.takes.tk | Takes |
|
| TkFixed | Take with fixed response. | Class | org.takes.tk | Takes |
|
| TkGreedy | Take with a greedy request. | Class | org.takes.tk | Takes |
|
| TkGzip | Take that compresses responses with GZIP. | Class | org.takes.tk | Takes |
|
| TkHTML | This take returns an HTML response by wrapping the provided content into RsHTML. | Class | org.takes.tk | Takes |
|
| TkMeasured | Take that measures response printing time and adds HTTP header X-Take-Millis with the amount of milliseconds. | Class | org.takes.tk | Takes |
|
| TkOnce | Take with a read-only-once request. | Class | org.takes.tk | Takes |
|
| TkRedirect | Take that redirects. | Class | org.takes.tk | Takes |
|
| TkText | This take returns an HTML response by wrapping the provided content into RsText. | Class | org.takes.tk | Takes |
|
| TkVerbose | Take that makes all not-found exceptions location aware. | Class | org.takes.tk | Takes |
|
| TkVersioned | Take that adds an HTTP header to each response with a version The class is immutable and thread-safe. | Class | org.takes.tk | Takes |
|
| TkWithCookie | This take wraps all responses of another take, adding cookies to them, through RsWithCookie. | Class | org.takes.tk | Takes |
|
| TkWithHeader | Take with an extra header. | Class | org.takes.tk | Takes |
|
| TkWithHeaders | This take wraps all responses of another take, adding headers to them, through RsWithHeaders. | Class | org.takes.tk | Takes |
|
| TkWithType | This take wraps all responses of another take, adding content type to them, through RsWithType. | Class | org.takes.tk | Takes |
|
| TkWrap | The class is immutable and thread-safe. | Class | org.takes.tk | Takes |