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

io.rsocket.keepalive.KeepAliveFramesAcceptor Maven / Gradle / Ivy

package io.rsocket.keepalive;

import io.netty.buffer.ByteBuf;
import reactor.core.Disposable;

public interface KeepAliveFramesAcceptor extends Disposable {

  void receive(ByteBuf keepAliveFrame);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy