Class Greeting

java.lang.Object
sk.gursky.films.websocket.Greeting

public class Greeting
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Greeting()  
    Greeting​(java.lang.String content)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContent()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Greeting

      public Greeting()
    • Greeting

      public Greeting​(java.lang.String content)
  • Method Details

    • getContent

      public java.lang.String getContent()