io.rsocket.keepalive.KeepAliveFramesAcceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rsocket-core Show documentation
Show all versions of rsocket-core Show documentation
Core functionality for the RSocket library
package io.rsocket.keepalive;
import io.netty.buffer.ByteBuf;
public interface KeepAliveFramesAcceptor {
void receive(ByteBuf keepAliveFrame);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy