Uses of Class
com.marginallyclever.communications.session.SessionLayer
Packages that use SessionLayer
Package
Description
-
Uses of SessionLayer in com.marginallyclever.communications.application
Methods in com.marginallyclever.communications.application that return SessionLayerMethods in com.marginallyclever.communications.application with parameters of type SessionLayerModifier and TypeMethodDescriptionvoidChooseConnectionPanel.setNetworkSession(SessionLayer s) voidTextInterfaceToSessionLayer.setNetworkSession(SessionLayer session) -
Uses of SessionLayer in com.marginallyclever.communications.session
Methods in com.marginallyclever.communications.session that return SessionLayerModifier and TypeMethodDescriptionstatic SessionLayerSessionLayerManager.requestNewSession(Component parent) create a GUI to give the user transport layer options. -
Uses of SessionLayer in com.marginallyclever.communications.transport
Methods in com.marginallyclever.communications.transport that return SessionLayerModifier and TypeMethodDescriptionTransportLayer.openConnection(String connectionName) opens a connectionabstract SessionLayerTransportLayerPanel.openConnection() -
Uses of SessionLayer in com.marginallyclever.communications.transport.serial
Subclasses of SessionLayer in com.marginallyclever.communications.transport.serialModifier and TypeClassDescriptionfinal classEncapsulate all serial receive/transmit at the session layer of the OSI model.Methods in com.marginallyclever.communications.transport.serial that return SessionLayerModifier and TypeMethodDescriptionSerialTransportLayer.openConnection(String connectionName) SerialTransportLayerPanel.openConnection() -
Uses of SessionLayer in com.marginallyclever.communications.transport.tcp
Subclasses of SessionLayer in com.marginallyclever.communications.transport.tcpModifier and TypeClassDescriptionfinal classSSH TCP/IP connection to a Raspberry Pi and then open a picocom session to /dev/ttyACM0Methods in com.marginallyclever.communications.transport.tcp that return SessionLayerModifier and TypeMethodDescriptionTCPTransportLayer.openConnection(String connectionName) TCPTransportLayerPanel.openConnection() -
Uses of SessionLayer in com.marginallyclever.ro3.node.nodes.networksession
Methods in com.marginallyclever.ro3.node.nodes.networksession that return SessionLayerMethods in com.marginallyclever.ro3.node.nodes.networksession with parameters of type SessionLayerModifier and TypeMethodDescriptionvoidNetworkSession.openConnection(SessionLayer session) voidNetworkSession.setSession(SessionLayer session)