Class FilterChannel.Builder

    • Constructor Detail

      • Builder

        protected Builder()
        Builds instances of FilterChannel.
    • Method Detail

      • get

        public FilterChannel<java.nio.channels.Channel> get()
                                                     throws java.io.IOException
        Description copied from interface: IOSupplier
        Gets a result.
        Returns:
        a result.
        Throws:
        java.io.IOException - if an I/O error occurs.
        See Also:
        IOSupplier.getUnchecked()