Uses of Class
com.couchbase.client.core.io.netty.HttpChannelContext
-
-
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 RNonChunkedHttpRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context) -
Uses of HttpChannelContext in com.couchbase.client.core.msg.analytics
Methods in com.couchbase.client.core.msg.analytics with parameters of type HttpChannelContext Modifier and Type Method Description AnalyticsPingResponseAnalyticsPingRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context)GenericAnalyticsResponseGenericAnalyticsRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context) -
Uses of HttpChannelContext in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query with parameters of type HttpChannelContext Modifier and Type Method Description QueryPingResponseQueryPingRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context) -
Uses of HttpChannelContext in com.couchbase.client.core.msg.search
Methods in com.couchbase.client.core.msg.search with parameters of type HttpChannelContext Modifier and Type Method Description GenericSearchResponseGenericSearchRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context)SearchPingResponseSearchPingRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context) -
Uses of HttpChannelContext in com.couchbase.client.core.msg.view
Methods in com.couchbase.client.core.msg.view with parameters of type HttpChannelContext Modifier and Type Method Description GenericViewResponseGenericViewRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context)ViewPingResponseViewPingRequest. decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpResponse response, HttpChannelContext context)
-