Package 

Interface WsHandler

  • All Implemented Interfaces:
    com.hexagonkt.core.handlers.Handler , com.hexagonkt.http.server.handlers.ServerHandler

    
    public interface WsHandler
     implements ServerHandler, Handler<WsSession>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract WsHandler addPrefix(String prefix)
      abstract Function1<Context<WsSession>, Context<WsSession>> getCallback()
      abstract Function1<Context<WsSession>, Boolean> getPredicate()
      • Methods inherited from class com.hexagonkt.http.server.handlers.WsHandler

        process, process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait