Interface ESTSourceConnectionListener<T,​I>


  • public interface ESTSourceConnectionListener<T,​I>
    ESTSourceConnectionListener is called when the source is is connected to the remote end point but no application data has been sent.
    • Method Detail

      • onConnection

        ESTRequest onConnection​(Source<T> source,
                                ESTRequest request)
                         throws java.io.IOException
        Throws:
        java.io.IOException