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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6480c094f4 Add javadoc
6480c094f4 is described below

commit 6480c094f4fc8c21103c424520f2241e0e7e32ab
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 4e54d7a264..624e6def19 100644
--- a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
+++ b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
@@ -923,6 +923,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;
@@ -1013,6 +1015,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