-
- All Implemented Interfaces:
-
com.hexagonkt.core.handlers.Handler,com.hexagonkt.http.server.handlers.ServerHandler
public interface WsHandler implements ServerHandler, Handler<WsSession>
-
-
Method Summary
Modifier and Type Method Description abstract WsHandleraddPrefix(String prefix)abstract Function1<Context<WsSession>, Context<WsSession>>getCallback()abstract Function1<Context<WsSession>, Boolean>getPredicate()-
-
Method Detail
-
getCallback
abstract Function1<Context<WsSession>, Context<WsSession>> getCallback()
-
getPredicate
abstract Function1<Context<WsSession>, Boolean> getPredicate()
-
-
-
-