Package

com.twitter.finagle.mux

transport

Permalink

package transport

Visibility
  1. Public
  2. All

Type Members

  1. case class BadMessageException(why: String) extends Exception with Product with Serializable

    Permalink

    Indicates that encoding or decoding of a Mux message failed.

    Indicates that encoding or decoding of a Mux message failed. Reason for failure should be provided by the why string.

  2. sealed abstract class CompressionLevel extends AnyRef

    Permalink

    The level of desire that a peer has to use compression.

  3. class IncompatibleNegotiationException extends Exception with FailureFlags[IncompatibleNegotiationException] with HasLogLevel with SourcedException with NoStackTrace

    Permalink

    Unable to negotiate whether to use TLS or not with the remote peer.

    Unable to negotiate whether to use TLS or not with the remote peer.

    This means that one party indicated that it required encryption, and the other party either indicated that it did not support encryption, or it didn't support negotiating encryption at all.

Value Members

  1. object Compression

    Permalink
  2. object CompressionLevel

    Permalink

Ungrouped