Registry / utility / tomcat-util

tomcat-util

JSON →
library11.0.22javamavenunverified

Common code shared by multiple Tomcat components including utility classes for I/O, networking, and concurrency.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-util</artifactId> <version>11.0.22</version> </dependency>
INSTALL
IMPORT
SIG · TOMCAT-UTIL
T
tomcat-util
utilityjavav11.0.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ByteChunk
org.apache.tomcat.util.buf.ByteChunk

Creates a ByteChunk and appends bytes to it.

import org.apache.tomcat.util.buf.ByteChunk; ByteChunk chunk = new ByteChunk(); chunk.append("Hello, Tomcat!".getBytes());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
tomcat-util — mvn dependency:get tomcat-util · libregistry