Module 

Class AbstractConduit<D extends Conduit>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected D next
      The delegate conduit.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractConduit​(D next)
      Construct a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XnioWorker getWorker()
      Get the XNIO worker associated with this conduit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • next

        protected final D extends Conduit next
        The delegate conduit.
    • Constructor Detail

      • AbstractConduit

        protected AbstractConduit​(D next)
        Construct a new instance.
        Parameters:
        next - the delegate conduit to set
    • Method Detail

      • getWorker

        public XnioWorker getWorker()
        Description copied from interface: Conduit
        Get the XNIO worker associated with this conduit.
        Specified by:
        getWorker in interface Conduit
        Returns:
        the XNIO worker associated with this conduit