io.gatling.recorder.http.handler

server

package server

Visibility
  1. Public
  2. All

Type Members

  1. class HttpServerHandler extends ServerHandler with ScalaChannelHandler

  2. class HttpsServerHandler extends ServerHandler with ScalaChannelHandler with StrictLogging

  3. class PortUnificationServerHandler extends SimpleChannelHandler with StrictLogging

  4. abstract class ServerHandler extends SimpleChannelHandler with StrictLogging

  5. 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)

Ungrouped