com.twitter.finagle.netty3

ssl

package ssl

Visibility
  1. Public
  2. All

Type Members

  1. class SslConnectHandler extends SimpleChannelHandler

    Handle client-side SSL connections:

    Handle client-side SSL connections:

    1. by delaying the upstream connect until the SSL handshake is complete (so that we don't send data through a connection we may later deem invalid), and 2. optionally performing hostname validation

Value Members

  1. object SslConnectHandler

Ungrouped