Package org.apache.tomcat.util.net
Class AprEndpoint.SocketInfo
- java.lang.Object
-
- org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- Enclosing class:
- AprEndpoint
public static class AprEndpoint.SocketInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SocketInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
merge(int flag1, int flag2)
boolean
read()
java.lang.String
toString()
boolean
write()
-