io.gatling.recorder.http.handler

user

package user

Visibility
  1. Public
  2. All

Type Members

  1. class HttpUserHandler extends UserHandler with ScalaChannelHandler

  2. class HttpsUserHandler extends UserHandler with ScalaChannelHandler with StrictLogging

  3. class PortUnificationUserHandler extends SimpleChannelHandler with StrictLogging

  4. class SslHandlerSetter extends ChannelDownstreamHandler with StrictLogging

    Placed on the server side pipeline, it replaces itself with a SslHandler when it sees the 200 response to the CONNECT request (as CONNECT happens over HTTP, not HTTPS)

  5. abstract class UserHandler extends SimpleChannelHandler with StrictLogging

Ungrouped