Uses of Class
com.marginallyclever.communications.session.SessionLayer
Package
Description
-
Uses of SessionLayer in com.marginallyclever.communications.application
Modifier and TypeMethodDescriptionvoid
ChooseConnectionPanel.setNetworkSession
(SessionLayer s) void
TextInterfaceToSessionLayer.setNetworkSession
(SessionLayer session) -
Uses of SessionLayer in com.marginallyclever.communications.session
Modifier and TypeMethodDescriptionstatic SessionLayer
SessionLayerManager.requestNewSession
(Component parent) create a GUI to give the user transport layer options. -
Uses of SessionLayer in com.marginallyclever.communications.transport
Modifier and TypeMethodDescriptionTransportLayer.openConnection
(String connectionName) opens a connectionabstract SessionLayer
TransportLayerPanel.openConnection()
-
Uses of SessionLayer in com.marginallyclever.communications.transport.serial
Modifier and TypeClassDescriptionfinal class
Encapsulate all serial receive/transmit at the session layer of the OSI model.Modifier and TypeMethodDescriptionSerialTransportLayer.openConnection
(String connectionName) SerialTransportLayerPanel.openConnection()
-
Uses of SessionLayer in com.marginallyclever.communications.transport.tcp
Modifier and TypeClassDescriptionfinal class
SSH TCP/IP connection to a Raspberry Pi and then open a picocom session to /dev/ttyACM0Modifier and TypeMethodDescriptionTCPTransportLayer.openConnection
(String connectionName) TCPTransportLayerPanel.openConnection()