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

io.github.sinri.keel.web.tcp.piece.KeelPiece Maven / Gradle / Ivy

Go to download

A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

The newest version!
package io.github.sinri.keel.web.tcp.piece;

import io.vertx.core.buffer.Buffer;

/**
 * @since 2.8
 */
public interface KeelPiece {
    Buffer toBuffer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy