Class SessionInitMsg
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.messages.lifecycle.SessionInitMsg
 
 
- 
public class SessionInitMsg extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringprojectNamestatic java.lang.StringPROTOCOLjava.lang.Stringscope 
- 
Constructor Summary
Constructors Constructor Description SessionInitMsg()SessionInitMsg(java.lang.String projectName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
PROTOCOL
public static final java.lang.String PROTOCOL
- See Also:
 - Constant Field Values
 
 
- 
projectName
public java.lang.String projectName
 
- 
scope
public java.lang.String scope
 
 - 
 
 -