Class ServerRequest

java.lang.Object
com.couchbase.client.dcp.message.ServerRequest

public class ServerRequest extends Object
Utils for handling server-initiated requests when DUPLEX mode is active
  • Method Details

    • isServerRequest

      public static boolean isServerRequest(io.netty.buffer.ByteBuf msg)
    • handleServerRequest

      public static void handleServerRequest(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, BucketConfigSink bucketConfigSink)