Class HttpServerPushWorker

java.lang.Object
org.apache.synapse.transport.netty.sender.HttpServerPushWorker
All Implemented Interfaces:
Runnable

public class HttpServerPushWorker extends Object implements Runnable
HttpServerPushWorker is the Thread which does the server push processing.
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpServerPushWorker(org.apache.axis2.context.MessageContext requestMsgCtx, org.wso2.transport.http.netty.message.Http2PushPromise pushPromise)
     
    HttpServerPushWorker(org.apache.axis2.context.MessageContext requestMsgCtx, org.wso2.transport.http.netty.message.Http2PushPromise pushPromise, org.wso2.transport.http.netty.message.HttpCarbonMessage httpResponse)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpServerPushWorker

      public HttpServerPushWorker(org.apache.axis2.context.MessageContext requestMsgCtx, org.wso2.transport.http.netty.message.Http2PushPromise pushPromise, org.wso2.transport.http.netty.message.HttpCarbonMessage httpResponse)
    • HttpServerPushWorker

      public HttpServerPushWorker(org.apache.axis2.context.MessageContext requestMsgCtx, org.wso2.transport.http.netty.message.Http2PushPromise pushPromise)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable