Class NamedChannel

Object
NamedChannel

public final class NamedChannel extends Object
Associates a name with a Channel.
  • Constructor Details

    • NamedChannel

      public NamedChannel(String name, Channel channel)
      Creates a new NamedChannel instance.
      Parameters:
      name - The name associated with the channel.
      channel - The Channel instance.
  • Method Details