Module 

Interface ProtectedWrappedChannel<C extends java.nio.channels.Channel>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      C getChannel​(java.lang.Object guard)
      Get the channel which is wrapped by this object, or null if the guard is invalid.
    • Method Detail

      • getChannel

        C getChannel​(java.lang.Object guard)
        Get the channel which is wrapped by this object, or null if the guard is invalid.
        Parameters:
        guard - the guard object
        Returns:
        the wrapped channel