Class InboundWebsocketResponseSender

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketResponseSender
All Implemented Interfaces:
org.apache.synapse.inbound.InboundResponseSender

public class InboundWebsocketResponseSender extends Object implements org.apache.synapse.inbound.InboundResponseSender
  • Constructor Details

  • Method Details

    • getSourceHandler

      public InboundWebsocketSourceHandler getSourceHandler()
    • sendBack

      public void sendBack(org.apache.synapse.MessageContext msgContext)
      Specified by:
      sendBack in interface org.apache.synapse.inbound.InboundResponseSender
    • handleSendBack

      protected void handleSendBack(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)
    • handleSendBack

      protected void handleSendBack(io.netty.handler.codec.http.websocketx.WebSocketFrame frame, InboundWebsocketChannelContext ctx, int clientBroadcastLevel, String subscriberPath, WebsocketSubscriberPathManager pathManager)
    • messageContextToText

      protected String messageContextToText(org.apache.axis2.context.MessageContext msgCtx) throws IOException
      Throws:
      IOException