com.github.dockerjava.core.command
Class PingCmdImpl

java.lang.Object
  extended by com.github.dockerjava.core.command.AbstrDockerCmd<PingCmd,Void>
      extended by com.github.dockerjava.core.command.PingCmdImpl
All Implemented Interfaces:
DockerCmd<Void>, PingCmd

public class PingCmdImpl
extends AbstrDockerCmd<PingCmd,Void>
implements PingCmd

Ping the Docker server


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.dockerjava.api.command.PingCmd
PingCmd.Exec
 
Field Summary
 
Fields inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
execution
 
Constructor Summary
PingCmdImpl(PingCmd.Exec exec)
           
 
Method Summary
 
Methods inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
exec, toDockerException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Constructor Detail

PingCmdImpl

public PingCmdImpl(PingCmd.Exec exec)


Copyright © 2014. All rights reserved.