Package org.zeromq

Interface ZAgent.SelectorCreator

Enclosing interface:
ZAgent

@Deprecated public static interface ZAgent.SelectorCreator
Deprecated.
Creates a selector and destroys it.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Creates and opens a selector.
    void
    destroy(Selector selector)
    Deprecated.
    Destroys the previously opened selector.
  • Method Details

    • create

      Selector create() throws IOException
      Deprecated.
      Creates and opens a selector.
      Returns:
      the opened selector.
      Throws:
      IOException
    • destroy

      void destroy(Selector selector) throws IOException
      Deprecated.
      Destroys the previously opened selector.
      Parameters:
      selector - the selector to close
      Throws:
      IOException