org.opensearch.migrations.replay.IRequestResponsePacketPair Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trafficReplayer Show documentation
Show all versions of trafficReplayer Show documentation
Everything opensearch migrations
The newest version!
package org.opensearch.migrations.replay;
public interface IRequestResponsePacketPair {
HttpMessageAndTimestamp getRequestData();
HttpMessageAndTimestamp getResponseData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy