Class SessionLayerManager
java.lang.Object
com.marginallyclever.communications.session.SessionLayerManager
Handles requests between the UI and the various transport layers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionLayerrequestNewSession(Component parent) create a GUI to give the user transport layer options.
-
Constructor Details
-
SessionLayerManager
public SessionLayerManager()
-
-
Method Details
-
requestNewSession
create a GUI to give the user transport layer options.- Parameters:
parent- the root gui component- Returns:
- a new connection or null.
-