Class NamedChannel
Object
NamedChannel
Associates a name with a
Channel.-
Constructor Summary
ConstructorsConstructorDescriptionNamedChannel(String name, Channel channel) Creates a newNamedChannelinstance. -
Method Summary
-
Constructor Details
-
NamedChannel
Creates a newNamedChannelinstance.- Parameters:
name- The name associated with the channel.channel- TheChannelinstance.
-
-
Method Details