All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opensearch.migrations.replay.datahandlers.http.EndOfInput Maven / Gradle / Ivy

There is a newer version: 0.2.0.4
Show newest version
package org.opensearch.migrations.replay.datahandlers.http;

/**
 * This is a sentinel value that is used like LastHttpContent but is relevant for pipelines
 * that are not parsing HTTP contents.  This is sent immediately before the EmbeddedChannel
 * is closed.  It allows the NettySendByteBufsToPacketHandlerHandler class to determine
 * whether all the contents were received or if there was an error in-flight.
 */
public class EndOfInput {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy