Class BasicAuthEchoEndpoint


  • public class BasicAuthEchoEndpoint
    extends java.lang.Object
    Author:
    Ondrej Kosatka
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void echo​(Session session, java.lang.String message)  
      void onError​(java.lang.Throwable t)  
      void onOpen​(Session session)  
      • Methods inherited from class java.lang.Object

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

      • BasicAuthEchoEndpoint

        public BasicAuthEchoEndpoint()
    • Method Detail

      • onOpen

        public void onOpen​(Session session)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • echo

        public void echo​(Session session,
                         java.lang.String message)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • onError

        public void onError​(java.lang.Throwable t)