// Generated automatically from io.netty.buffer.ByteBufConvertible for testing purposes package io.netty.buffer; import io.netty.buffer.ByteBuf; public interface ByteBufConvertible { ByteBuf asByteBuf(); }