This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 743c41198d Add javadoc
743c41198d is described below
commit 743c41198d7dba6e5775f2f17328bc5f10161303
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]