Class SessionLayerManager
java.lang.Object
com.marginallyclever.communications.session.SessionLayerManager
Handles requests between the UI and the various transport layers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SessionLayer
requestNewSession
(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.
-