Class HttpEndpointListener

java.lang.Object
java.lang.Thread
com.predic8.membrane.core.transport.http.HttpEndpointListener
All Implemented Interfaces:
Runnable

public class HttpEndpointListener extends Thread
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • closePort

      public void closePort() throws IOException
      Throws:
      IOException
    • closeConnections

      public boolean closeConnections(boolean onlyIdle) throws IOException
      Closes all connections or those that are currently idle.
      Parameters:
      onlyIdle - whether to close only idle connections
      Returns:
      true, if there are no more open connections
      Throws:
      IOException
    • getNumberOfOpenConnections

      public int getNumberOfOpenConnections()
    • getTransport

      public HttpTransport getTransport()
    • isClosed

      public boolean isClosed()
    • getSslProvider

      public SSLProvider getSslProvider()