Class EchoSubprotocolHandler
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.AbstractSubprotocolHandler
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.subprotocols.EchoSubprotocolHandler
-
public class EchoSubprotocolHandler extends AbstractSubprotocolHandler
-
-
Constructor Summary
Constructors Constructor Description EchoSubprotocolHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(io.netty.channel.ChannelHandlerContext context, io.netty.handler.codec.http.websocketx.WebSocketFrame frame, String subscriberPath)
-
Methods inherited from class org.wso2.carbon.inbound.endpoint.protocol.websocket.AbstractSubprotocolHandler
getSubprotocolIdentifier, setSubprotocolIdentifier
-
-
-
-
Method Detail
-
handle
public boolean handle(io.netty.channel.ChannelHandlerContext context, io.netty.handler.codec.http.websocketx.WebSocketFrame frame, String subscriberPath)
- Specified by:
handle
in classAbstractSubprotocolHandler
-
-