Package anbxj
Class Channel
java.lang.Object
anbxj.Channel
An abstract class for Channel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Channel_Abstraction
Sets up a channel based on the provided properties.
-
Constructor Details
-
Channel
public Channel()Default constructor for Channel class
-
-
Method Details
-
setup
Sets up a channel based on the provided properties.- Parameters:
cp
- The Channel_Properties object containing configuration details.- Returns:
- A Channel_Abstraction instance created using the provided properties.
-