java.lang.Object
com.marginallyclever.communications.session.SessionLayerManager

public class SessionLayerManager extends Object
Handles requests between the UI and the various transport layers
  • Constructor Details

    • SessionLayerManager

      public SessionLayerManager()
  • Method Details

    • requestNewSession

      public static SessionLayer requestNewSession(Component parent)
      create a GUI to give the user transport layer options.
      Parameters:
      parent - the root gui component
      Returns:
      a new connection or null.