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.Object
PollerEvent, cacheable object for poller events to avoid GC
-
-
Constructor Summary
Constructors Constructor Description PollerEvent(NioEndpoint.NioSocketWrapper socketWrapper, int intOps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInterestOps()
NioEndpoint.NioSocketWrapper
getSocketWrapper()
void
reset()
void
reset(NioEndpoint.NioSocketWrapper socketWrapper, int intOps)
java.lang.String
toString()
-
-
-
Constructor Detail
-
PollerEvent
public PollerEvent(NioEndpoint.NioSocketWrapper socketWrapper, int intOps)
-
-
Method Detail
-
reset
public void reset(NioEndpoint.NioSocketWrapper socketWrapper, int intOps)
-
getSocketWrapper
public NioEndpoint.NioSocketWrapper getSocketWrapper()
-
getInterestOps
public int getInterestOps()
-
reset
public void reset()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-