public abstract class AbstractSubprotocolHandler extends Object
| Constructor and Description |
|---|
AbstractSubprotocolHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubprotocolIdentifier() |
abstract boolean |
handle(io.netty.channel.ChannelHandlerContext context,
io.netty.handler.codec.http.websocketx.WebSocketFrame frame,
String subscriberPath) |
void |
setSubprotocolIdentifier(String subprotocolIdentifier) |
public abstract boolean handle(io.netty.channel.ChannelHandlerContext context,
io.netty.handler.codec.http.websocketx.WebSocketFrame frame,
String subscriberPath)
public void setSubprotocolIdentifier(String subprotocolIdentifier)
public String getSubprotocolIdentifier()
Copyright © 2018 WSO2. All rights reserved.