Interface ManagerRequest<R extends Response>

    • Method Detail

      • decode

        R decode​(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponse response,
                 byte[] content)
        Decodes a manager response into its response entity.
        Parameters:
        response - the http header of the response.
        content - the actual content of the response.
        Returns:
        the decoded value.