This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 33cb0fd22d Add javadoc
33cb0fd22d is described below

commit 33cb0fd22dcfc2fa0de503f75939da8df347fba0
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 59b7b406ee..11ac120c67 100644
--- a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
+++ b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
@@ -924,6 +924,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;
@@ -1014,6 +1016,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]

Reply via email to