Package org.apache.tomcat.util.net
Class NioEndpoint.PollerEvent
- java.lang.Object
- 
- org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
- 
- Enclosing class:
- NioEndpoint
 
 public static class NioEndpoint.PollerEvent extends java.lang.ObjectPollerEvent, cacheable object for poller events to avoid GC
- 
- 
Constructor SummaryConstructors Constructor Description PollerEvent(NioEndpoint.NioSocketWrapper socketWrapper, int intOps)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInterestOps()NioEndpoint.NioSocketWrappergetSocketWrapper()voidreset()voidreset(NioEndpoint.NioSocketWrapper socketWrapper, int intOps)java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
PollerEventpublic PollerEvent(NioEndpoint.NioSocketWrapper socketWrapper, int intOps) 
 
- 
 - 
Method Detail- 
resetpublic void reset(NioEndpoint.NioSocketWrapper socketWrapper, int intOps) 
 - 
getSocketWrapperpublic NioEndpoint.NioSocketWrapper getSocketWrapper() 
 - 
getInterestOpspublic int getInterestOps() 
 - 
resetpublic void reset() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-