Class ManagedSelector.DestroyEndPoint

java.lang.Object
org.eclipse.jetty.io.ManagedSelector.DestroyEndPoint
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable
Enclosing class:
ManagedSelector

private class ManagedSelector.DestroyEndPoint extends Object implements Runnable, Closeable
  • Field Details

    • endPoint

      private final EndPoint endPoint
  • Constructor Details

    • DestroyEndPoint

      public DestroyEndPoint(EndPoint endPoint)
  • Method Details