ServerCallOptions

fs2.grpc.server.ServerCallOptions
See theServerCallOptions companion object
sealed abstract class ServerCallOptions

Attributes

Companion
object
Source
ServerCallOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Enables per-message compression. If no message encoding has been negotiated, this is a no-op. By default per-message compression is enabled, but may not have any effect if compression is not enabled on the call.

Enables per-message compression. If no message encoding has been negotiated, this is a no-op. By default per-message compression is enabled, but may not have any effect if compression is not enabled on the call.

Attributes

Source
ServerCallOptions.scala

Sets the compression algorithm for a call. Default gRPC servers support the "gzip" compressor.

Sets the compression algorithm for a call. Default gRPC servers support the "gzip" compressor.

Attributes

Source
ServerCallOptions.scala

Concrete fields