Package eu.ill.webx.transport
Class SessionChannel
java.lang.Object
eu.ill.webx.transport.SessionChannel
The Session Channel provides an encrypted socket to connect initiate and create sessions with the WebX Router.
For new sessions a login and password are sent and as such encryption is required. ZMQ uses the curve encryption layer.
The session channel is created with the servers public key. The session channel generates its own private-public key-pair
and sends the public key back to the server. this way 2-way encryption can be made.
Sessions are created with user credentials, screen size and keyboard layout parameters. On success a session Id is returned.
-
Method Summary