Package anbxj

Class Channel

java.lang.Object
anbxj.Channel

public abstract class Channel extends Object
An abstract class for Channel
  • Constructor Details

    • Channel

      public Channel()
      Default constructor for Channel class
  • Method Details

    • setup

      public static Channel_Abstraction setup(Channel_Properties cp)
      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.