Class FilterChannel.AbstractBuilder<F extends FilterChannel<C>,C extends Channel,B extends FilterChannel.AbstractBuilder<F,C,B>>

Type Parameters:
F - The FilterChannel type.
C - The Channel type wrapped by the FilterChannel.
B - The builder type.
All Implemented Interfaces:
IOSupplier<F>
Direct Known Subclasses:
FilterByteChannel.AbstractBuilder, FilterChannel.Builder, FilterReadableByteChannel.AbstractBuilder, FilterWritableByteChannel.AbstractBuilder
Enclosing class:
FilterChannel<C extends Channel>

public abstract static class FilterChannel.AbstractBuilder<F extends FilterChannel<C>,C extends Channel,B extends FilterChannel.AbstractBuilder<F,C,B>> extends AbstractStreamBuilder<F,FilterChannel.AbstractBuilder<F,C,B>>
Builds instances of FilterChannel for subclasses.
  • Constructor Details

    • AbstractBuilder

      protected AbstractBuilder()
      Constructs instance for subclasses.