Class AcceptorImpl

java.lang.Object
org.apache.qpid.proton.reactor.impl.AcceptorImpl
All Implemented Interfaces:
Extendable, Acceptor, ReactorChild

public class AcceptorImpl extends Object implements Acceptor
  • Field Details

  • Constructor Details

  • Method Details

    • close

      public void close()
      Description copied from interface: Acceptor
      Closes the acceptor, stopping it accepting any further in-bound connections. Already accepted connections continue to be processed by the associated reactor.
      Specified by:
      close in interface Acceptor
    • getPortNumber

      public int getPortNumber() throws IOException
      Throws:
      IOException
    • free

      public void free()
      Description copied from interface: ReactorChild
      Frees any resources associated with this child.
      Specified by:
      free in interface ReactorChild
    • attachments

      public Record attachments()
      Specified by:
      attachments in interface Extendable