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

com.payneteasy.websocket.IWebSocketConfiguration Maven / Gradle / Ivy

The newest version!
package com.payneteasy.websocket;

/**
 *
 */
public interface IWebSocketConfiguration {

    long getConnectionTimeout();
    long getReadTimeout();
    long getWriterNextFramePoolTimeout();

    /**
     * If we can't write a current frame can we insert it to the tail of the queue to resend it
     * @return true - insert it again, false skip this frame to resend
     */
    boolean insertFrameAgainOnWriteError();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy