Interface NativeSelectableChannel

All Superinterfaces:
AutoCloseable, Channel, Closeable
All Known Implementing Classes:
NativeDeviceChannel, NativeServerSocketChannel, NativeSocketChannel

public interface NativeSelectableChannel extends Channel
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface java.nio.channels.Channel

    close, isOpen
  • Method Details

    • getFD

      int getFD()