> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.docker.options;
> +
> +import org.jclouds.http.options.BaseHttpRequestOptions;
> +
> +/**
> + * Options to customize attach
> + */
> +public class AttachOptions extends BaseHttpRequestOptions {
> +
> + public static final AttachOptions NONE = new AttachOptions();
> +
> + public AttachOptions stream(Boolean stream) {
javadoc this stuff.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/113/files#r20874995