com.github.dockerjava.client.command
Class PingCmd

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

public class PingCmd
extends AbstrDockerCmd<PingCmd,Integer>

Ping the Docker server


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
PingCmd()
           
 
Method Summary
protected  Integer impl()
           
 
Methods inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
exec, withBaseResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingCmd

public PingCmd()
Method Detail

impl

protected Integer impl()


Copyright © 2014. All rights reserved.