Class HttpExchangeBackChannel

java.lang.Object
org.jolokia.jvmagent.handler.HttpExchangeBackChannel
All Implemented Interfaces:
Runnable, org.jolokia.server.core.http.BackChannel

public class HttpExchangeBackChannel extends Object implements org.jolokia.server.core.http.BackChannel, Runnable
Since:
14/12/15
Author:
roland
  • Constructor Details

    • HttpExchangeBackChannel

      public HttpExchangeBackChannel(HttpExchange pExchange, Executor pExecutor)
  • Method Details

    • open

      public void open(Map<String,?> pParams) throws IOException
      Specified by:
      open in interface org.jolokia.server.core.http.BackChannel
      Throws:
      IOException
    • run

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

      public void close()
      Specified by:
      close in interface org.jolokia.server.core.http.BackChannel
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface org.jolokia.server.core.http.BackChannel
    • getOutputStream

      public OutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface org.jolokia.server.core.http.BackChannel
      Throws:
      IOException