Class JschDockerHttpClient

java.lang.Object
com.github.mwiede.dockerjava.jsch.JschDockerHttpClient
All Implemented Interfaces:
com.github.dockerjava.transport.DockerHttpClient, Closeable, AutoCloseable

public final class JschDockerHttpClient extends Object implements com.github.dockerjava.transport.DockerHttpClient
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface com.github.dockerjava.transport.DockerHttpClient

    com.github.dockerjava.transport.DockerHttpClient.Request, com.github.dockerjava.transport.DockerHttpClient.Response
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.github.dockerjava.transport.DockerHttpClient.Response
    execute​(com.github.dockerjava.transport.DockerHttpClient.Request request)
     

    Methods inherited from class java.lang.Object

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

    • execute

      public com.github.dockerjava.transport.DockerHttpClient.Response execute(com.github.dockerjava.transport.DockerHttpClient.Request request)
      Specified by:
      execute in interface com.github.dockerjava.transport.DockerHttpClient
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable