com.github.dockerjava.jaxrs
Class AttachContainerCmdExec

java.lang.Object
  extended by com.github.dockerjava.jaxrs.AbstrDockerCmdExec<AttachContainerCmd,InputStream>
      extended by com.github.dockerjava.jaxrs.AttachContainerCmdExec
All Implemented Interfaces:
AttachContainerCmd.Exec, DockerCmdExec<AttachContainerCmd,InputStream>

public class AttachContainerCmdExec
extends AbstrDockerCmdExec<AttachContainerCmd,InputStream>
implements AttachContainerCmd.Exec


Constructor Summary
AttachContainerCmdExec(javax.ws.rs.client.WebTarget baseResource)
           
 
Method Summary
protected  InputStream execute(AttachContainerCmd command)
           
 
Methods inherited from class com.github.dockerjava.jaxrs.AbstrDockerCmdExec
exec, getBaseResource, registryAuth
 
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.DockerCmdExec
exec
 

Constructor Detail

AttachContainerCmdExec

public AttachContainerCmdExec(javax.ws.rs.client.WebTarget baseResource)
Method Detail

execute

protected InputStream execute(AttachContainerCmd command)
Specified by:
execute in class AbstrDockerCmdExec<AttachContainerCmd,InputStream>


Copyright © 2014. All rights reserved.