| Name | Description | Type | Package | Framework |
| ClasspathSources | Sources in classpath. | Class | com.jcabi.xml | JCabi |
|
| Sources | | Interface | com.jcabi.xml | JCabi |
|
| StrictXML | Strict XML that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internally | Class | com.jcabi.xml | JCabi |
|
| XML | Set of convenient XML manipulations: XML xml = new XMLDocument(content); | Interface | com.jcabi.xml | JCabi |
|
| XMLDocument | Objects of this class are immutable and thread-safe. | Class | com.jcabi.xml | JCabi |
|
| XPathContext | Convenient internal implementation of NamespaceContext. | Class | com.jcabi.xml | JCabi |
|
| XSD | Implementation of this interface must be immutable and thread-safe. | Interface | com.jcabi.xml | JCabi |
|
| XSDDocument | Objects of this class are immutable and thread-safe. | Class | com.jcabi.xml | JCabi |
|
| XSL | Implementation of this interface must be immutable and thread-safe. | Interface | com.jcabi.xml | JCabi |
|
| XSLChain | Chain of XSL stylesheets. | Class | com.jcabi.xml | JCabi |
|
| XSLDocument | Objects of this class are immutable and thread-safe. | Class | com.jcabi.xml | JCabi |
|
| Async | Marks a method for asynchronous execution. | Class | com.jcabi.aspects | JCabi |
|
| AsyncReturnTypeProcessor | Annotation processor that checks whether methods annotated with Future return types. | Class | com.jcabi.aspects.apt | JCabi |
|
| Cacheable | Makes a method response cacheable in memory for some time. | Class | com.jcabi.aspects | JCabi |
|
| ExceptionsLogger | Logs all exceptions thrown out of a method. | Class | com.jcabi.aspects.aj | JCabi |
|
| ImmutabilityChecker | Checks for class immutability. | Class | com.jcabi.aspects.aj | JCabi |
|
| Immutable | Annotates an immutable class. | Class | com.jcabi.aspects | JCabi |
|
| LogExceptions | Log all exceptions thrown out of this method. | Class | com.jcabi.aspects | JCabi |
|
| Loggable | Makes a method loggable via Logger. | Class | com.jcabi.aspects | JCabi |
|
| MethodAsyncRunner | Execute method asynchronously. | Class | com.jcabi.aspects.aj | JCabi |
|
| MethodCacher | Cache method results. | Class | com.jcabi.aspects.aj | JCabi |
|
| MethodInterrupter | Interrupts long-running methods. | Class | com.jcabi.aspects.aj | JCabi |
|
| MethodLogger | It is an AspectJ aspect and you are not supposed to use it directly. | Class | com.jcabi.aspects.aj | JCabi |
|
| MethodScheduler | | Class | com.jcabi.aspects.aj | JCabi |
|
| MethodValidator | Validates method calls. | Class | com.jcabi.aspects.aj | JCabi |
|
| Parallel | Execute annotated method in multiple threads. | Class | com.jcabi.aspects | JCabi |
|
| Parallelizer | Execute method in multiple threads. | Class | com.jcabi.aspects.aj | JCabi |
|
| QuietExceptionsLogger | Logs all exceptions thrown out of a method and swallow exception. | Class | com.jcabi.aspects.aj | JCabi |
|
| Quietly | Log all exceptions thrown out of this method and swallow them. | Class | com.jcabi.aspects | JCabi |
|
| QuietlyReturnTypeProcessor | Annotation processor that checks whether methods annotated with Quietly have void return types. | Class | com.jcabi.aspects.apt | JCabi |
|
| Repeater | Repeat execution in case of exception. | Class | com.jcabi.aspects.aj | JCabi |
|
| RetryOnFailure | Retry the method in case of exception. | Class | com.jcabi.aspects | JCabi |
|
| ScheduleWithFixedDelay | Schedules the method to run with fixed delay, automatically. | Class | com.jcabi.aspects | JCabi |
|
| SingleException | Throw single exception out of method. | Class | com.jcabi.aspects.aj | JCabi |
|
| Timeable | Makes a method time constrained. | Class | com.jcabi.aspects | JCabi |
|
| Tv | Convenient holder of numeric constants for annotations (TV means "time values"). | Interface | com.jcabi.aspects | JCabi |
|
| UnitedThrow | Throw only allowed exceptions, encapsulate others. | Class | com.jcabi.aspects | JCabi |
|
| Attributes | DynamoDB item attributes. | Class | dynamo | JCabi |
|
| AttributeUpdates | DynamoDB item attribute updates. | Class | dynamo | JCabi |
|
| Conditions | DynamoDB query conditions. | Class | dynamo | JCabi |
|
| Credentials | Amazon DynamoDB credentials. | Interface | dynamo | JCabi |
|
| Dosage | Dosage of items retrieved from table. | Interface | dynamo | JCabi |
|
| Frame | DynamoDB frame (subset of a table). | Class | dynamo | JCabi |
|
| H2Data | Mock data in H2 database. | Class | dynamo.mock | JCabi |
|
| Item | Immutable Amazon DynamoDB item. | Interface | dynamo | JCabi |
|
| MadeTable | A Table that can be made and dropped. | Class | dynamo.mock | JCabi |
|
| MkData | | Interface | dynamo.mock | JCabi |
|
| MkRegion | Mock version of Region. | Class | dynamo.mock | JCabi |
|
| QueryValve | | Class | dynamo | JCabi |
|
| ReDosage | Dosage that retries on failure. | Class | dynamo.retry | JCabi |
|
| ReFrame | Frame that retries on failure. | Class | dynamo.retry | JCabi |
|
| Region | Amazon DynamoDB region. | Interface | dynamo | JCabi |
|
| ReIterator | Frame that retries on failure. | Class | dynamo.retry | JCabi |
|
| ReRegion | Region that retries on failure. | Class | dynamo.retry | JCabi |
|
| ReTable | Table that retries on failure. | Class | dynamo.retry | JCabi |
|
| ReValve | Valve that retries on failure. | Class | dynamo.retry | JCabi |
|
| ScanValve | | Class | dynamo | JCabi |
|
| Table | Amazon DynamoDB table abstraction. | Interface | dynamo | JCabi |
|
| Throughput | Throughput of a table. | Class | dynamo | JCabi |
|
| Valve | Provider of dosages of DynamoDB items. | Interface | dynamo | JCabi |
|
| AbstractHeaderBasedCachingWire | This is the base class to handle http responses with 304 state. | Class | com.jcabi.http.wire | JCabi |
|
| ApacheRequest | based on Apache HTTP client. | Class | com.jcabi.http.request | JCabi |
|
| AutoRedirectingWire | Auto Redirecting Wire. | Class | com.jcabi.http.wire | JCabi |
|
| BasicAuthWire | Wire with HTTP basic authentication based on user info of URI. | Class | com.jcabi.http.wire | JCabi |
|
| CachingWire | Wire that caches GET requests. | Class | com.jcabi.http.wire | JCabi |
|
| CookieOptimizingWire | Wire that compresses cookies before sending. | Class | com.jcabi.http.wire | JCabi |
|
| DefaultResponse | Default implementation of Response. | Class | com.jcabi.http.request | JCabi |
|
| ETagCachingWire | Wire that caches requests with ETags. | Class | com.jcabi.http.wire | JCabi |
|
| FakeRequest | response, specified in the constructor. | Class | com.jcabi.http.request | JCabi |
|
| FcWire | Wire that caches GET requests. | Class | com.jcabi.http.wire | JCabi |
|
| ImmutableHeader | Immutable HTTP header. | Class | com.jcabi.http | JCabi |
|
| JdkRequest | This implementation will be enough in most situations. | Class | com.jcabi.http.request | JCabi |
|
| JsonResponse | This response decorator is able to parse HTTP response body as a JSON document and manipulate with it afterwords, for example: | Class | com.jcabi.http.response | JCabi |
|
| JsoupResponse | This response decorator is able to parse HTTP response body as an HTML document. | Class | com.jcabi.http.response | JCabi |
|
| LastModifiedCachingWire | Wire that caches requests based on Last-Modified and If-Modified-Since headers. | Class | com.jcabi.http.wire | JCabi |
|
| MkAnswer | | Interface | com.jcabi.http.mock | JCabi |
|
| MkAnswerMatchers | Convenient set of matchers for MkAnswer. | Class | com.jcabi.http.mock | JCabi |
|
| MkContainer | Mock version of Java Servlet container. | Interface | com.jcabi.http.mock | JCabi |
|
| MkGrizzlyContainer | | Class | com.jcabi.http.mock | JCabi |
|
| MkQuery | Mock HTTP query/request. | Interface | com.jcabi.http.mock | JCabi |
|
| MkQueryMatchers | Convenient set of matchers for MkQuery. | Class | com.jcabi.http.mock | JCabi |
|
| OneMinuteWire | Wire that throws an IOException if a request takes longer It's recommended to use this decorator in production, in order | Class | com.jcabi.http.wire | JCabi |
|
| Request | Instance of this class is supposed to be used this way: String name = new ApacheRequest("https://www. | Interface | com.jcabi.http | JCabi |
|
| RequestBody | Instance of this interface is returned by Request. | Interface | com.jcabi.http | JCabi |
|
| RequestURI | Instance of this interface is returned by Request. | Interface | com.jcabi.http | JCabi |
|
| Response | RESTful response returned by Request. | Interface | com.jcabi.http | JCabi |
|
| RestResponse | This response decorator is able to make basic assertions on HTTP response and manipulate with it afterwords, for example: | Class | com.jcabi.http.response | JCabi |
|
| RetryWire | Wire that retries a few times before giving up and throwing exception. | Class | com.jcabi.http.wire | JCabi |
|
| TrustedWire | Wire that ignores SSL PKIX verifications. | Class | com.jcabi.http.wire | JCabi |
|
| UserAgentWire | Wire with default user agent. | Class | com.jcabi.http.wire | JCabi |
|
| VerboseWire | This wire makes HTTP request and response details visible in log (we're using SLF4J logging facility), for example: | Class | com.jcabi.http.wire | JCabi |
|
| WebLinkingResponse | Web Linking response. | Class | com.jcabi.http.response | JCabi |
|
| Wire | An instance of this interface can be used in Request. | Interface | com.jcabi.http | JCabi |
|
| XmlResponse | This response decorator is able to parse HTTP response body as an XML document and manipulate with it afterwords, for example: | Class | com.jcabi.http.response | JCabi |
|
| Logger | Universal logger, and adapter between your app and SLF4J API. | Class | com.jcabi.log | JCabi |
|
| MulticolorLayout | Multi-color layout for LOG4J. | Class | com.jcabi.log | JCabi |
|
| VerboseCallable | Wrapper of Callable, that logs all uncaught runtime exceptions. | Class | com.jcabi.log | JCabi |
|
| VerboseProcess | Utility class for getting stdout from a running process and logging it through SLF4J. | Class | com.jcabi.log | JCabi |
|
| VerboseRunnable | Wrapper of Runnable, that logs all uncaught runtime exceptions. | Class | com.jcabi.log | JCabi |
|
| VerboseThreads | Convenient ThreadFactory, that logs all uncaught exceptions. | Class | com.jcabi.log | JCabi |
|
| ClasspathMfs | Manifests in classpath. | Class | com.jcabi.manifests | JCabi |
|
| FilesMfs | Append attributes from MANIFEST. | Class | com.jcabi.manifests | JCabi |
|
| Manifests | Static reader of META-INF/MANIFEST. | Class | com.jcabi.manifests | JCabi |
|
| MfMap | Map of manifest attributes. | Interface | com.jcabi.manifests | JCabi |
|
| Mfs | | Interface | com.jcabi.manifests | JCabi |
|
| ServletMfs | Manifests in servlet context. | Class | com.jcabi.manifests | JCabi |
|
| StreamsMfs | Manifests in streams. | Class | com.jcabi.manifests | JCabi |
|
| ClasspathSources | Sources in classpath. | Class | com.jcabi.xml | JCabi |
|
| Sources | | Interface | com.jcabi.xml | JCabi |
|
| StrictXML | Strict XML that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internally | Class | com.jcabi.xml | JCabi |
|
| XML | Set of convenient XML manipulations: XML xml = new XMLDocument(content); | Interface | com.jcabi.xml | JCabi |
|
| XMLDocument | Objects of this class are immutable and thread-safe. | Class | com.jcabi.xml | JCabi |
|
| XPathContext | Convenient internal implementation of NamespaceContext. | Class | com.jcabi.xml | JCabi |
|
| XSD | Implementation of this interface must be immutable and thread-safe. | Interface | com.jcabi.xml | JCabi |
|
| XSDDocument | Objects of this class are immutable and thread-safe. | Class | com.jcabi.xml | JCabi |
|
| XSL | Implementation of this interface must be immutable and thread-safe. | Interface | com.jcabi.xml | JCabi |
|
| XSLChain | Chain of XSL stylesheets. | Class | com.jcabi.xml | JCabi |
|
| XSLDocument | Objects of this class are immutable and thread-safe. | Class | com.jcabi.xml | JCabi |