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

com.fireflysource.net.tcp.secure.HandshakeResult Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.net.tcp.secure;

import java.nio.ByteBuffer;
import java.util.List;

public interface HandshakeResult {

    /**
     * Get the stashed application buffers during the handshake process.
     *
     * @return The stashed application buffers.
     */
    List getStashedAppBuffers();

    /**
     * The application protocol negotiation result.
     *
     * @return The application protocol negotiation result.
     */
    String getApplicationProtocol();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy