Interface NotReadOnlyReadableComponent


  • public interface NotReadOnlyReadableComponent
    Safety by-pass that let us get ByteBuffers from a ReadableComponent that is not read-only.

    This is for instance used by the SslHandler, because some SSLEngine implementations cannot unwrap or decode packets from read-only buffers.