Class AbstractSubprotocolHandler
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.AbstractSubprotocolHandler
- Direct Known Subclasses:
EchoSubprotocolHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanhandle(io.netty.channel.ChannelHandlerContext context, io.netty.handler.codec.http.websocketx.WebSocketFrame frame, String subscriberPath) voidsetSubprotocolIdentifier(String subprotocolIdentifier)
-
Constructor Details
-
AbstractSubprotocolHandler
public AbstractSubprotocolHandler()
-
-
Method Details
-
handle
public abstract boolean handle(io.netty.channel.ChannelHandlerContext context, io.netty.handler.codec.http.websocketx.WebSocketFrame frame, String subscriberPath) -
setSubprotocolIdentifier
-
getSubprotocolIdentifier
-