Uses of Class
com.couchbase.client.core.io.netty.HttpChannelContext
-
Packages that use HttpChannelContext Package Description com.couchbase.client.core.endpoint.http com.couchbase.client.core.msg -
-
Uses of HttpChannelContext in com.couchbase.client.core.endpoint.http
Methods in com.couchbase.client.core.endpoint.http that return HttpChannelContext Modifier and Type Method Description HttpChannelContext
CoreHttpResponse. channelContext()
Methods in com.couchbase.client.core.endpoint.http with parameters of type HttpChannelContext Modifier and Type Method Description CoreHttpResponse
CoreHttpRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext channelContext)
Constructors in com.couchbase.client.core.endpoint.http with parameters of type HttpChannelContext Constructor Description CoreHttpResponse(ResponseStatus status, byte[] content, int httpStatus, HttpChannelContext channelContext, RequestContext requestContext)
-
Uses of HttpChannelContext in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg with parameters of type HttpChannelContext Modifier and Type Method Description R
NonChunkedHttpRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context)
-