Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Takes - 183 results found.
NameDescriptionTypePackageFramework
Back All implementations of this interface must be immutable and thread-safe.Interfaceorg.takes.httpTakes
BkBasic The class is immutable and thread-safe.Classorg.takes.httpTakes
BkParallel The class is immutable and thread-safe.Classorg.takes.httpTakes
BkReuseClassorg.takes.httpTakes
BkSafe The class is immutable and thread-safe.Classorg.takes.httpTakes
BkTimeableBack decorator with maximum lifetime.Classorg.takes.httpTakes
CcAESAES codec which supports 128 bits key.Classorg.takes.facets.auth.codecsTakes
CcBase64 The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
CcCompact The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
CcGzip The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
CcHex The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
CcPlain The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
CcSafeSafe codec, never throws decoding exception.Classorg.takes.facets.auth.codecsTakes
CcSalted The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
CcStrictDecorator which check incoming and outgoing identities.Classorg.takes.facets.auth.codecsTakes
CcXOR The class is immutable and thread-safe.Classorg.takes.facets.auth.codecsTakes
Codec All implementations of this interface must be immutable and thread-safe.Interfaceorg.takes.facets.auth.codecsTakes
ConcatConcatenating iterables.Classorg.takes.miscTakes
ConditionCondition to determine how Select behave when filtering an iterable.Interfaceorg.takes.miscTakes
DecodingExceptionClassorg.takes.facets.auth.codecsTakes
Exit All implementations of this interface must be immutable and thread-safe.Interfaceorg.takes.httpTakes
FallbackFallback to dispatch an exceptional situation.Interfaceorg.takes.facets.fallbackTakes
FbChain The class is immutable and thread-safe.Classorg.takes.facets.fallbackTakes
FbEmpty The class is immutable and thread-safe.Classorg.takes.facets.fallbackTakes
FbFixedFallback with a fixed response.Classorg.takes.facets.fallbackTakes
FbSlf4jFallback that logs all problems through SFL4J.Classorg.takes.facets.fallbackTakes
FbStatusFallback on status code that equals to the provided value.Classorg.takes.facets.fallbackTakes
FbWrap The class is immutable and thread-safe.Classorg.takes.facets.fallbackTakes
FkAnonymousFork if no user is logged in now.Classorg.takes.facets.forkTakes
FkAuthenticatedFork if user is logged in now.Classorg.takes.facets.forkTakes
FkContentTypeFork by Content-type accepted by Content-Type HTTP header.Classorg.takes.facets.forkTakes
FkEncodingFork by encoding accepted by Accept-Encoding HTTP header.Classorg.takes.facets.forkTakes
FkFixed The class is immutable and thread-safe.Classorg.takes.facets.forkTakes
FkHitRefreshFork by hit-refresh header.Classorg.takes.facets.forkTakes
FkMethodsFork by method matching.Classorg.takes.facets.forkTakes
FkParamsFork by query params and their values, matched by regular express.Classorg.takes.facets.forkTakes
FkRegexFork by regular expression pattern.Classorg.takes.facets.forkTakes
FkTypesFork by types accepted by Accept HTTP header.Classorg.takes.facets.forkTakes
FkWrap The class is immutable and thread-safe.Classorg.takes.facets.forkTakes
Fork All implementations of this interface must be immutable and thread-safe.Interfaceorg.takes.facets.forkTakes
Front All implementations of this interface must be thread-safe.Interfaceorg.takes.httpTakes
FtBasic The class is immutable and thread-safe.Classorg.takes.httpTakes
FtCLIFront with a command line interface.Classorg.takes.httpTakes
FtRemoteFront remote control.Classorg.takes.httpTakes
HmRqHeaderResponse Header Matcher.Classorg.takes.facets.hamcrestTakes
HmRsHeaderResponse Header Matcher.Classorg.takes.facets.hamcrestTakes
HmRsStatusResponse Status Matcher.Classorg.takes.facets.hamcrestTakes
Href The class is immutable and thread-safe.Classorg.takes.miscTakes
HttpExceptionHTTP-aware exception.Classorg.takesTakes
IdentityAuthenticated identity.Interfaceorg.takes.facets.authTakes
MainRemoteFront remote control.Classorg.takes.httpTakes
OptReplacement a nullable T reference with a non-null value.Interfaceorg.takes.miscTakes
PassPass to enter a user and let him exit.Interfaceorg.takes.facets.authTakes
PsAllA Pass which you can enter only if you can enter every Pass in a list.Classorg.takes.facets.authTakes
PsBasicPass that checks the user according RFC-2617.Classorg.takes.facets.authTakes
PsByFlag The class is immutable and thread-safe.Classorg.takes.facets.authTakes
PsChain The class is immutable and thread-safe.Classorg.takes.facets.authTakes
PsCookiePass via cookie information.Classorg.takes.facets.authTakes
PsEmptyPass that doesn't do anything.Classorg.takes.facets.authTakes
PsFacebookFacebook OAuth landing/callback page.Classorg.takes.facets.auth.socialTakes
PsFake The class is immutable and thread-safe.Classorg.takes.facets.authTakes
PsFixed The class is immutable and thread-safe.Classorg.takes.facets.authTakes
PsGithubGithub OAuth landing/callback page.Classorg.takes.facets.auth.socialTakes
PsGoogleGoogle OAuth landing/callback page.Classorg.takes.facets.auth.socialTakes
PsLinkedinLinkedin OAuth landing/callback page.Classorg.takes.facets.auth.socialTakes
PsLogout The class is immutable and thread-safe.Classorg.takes.facets.authTakes
PsTwitterTwitter OAuth landing/callback page.Classorg.takes.facets.auth.socialTakes
Request An object implementing this interface can be parsed using one of the decorators available in org.Interfaceorg.takesTakes
Response Response interface is an abstraction of a HTTP response, that consists of a few headers and a body.Interfaceorg.takesTakes
RqAuthRequest with auth information.Classorg.takes.facets.authTakes
RqBufferedRequest with a buffered body.Classorg.takes.rqTakes
RqBytesRequest in which the body is a byte array.Classorg.takes.rqTakes
RqCookiesHTTP cookies parsing.Interfaceorg.takes.rqTakes
RqFakeFake request (for unit tests).Classorg.takes.rqTakes
RqFallbackRequest with an error inside.Interfaceorg.takes.facets.fallbackTakes
RqFormRequest decorator that decodes FORM data from application/x-www-form-urlencoded format (RFC 1738).Interfaceorg.takes.rqTakes
RqGreedyRequest decorator, for HTTP request caching.Classorg.takes.rqTakes
RqHeadersHTTP headers parsing All implementations of this interface must be immutable andInterfaceorg.takes.rqTakes
RqHrefHTTP URI query parsing.Interfaceorg.takes.rqTakes
RqLengthAwareRequest decorator that limits its body, according to the Content-Length header in its head.Classorg.takes.rqTakes
RqLive The class is immutable and thread-safe.Classorg.takes.rqTakes
RqMethodHTTP method parsing.Interfaceorg.takes.rqTakes
RqMultipartHTTP multipart FORM data decoding.Interfaceorg.takes.rqTakes
RqOnceRequest decorator, to prevent multiple calls to body() method.Classorg.takes.rqTakes
RqPrintRequest decorator, to print it all.Classorg.takes.rqTakes
RqRegexRequest with a matcher of URI.Interfaceorg.takes.facets.forkTakes
RqSimple The class is immutable and thread-safe.Classorg.takes.rqTakes
RqSocketRequest decorator to get custom socket headers.Classorg.takes.rqTakes
RqWithAuthRequest with already authenticated identity.Classorg.takes.facets.authTakes
RqWithBody The class is immutable and thread-safe.Classorg.takes.rqTakes
RqWithHeaderRequest with extra header.Classorg.takes.rqTakes
RqWithHeadersRequest with extra header.Classorg.takes.rqTakes
RqWithoutHeaderRequest without a header (even if it was absent).Classorg.takes.rqTakes
RqWrap The class is immutable and thread-safe.Classorg.takes.rqTakes
RsBufferedResponse with buffered body.Classorg.takes.rsTakes
RsEmpty The class is immutable and thread-safe.Classorg.takes.rsTakes
RsFailureFailure (combination of RsForward The class is immutable and thread-safe.Classorg.takes.facets.forwardTakes
RsFlashForwarding response.Classorg.takes.facets.flashTakes
RsFluent The class is immutable and thread-safe.Classorg.takes.rsTakes
RsForkResponse based on forks.Classorg.takes.facets.forkTakes
RsForwardForwarding response.Classorg.takes.facets.forwardTakes
RsGzipResponse compressed with GZIP, according to RFC 1952.Classorg.takes.rsTakes
RsHTMLHTML response decorator.Classorg.takes.rsTakes
RsJSONResponse that converts Java object to JSON.Classorg.takes.rsTakes
RsLogout The class is immutable and thread-safe.Classorg.takes.facets.authTakes
RsPrettyJSONResponse with properly indented JSON body.Classorg.takes.rsTakes
RsPrettyXMLResponse with properly indented XML body.Classorg.takes.rsTakes
RsPrintResponse decorator that can print an entire response in HTTP format.Classorg.takes.rsTakes
RsRedirect The class is immutable and thread-safe.Classorg.takes.rsTakes
RsReturnResponse decorator which sets cookie with return location.Classorg.takes.facets.retTakes
RsSimple The class is immutable and thread-safe.Classorg.takes.rsTakes
RsTextPlain text response decorator.Classorg.takes.rsTakes
RsVelocityResponse that converts Velocity template to text.Classorg.takes.rsTakes
RsWithBodyResponse decorator, with body.Classorg.takes.rsTakes
RsWithCookieResponse decorator, with an additional cookie.Classorg.takes.rsTakes
RsWithHeaderResponse decorator, with an additional header.Classorg.takes.rsTakes
RsWithHeadersResponse decorator, with an additional headers.Classorg.takes.rsTakes
RsWithoutHeaderResponse decorator, without a header.Classorg.takes.rsTakes
RsWithStatusResponse decorator, with status code.Classorg.takes.rsTakes
RsWithTypeResponse decorator, with content type.Classorg.takes.rsTakes
RsWrap The class is immutable and thread-safe.Classorg.takes.rsTakes
RsXemblyResponse that converts Xembly object to XML.Classorg.takes.rs.xeTakes
RsXSLTResponse that converts XML into HTML using attached XSL stylesheet.Classorg.takes.rsTakes
SelectSelect elements into a new iterable with given condition.Classorg.takes.miscTakes
SprintfClassorg.takes.miscTakes
Take Take is a momentary snapshot of in-server reality, visible to the end user via printable Response.Interfaceorg.takesTakes
TkAuthAuthenticating take.Classorg.takes.facets.authTakes
TkClasspathTake reading resources from classpath.Classorg.takes.tkTakes
TkConsumesTake that acts on request with specified Content-Type HTTP headers only.Classorg.takes.facets.forkTakes
TkCORS This take checks if the request (Origin) is allowed to perform the desired action against the list of the given domains.Classorg.takes.tkTakes
TkEmpty This take always returns an instance of The class is immutable and thread-safe.Classorg.takes.tkTakes
TkFailureTake that always fails.Classorg.takes.tkTakes
TkFallback The class is immutable and thread-safe.Classorg.takes.facets.fallbackTakes
TkFilesTake reading resources from directory.Classorg.takes.tkTakes
TkFixedTake with fixed response.Classorg.takes.tkTakes
TkFlashTake that understands Flash cookie and converts it into a HTTP header.Classorg.takes.facets.flashTakes
TkFork This is the implementation of Take that routes the requests to another take, using a collection of forksClassorg.takes.facets.forkTakes
TkForwardRedirect on exception.Classorg.takes.facets.forwardTakes
TkGreedyTake with a greedy request.Classorg.takes.tkTakes
TkGzipTake that compresses responses with GZIP.Classorg.takes.tkTakes
TkHTML This take returns an HTML response by wrapping the provided content into RsHTML.Classorg.takes.tkTakes
TkLoggedLogs Take.Classorg.takes.facets.slf4jTakes
TkMeasuredTake that measures response printing time and adds HTTP header X-Take-Millis with the amount of milliseconds.Classorg.takes.tkTakes
TkMethodsTake that acts on request with specified methods only.Classorg.takes.facets.forkTakes
TkOnceTake with a read-only-once request.Classorg.takes.tkTakes
TkProducesTake that acts on request with specified Accept HTTP headers only.Classorg.takes.facets.forkTakes
TkRedirectTake that redirects.Classorg.takes.tkTakes
TkRegexTarget for a FkRegex fork.Interfaceorg.takes.facets.forkTakes
TkReturnTake that understands Return cookie.Classorg.takes.facets.retTakes
TkSecureTake available for authenticated users.Classorg.takes.facets.authTakes
TkText This take returns an HTML response by wrapping the provided content into RsText.Classorg.takes.tkTakes
TkVerboseTake that makes all not-found exceptions location aware.Classorg.takes.tkTakes
TkVersionedTake that adds an HTTP header to each response with a version The class is immutable and thread-safe.Classorg.takes.tkTakes
TkWithCookie This take wraps all responses of another take, adding cookies to them, through RsWithCookie.Classorg.takes.tkTakes
TkWithHeaderTake with an extra header.Classorg.takes.tkTakes
TkWithHeaders This take wraps all responses of another take, adding headers to them, through RsWithHeaders.Classorg.takes.tkTakes
TkWithType This take wraps all responses of another take, adding content type to them, through RsWithType.Classorg.takes.tkTakes
TkWrap The class is immutable and thread-safe.Classorg.takes.tkTakes
TransformTransform elements in an iterable (in type T) into others (in type K).Classorg.takes.miscTakes
TransformActionAction for Transform to perform actual transformation.Interfaceorg.takes.miscTakes
VerboseIterableClassorg.takes.miscTakes
VerboseIteratorClassorg.takes.miscTakes
XeAppendXembly source to append something to an existing element.Classorg.takes.rs.xeTakes
XeChain The class is immutable and thread-safe.Classorg.takes.rs.xeTakes
XeDateXembly source to create SLA attribute with current date/time in ISO 8601.Classorg.takes.rs.xeTakes
XeDirectivesChain of directives.Classorg.takes.rs.xeTakes
XeFacebookLinkXembly source to create a LINK to Facebook OAuth page.Classorg.takes.facets.auth.socialTakes
XeFlashXembly source to show flash message in XML.Classorg.takes.facets.flashTakes
XeGithubLinkXembly source to create a LINK to Github OAuth page.Classorg.takes.facets.auth.socialTakes
XeGoogleLinkXembly source to create a LINK to Google OAuth page.Classorg.takes.facets.auth.socialTakes
XeIdentityXembly source to show authenticated identity.Classorg.takes.facets.authTakes
XeLinkXembly source to create an Atom LINK element.Classorg.takes.rs.xeTakes
XeLinkHomeXembly source to create an HOME Atom LINK element.Classorg.takes.rs.xeTakes
XeLinkSelfXembly source to create an SELF Atom LINK element.Classorg.takes.rs.xeTakes
XeLocalhostXembly source to create SLA attribute with server IP address.Classorg.takes.rs.xeTakes
XeLogoutLinkXembly source to create a LINK to logout.Classorg.takes.facets.authTakes
XeMillisXembly source to create millis element at the root.Classorg.takes.rs.xeTakes
XeSLAXembly source to create SLA attribute with server load average.Classorg.takes.rs.xeTakes
XeSourceSource with Xembly directives.Interfaceorg.takes.rs.xeTakes
XeStylesheetXembly source to create an XSL stylesheet processing instruction.Classorg.takes.rs.xeTakes
XeTransformIterable to transform an iterable of some objects into an iterable of Xembly sources.Classorg.takes.rs.xeTakes
XeWhenXembly source that could be empty of could return an encapsulated other Xembly source.Classorg.takes.rs.xeTakes
XeWrapWrap of Xembly source.Classorg.takes.rs.xeTakes