Class NioEndpoint.PollerEvent

  • Enclosing class:
    NioEndpoint

    public static class NioEndpoint.PollerEvent
    extends java.lang.Object
    PollerEvent, cacheable object for poller events to avoid GC
    • Constructor Detail

      • PollerEvent

        public PollerEvent​(NioChannel ch,
                           int intOps)
    • Method Detail

      • reset

        public void reset​(NioChannel ch,
                          int intOps)
      • getInterestOps

        public int getInterestOps()
      • reset

        public void reset()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object