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

org.http4s.blaze.channel.package.scala Maven / Gradle / Ivy

package org.http4s.blaze

import java.nio.ByteBuffer
import org.http4s.blaze.pipeline.LeafBuilder

/**
 * @author Bryce Anderson
 *         Created on 1/5/14
 */
package object channel {

//  type PipeFactory = RootBuilder[ByteBuffer, ByteBuffer] => HeadStage[ByteBuffer]
    type BufferPipeline = () => LeafBuilder[ByteBuffer]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy