This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new fc06ea89fe Add javadoc
fc06ea89fe is described below
commit fc06ea89fe44c78b7061fcf540b6da782750d92a
Author: remm <[email protected]>
AuthorDate: Thu Apr 2 16:44:48 2026 +0200
Add javadoc
---
java/org/apache/tomcat/util/net/SocketWrapperBase.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
index 9728aeac8c..3a183fd65c 100644
--- a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
+++ b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
@@ -963,6 +963,8 @@ public abstract class SocketWrapperBase<E> {
/**
* Internal state tracker for vectored operations.
+ *
+ * @param <A> The attachment type
*/
protected abstract class OperationState<A> implements Runnable {
protected final boolean read;
@@ -1053,6 +1055,8 @@ public abstract class SocketWrapperBase<E> {
/**
* Completion handler for vectored operations. This will check the
completion of the operation, then either continue
* or call the user provided completion handler.
+ *
+ * @param <A> The attachment type
*/
protected class VectoredIOCompletionHandler<A> implements
CompletionHandler<Long,OperationState<A>> {
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]