Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #JCabi - 118 results found.
NameDescriptionTypePackageFramework
ClasspathSourcesSources in classpath.Classcom.jcabi.xmlJCabi
SourcesInterfacecom.jcabi.xmlJCabi
StrictXMLStrict XML that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internallyClasscom.jcabi.xmlJCabi
XML Set of convenient XML manipulations: XML xml = new XMLDocument(content);Interfacecom.jcabi.xmlJCabi
XMLDocument Objects of this class are immutable and thread-safe.Classcom.jcabi.xmlJCabi
XPathContextConvenient internal implementation of NamespaceContext.Classcom.jcabi.xmlJCabi
XSD Implementation of this interface must be immutable and thread-safe.Interfacecom.jcabi.xmlJCabi
XSDDocument Objects of this class are immutable and thread-safe.Classcom.jcabi.xmlJCabi
XSL Implementation of this interface must be immutable and thread-safe.Interfacecom.jcabi.xmlJCabi
XSLChainChain of XSL stylesheets.Classcom.jcabi.xmlJCabi
XSLDocument Objects of this class are immutable and thread-safe.Classcom.jcabi.xmlJCabi
AsyncMarks a method for asynchronous execution.Classcom.jcabi.aspectsJCabi
AsyncReturnTypeProcessorAnnotation processor that checks whether methods annotated with Future return types.Classcom.jcabi.aspects.aptJCabi
CacheableMakes a method response cacheable in memory for some time.Classcom.jcabi.aspectsJCabi
ExceptionsLoggerLogs all exceptions thrown out of a method.Classcom.jcabi.aspects.ajJCabi
ImmutabilityCheckerChecks for class immutability.Classcom.jcabi.aspects.ajJCabi
ImmutableAnnotates an immutable class.Classcom.jcabi.aspectsJCabi
LogExceptionsLog all exceptions thrown out of this method.Classcom.jcabi.aspectsJCabi
LoggableMakes a method loggable via Logger.Classcom.jcabi.aspectsJCabi
MethodAsyncRunnerExecute method asynchronously.Classcom.jcabi.aspects.ajJCabi
MethodCacherCache method results.Classcom.jcabi.aspects.ajJCabi
MethodInterrupterInterrupts long-running methods.Classcom.jcabi.aspects.ajJCabi
MethodLogger It is an AspectJ aspect and you are not supposed to use it directly.Classcom.jcabi.aspects.ajJCabi
MethodSchedulerClasscom.jcabi.aspects.ajJCabi
MethodValidatorValidates method calls.Classcom.jcabi.aspects.ajJCabi
ParallelExecute annotated method in multiple threads.Classcom.jcabi.aspectsJCabi
ParallelizerExecute method in multiple threads.Classcom.jcabi.aspects.ajJCabi
QuietExceptionsLoggerLogs all exceptions thrown out of a method and swallow exception.Classcom.jcabi.aspects.ajJCabi
QuietlyLog all exceptions thrown out of this method and swallow them.Classcom.jcabi.aspectsJCabi
QuietlyReturnTypeProcessorAnnotation processor that checks whether methods annotated with Quietly have void return types.Classcom.jcabi.aspects.aptJCabi
RepeaterRepeat execution in case of exception.Classcom.jcabi.aspects.ajJCabi
RetryOnFailureRetry the method in case of exception.Classcom.jcabi.aspectsJCabi
ScheduleWithFixedDelaySchedules the method to run with fixed delay, automatically.Classcom.jcabi.aspectsJCabi
SingleExceptionThrow single exception out of method.Classcom.jcabi.aspects.ajJCabi
TimeableMakes a method time constrained.Classcom.jcabi.aspectsJCabi
TvConvenient holder of numeric constants for annotations (TV means "time values").Interfacecom.jcabi.aspectsJCabi
UnitedThrowThrow only allowed exceptions, encapsulate others.Classcom.jcabi.aspectsJCabi
AttributesDynamoDB item attributes.ClassdynamoJCabi
AttributeUpdatesDynamoDB item attribute updates.ClassdynamoJCabi
ConditionsDynamoDB query conditions.ClassdynamoJCabi
CredentialsAmazon DynamoDB credentials.InterfacedynamoJCabi
DosageDosage of items retrieved from table.InterfacedynamoJCabi
FrameDynamoDB frame (subset of a table).ClassdynamoJCabi
H2DataMock data in H2 database.Classdynamo.mockJCabi
ItemImmutable Amazon DynamoDB item.InterfacedynamoJCabi
MadeTableA Table that can be made and dropped.Classdynamo.mockJCabi
MkDataInterfacedynamo.mockJCabi
MkRegionMock version of Region.Classdynamo.mockJCabi
QueryValveClassdynamoJCabi
ReDosageDosage that retries on failure.Classdynamo.retryJCabi
ReFrameFrame that retries on failure.Classdynamo.retryJCabi
RegionAmazon DynamoDB region.InterfacedynamoJCabi
ReIteratorFrame that retries on failure.Classdynamo.retryJCabi
ReRegionRegion that retries on failure.Classdynamo.retryJCabi
ReTableTable that retries on failure.Classdynamo.retryJCabi
ReValveValve that retries on failure.Classdynamo.retryJCabi
ScanValveClassdynamoJCabi
TableAmazon DynamoDB table abstraction.InterfacedynamoJCabi
ThroughputThroughput of a table.ClassdynamoJCabi
ValveProvider of dosages of DynamoDB items.InterfacedynamoJCabi
AbstractHeaderBasedCachingWireThis is the base class to handle http responses with 304 state.Classcom.jcabi.http.wireJCabi
ApacheRequest based on Apache HTTP client.Classcom.jcabi.http.requestJCabi
AutoRedirectingWireAuto Redirecting Wire.Classcom.jcabi.http.wireJCabi
BasicAuthWireWire with HTTP basic authentication based on user info of URI.Classcom.jcabi.http.wireJCabi
CachingWireWire that caches GET requests.Classcom.jcabi.http.wireJCabi
CookieOptimizingWireWire that compresses cookies before sending.Classcom.jcabi.http.wireJCabi
DefaultResponseDefault implementation of Response.Classcom.jcabi.http.requestJCabi
ETagCachingWireWire that caches requests with ETags.Classcom.jcabi.http.wireJCabi
FakeRequest response, specified in the constructor.Classcom.jcabi.http.requestJCabi
FcWireWire that caches GET requests.Classcom.jcabi.http.wireJCabi
ImmutableHeaderImmutable HTTP header.Classcom.jcabi.httpJCabi
JdkRequest This implementation will be enough in most situations.Classcom.jcabi.http.requestJCabi
JsonResponse This response decorator is able to parse HTTP response body as a JSON document and manipulate with it afterwords, for example:Classcom.jcabi.http.responseJCabi
JsoupResponse This response decorator is able to parse HTTP response body as an HTML document.Classcom.jcabi.http.responseJCabi
LastModifiedCachingWireWire that caches requests based on Last-Modified and If-Modified-Since headers.Classcom.jcabi.http.wireJCabi
MkAnswerInterfacecom.jcabi.http.mockJCabi
MkAnswerMatchersConvenient set of matchers for MkAnswer.Classcom.jcabi.http.mockJCabi
MkContainerMock version of Java Servlet container.Interfacecom.jcabi.http.mockJCabi
MkGrizzlyContainerClasscom.jcabi.http.mockJCabi
MkQueryMock HTTP query/request.Interfacecom.jcabi.http.mockJCabi
MkQueryMatchersConvenient set of matchers for MkQuery.Classcom.jcabi.http.mockJCabi
OneMinuteWireWire that throws an IOException if a request takes longer It's recommended to use this decorator in production, in orderClasscom.jcabi.http.wireJCabi
Request Instance of this class is supposed to be used this way: String name = new ApacheRequest("https://www.Interfacecom.jcabi.httpJCabi
RequestBody Instance of this interface is returned by Request.Interfacecom.jcabi.httpJCabi
RequestURI Instance of this interface is returned by Request.Interfacecom.jcabi.httpJCabi
ResponseRESTful response returned by Request.Interfacecom.jcabi.httpJCabi
RestResponse This response decorator is able to make basic assertions on HTTP response and manipulate with it afterwords, for example:Classcom.jcabi.http.responseJCabi
RetryWireWire that retries a few times before giving up and throwing exception.Classcom.jcabi.http.wireJCabi
TrustedWireWire that ignores SSL PKIX verifications.Classcom.jcabi.http.wireJCabi
UserAgentWireWire with default user agent.Classcom.jcabi.http.wireJCabi
VerboseWire This wire makes HTTP request and response details visible in log (we're using SLF4J logging facility), for example:Classcom.jcabi.http.wireJCabi
WebLinkingResponseWeb Linking response.Classcom.jcabi.http.responseJCabi
Wire An instance of this interface can be used in Request.Interfacecom.jcabi.httpJCabi
XmlResponse This response decorator is able to parse HTTP response body as an XML document and manipulate with it afterwords, for example:Classcom.jcabi.http.responseJCabi
LoggerUniversal logger, and adapter between your app and SLF4J API.Classcom.jcabi.logJCabi
MulticolorLayoutMulti-color layout for LOG4J.Classcom.jcabi.logJCabi
VerboseCallableWrapper of Callable, that logs all uncaught runtime exceptions.Classcom.jcabi.logJCabi
VerboseProcessUtility class for getting stdout from a running process and logging it through SLF4J.Classcom.jcabi.logJCabi
VerboseRunnableWrapper of Runnable, that logs all uncaught runtime exceptions.Classcom.jcabi.logJCabi
VerboseThreadsConvenient ThreadFactory, that logs all uncaught exceptions.Classcom.jcabi.logJCabi
ClasspathMfsManifests in classpath.Classcom.jcabi.manifestsJCabi
FilesMfs Append attributes from MANIFEST.Classcom.jcabi.manifestsJCabi
ManifestsStatic reader of META-INF/MANIFEST.Classcom.jcabi.manifestsJCabi
MfMapMap of manifest attributes.Interfacecom.jcabi.manifestsJCabi
MfsInterfacecom.jcabi.manifestsJCabi
ServletMfsManifests in servlet context.Classcom.jcabi.manifestsJCabi
StreamsMfsManifests in streams.Classcom.jcabi.manifestsJCabi
ClasspathSourcesSources in classpath.Classcom.jcabi.xmlJCabi
SourcesInterfacecom.jcabi.xmlJCabi
StrictXMLStrict XML that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internallyClasscom.jcabi.xmlJCabi
XML Set of convenient XML manipulations: XML xml = new XMLDocument(content);Interfacecom.jcabi.xmlJCabi
XMLDocument Objects of this class are immutable and thread-safe.Classcom.jcabi.xmlJCabi
XPathContextConvenient internal implementation of NamespaceContext.Classcom.jcabi.xmlJCabi
XSD Implementation of this interface must be immutable and thread-safe.Interfacecom.jcabi.xmlJCabi
XSDDocument Objects of this class are immutable and thread-safe.Classcom.jcabi.xmlJCabi
XSL Implementation of this interface must be immutable and thread-safe.Interfacecom.jcabi.xmlJCabi
XSLChainChain of XSL stylesheets.Classcom.jcabi.xmlJCabi
XSLDocument Objects of this class are immutable and thread-safe.Classcom.jcabi.xmlJCabi