Skip navigation links
A C D E F G H I J N O P Q R S U W 

A

accept(MediaType) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
available() - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
awaitResult() - Method in class com.github.dockerjava.netty.NettyInvocationBuilder.ResponseCallback
 
awaitUpgrade() - Method in class com.github.dockerjava.netty.handler.HttpConnectionHijackHandler
 

C

channelInactive(ChannelHandlerContext) - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler
 
ChannelProvider - Interface in com.github.dockerjava.netty
 
channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.github.dockerjava.netty.handler.FramedResponseStreamHandler
 
channelRead0(ChannelHandlerContext, HttpObject) - Method in class com.github.dockerjava.netty.handler.HttpResponseHandler
 
channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler
 
channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.github.dockerjava.netty.handler.JsonResponseCallbackHandler
 
close() - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
close() - Method in class com.github.dockerjava.netty.NettyDockerCmdExecFactory
 
com.github.dockerjava.netty - package com.github.dockerjava.netty
 
com.github.dockerjava.netty.handler - package com.github.dockerjava.netty.handler
 

D

delete() - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 

E

enableHostNameVerification(SSLParameters) - Method in class com.github.dockerjava.netty.NettyDockerCmdExecFactory
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class com.github.dockerjava.netty.handler.JsonRequestHandler
Deprecated.
 
equals(Object) - Method in class com.github.dockerjava.netty.NettyWebTarget
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.github.dockerjava.netty.handler.FramedResponseStreamHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.github.dockerjava.netty.handler.JsonResponseCallbackHandler
 

F

FramedResponseStreamHandler - Class in com.github.dockerjava.netty.handler
Handler that decodes a docker-raw-stream as described here: https://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#attach-to-a-container It drives the ResultCallback.onNext(Object) method of the passed ResultCallback.
FramedResponseStreamHandler(ResultCallback<Frame>) - Constructor for class com.github.dockerjava.netty.handler.FramedResponseStreamHandler
 

G

get(ResultCallback<Frame>) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
get(TypeReference<T>) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
get(TypeReference<T>, ResultCallback<T>) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
get() - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
getBaseResource() - Method in class com.github.dockerjava.netty.NettyDockerCmdExecFactory
 
getChannel() - Method in interface com.github.dockerjava.netty.ChannelProvider
 
getHttpRequest(String) - Method in interface com.github.dockerjava.netty.handler.HttpRequestProvider
 

H

hashCode() - Method in class com.github.dockerjava.netty.NettyWebTarget
 
header(String, String) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
HttpConnectionHijackHandler - Class in com.github.dockerjava.netty.handler
 
HttpConnectionHijackHandler(HttpResponseHandler) - Constructor for class com.github.dockerjava.netty.handler.HttpConnectionHijackHandler
 
HttpRequestProvider - Interface in com.github.dockerjava.netty.handler
 
HttpResponseHandler - Class in com.github.dockerjava.netty.handler
Handler that is responsible to handle an incoming HttpResponse.
HttpResponseHandler(HttpRequestProvider, ResultCallback<?>) - Constructor for class com.github.dockerjava.netty.handler.HttpResponseHandler
 
HttpResponseInputStream() - Constructor for class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
HttpResponseStreamHandler - Class in com.github.dockerjava.netty.handler
Handler that converts an incoming byte stream to an InputStream.
HttpResponseStreamHandler(ResultCallback<InputStream>) - Constructor for class com.github.dockerjava.netty.handler.HttpResponseStreamHandler
 
HttpResponseStreamHandler.HttpResponseInputStream - Class in com.github.dockerjava.netty.handler
 

I

init(DockerClientConfig) - Method in class com.github.dockerjava.netty.NettyDockerCmdExecFactory
 

J

JsonRequestHandler - Class in com.github.dockerjava.netty.handler
Deprecated.
unused in docker-java
JsonRequestHandler() - Constructor for class com.github.dockerjava.netty.handler.JsonRequestHandler
Deprecated.
 
JsonResponseCallbackHandler<T> - Class in com.github.dockerjava.netty.handler
Handler that decodes an incoming byte stream into objects of T and calls ResultCallback.onNext(Object)
JsonResponseCallbackHandler(TypeReference<T>, ResultCallback<T>) - Constructor for class com.github.dockerjava.netty.handler.JsonResponseCallbackHandler
Deprecated.
JsonResponseCallbackHandler(ObjectMapper, TypeReference<T>, ResultCallback<T>) - Constructor for class com.github.dockerjava.netty.handler.JsonResponseCallbackHandler
 

N

NettyDockerCmdExecFactory - Class in com.github.dockerjava.netty
Experimental implementation of DockerCmdExecFactory that supports http connection hijacking that is needed to pass STDIN to the container.
NettyDockerCmdExecFactory() - Constructor for class com.github.dockerjava.netty.NettyDockerCmdExecFactory
 
NettyInvocationBuilder - Class in com.github.dockerjava.netty
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.
NettyInvocationBuilder(ChannelProvider, String) - Constructor for class com.github.dockerjava.netty.NettyInvocationBuilder
Deprecated.
NettyInvocationBuilder(ObjectMapper, ChannelProvider, String) - Constructor for class com.github.dockerjava.netty.NettyInvocationBuilder
 
NettyInvocationBuilder.ResponseCallback<T> - Class in com.github.dockerjava.netty
 
NettyInvocationBuilder.SkipResultCallback - Class in com.github.dockerjava.netty
 
NettyWebTarget - Class in com.github.dockerjava.netty
This class is basically a replacement of javax.ws.rs.client.WebTarget to allow simpler migration of JAX-RS code to a netty based implementation.
NettyWebTarget(ChannelProvider, String) - Constructor for class com.github.dockerjava.netty.NettyWebTarget
Deprecated.
NettyWebTarget(ObjectMapper, ChannelProvider, String) - Constructor for class com.github.dockerjava.netty.NettyWebTarget
 

O

onNext(T) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder.ResponseCallback
 
onNext(Void) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder.SkipResultCallback
 

P

path(String...) - Method in class com.github.dockerjava.netty.NettyWebTarget
 
post(Object) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
post(Object, InputStream, ResultCallback<Frame>) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
post(Object, TypeReference<T>) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
post(Object, TypeReference<T>, ResultCallback<T>) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
post(TypeReference<T>, InputStream) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
post(TypeReference<T>, ResultCallback<T>, InputStream) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
postStream(InputStream) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 
protocol() - Method in class com.github.dockerjava.netty.handler.HttpConnectionHijackHandler
 
put(InputStream, MediaType) - Method in class com.github.dockerjava.netty.NettyInvocationBuilder
 

Q

queryParam(String, Object) - Method in class com.github.dockerjava.netty.NettyWebTarget
 
queryParamsJsonMap(String, Map<String, String>) - Method in class com.github.dockerjava.netty.NettyWebTarget
 
queryParamsSet(String, Set<?>) - Method in class com.github.dockerjava.netty.NettyWebTarget
 

R

read() - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
read(byte[], int, int) - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
request() - Method in class com.github.dockerjava.netty.NettyWebTarget
 
resolveTemplate(String, Object) - Method in class com.github.dockerjava.netty.NettyWebTarget
 
ResponseCallback() - Constructor for class com.github.dockerjava.netty.NettyInvocationBuilder.ResponseCallback
 

S

setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class com.github.dockerjava.netty.handler.HttpConnectionHijackHandler
 
SkipResultCallback() - Constructor for class com.github.dockerjava.netty.NettyInvocationBuilder.SkipResultCallback
 

U

upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in class com.github.dockerjava.netty.handler.HttpConnectionHijackHandler
 

W

write(ByteBuf) - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
writeComplete() - Method in class com.github.dockerjava.netty.handler.HttpResponseStreamHandler.HttpResponseInputStream
 
A C D E F G H I J N O P Q R S U W 
Skip navigation links

Copyright © 2021. All rights reserved.