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

org.opensearch.migrations.replay.IRequestResponsePacketPair Maven / Gradle / Ivy

The newest version!
package org.opensearch.migrations.replay;
public interface IRequestResponsePacketPair {
    HttpMessageAndTimestamp getRequestData();
    HttpMessageAndTimestamp getResponseData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy