Uses of Class
com.couchbase.client.core.io.netty.HttpChannelContext
Packages that use HttpChannelContext
-
Uses of HttpChannelContext in com.couchbase.client.core.endpoint.http
Methods in com.couchbase.client.core.endpoint.http that return HttpChannelContextMethods in com.couchbase.client.core.endpoint.http with parameters of type HttpChannelContextModifier and TypeMethodDescriptionCoreHttpRequest.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 HttpChannelContextModifierConstructorDescriptionCoreHttpResponse
(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 HttpChannelContextModifier and TypeMethodDescriptionNonChunkedHttpRequest.decode
(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context)