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

io.gatling.recorder.internal.bouncycastle.est.ESTSourceConnectionListener Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.est;

import java.io.IOException;

/**
 * ESTSourceConnectionListener is called when the source is
 * is connected to the remote end point but no application
 * data has been sent.
 */
public interface ESTSourceConnectionListener
{
    ESTRequest onConnection(Source source, ESTRequest request)
        throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy