Package | Description |
---|---|
com.github.dockerjava.core | |
com.github.dockerjava.core.exec | |
com.github.dockerjava.netty |
Modifier and Type | Method and Description |
---|---|
InvocationBuilder |
InvocationBuilder.accept(MediaType mediaType) |
InvocationBuilder |
InvocationBuilder.header(java.lang.String name,
java.lang.String value) |
InvocationBuilder |
WebTarget.request() |
Modifier and Type | Method and Description |
---|---|
protected InvocationBuilder |
AbstrDockerCmdExec.resourceWithAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
protected InvocationBuilder |
AbstrDockerCmdExec.resourceWithOptionalAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
Modifier and Type | Method and Description |
---|---|
protected InvocationBuilder |
AbstrDockerCmdExec.resourceWithAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
protected InvocationBuilder |
AbstrDockerCmdExec.resourceWithOptionalAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
Modifier and Type | Class and Description |
---|---|
class |
NettyInvocationBuilder
This class is basically a replacement of javax.ws.rs.client.Invocation.Builder to allow simpler migration of JAX-RS code to a netty based
implementation.
|
Modifier and Type | Method and Description |
---|---|
InvocationBuilder |
NettyInvocationBuilder.accept(MediaType mediaType) |
Copyright © 2018. All Rights Reserved.