BlockingServletIo

final case class BlockingServletIo[F[_]](chunkSize: Int)(implicit evidence$2: Async[F]) extends ServletIo[F]

Use standard blocking reads and writes.

This is more CPU efficient per request than NonBlockingServletIo, but is likely to require a larger request thread pool for the same load.

trait Serializable
trait Product
trait Equals
class ServletIo[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product