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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy