Packages

c

io.gatling.recorder.http.flows

SecuredNoProxyMitmActor

class SecuredNoProxyMitmActor extends SecuredMitmActor

Standard flow:

  • received CONNECT request with absolute url
  • connect to remote host
  • if connect is successful, reply 200/OK
  • install SslHandler on serverChannel
  • received request with relative url -
  • propagate request to clientChannel -
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecuredNoProxyMitmActor
  2. SecuredMitmActor
  3. MitmActor
  4. StrictLogging
  5. MitmActorFSM
  6. FSM
  7. ActorLogging
  8. Listeners
  9. Actor
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SecuredNoProxyMitmActor(serverChannel: Channel, clientBootstrap: Bootstrap, sslServerContext: SslServerContext, trafficLogger: TrafficLogger, clock: Clock)

    serverChannel

    the server channel connected to the user agent

    clientBootstrap

    the bootstrap to establish client channels with the remote

    sslServerContext

    factory for SSLContexts

    trafficLogger

    log the traffic

Type Members

  1. type Event = akka.actor.FSM.Event[MitmActorData]
    Definition Classes
    FSM
  2. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor
  3. type State = akka.actor.FSM.State[MitmActorState, MitmActorData]
    Definition Classes
    FSM
  4. type StateFunction = PartialFunction[Event, State]
    Definition Classes
    FSM
  5. type StopEvent = akka.actor.FSM.StopEvent[MitmActorState, MitmActorData]
    Definition Classes
    FSM
  6. type Timeout = Option[FiniteDuration]
    Definition Classes
    FSM
  7. final class TransformHelper extends AnyRef
    Definition Classes
    FSM
  8. type TransitionHandler = PartialFunction[(MitmActorState, MitmActorState), Unit]
    Definition Classes
    FSM

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. val ->: akka.actor.FSM.->.type
    Definition Classes
    FSM
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val Event: akka.actor.FSM.Event.type
    Definition Classes
    FSM
  6. val StateTimeout: akka.actor.FSM.StateTimeout.type
    Definition Classes
    FSM
  7. val StopEvent: akka.actor.FSM.StopEvent.type
    Definition Classes
    FSM
  8. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  12. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. final def cancelTimer(name: String): Unit
    Definition Classes
    FSM
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def connectClientChannel(requestRemote: Remote, request: FullHttpRequest): State
    Attributes
    protected
    Definition Classes
    MitmActor
  17. def connectedRemote(requestRemote: Remote): Remote
    Attributes
    protected
    Definition Classes
    SecuredNoProxyMitmActorMitmActor
  18. implicit val context: ActorContext
    Definition Classes
    Actor
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def gossip(msg: Any)(implicit sender: ActorRef): Unit
    Attributes
    protected
    Definition Classes
    Listeners
  24. final def goto(nextStateName: MitmActorState): State
    Definition Classes
    FSM
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def initialize(): Unit
    Definition Classes
    FSM
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def isTimerActive(name: String): Boolean
    Definition Classes
    FSM
  29. def listenerManagement: akka.actor.Actor.Receive
    Attributes
    protected
    Definition Classes
    Listeners
  30. val listeners: Set[ActorRef]
    Attributes
    protected
    Definition Classes
    Listeners
  31. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  32. def logTermination(reason: Reason): Unit
    Attributes
    protected
    Definition Classes
    FSM
  33. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def nextStateData: MitmActorData
    Definition Classes
    FSM
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def onClientChannelActive(clientChannel: Channel, pendingRequest: FullHttpRequest, remote: Remote): State
    Attributes
    protected
    Definition Classes
    SecuredNoProxyMitmActorSecuredMitmActor
  39. final def onTermination(terminationHandler: PartialFunction[StopEvent, Unit]): Unit
    Definition Classes
    FSM
  40. final def onTransition(transitionHandler: TransitionHandler): Unit
    Definition Classes
    FSM
  41. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def postStop(): Unit
    Definition Classes
    FSM → Actor
  43. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. def receive: Receive
    Definition Classes
    FSM → Actor
  46. implicit final val self: ActorRef
    Definition Classes
    Actor
  47. final def sender(): ActorRef
    Definition Classes
    Actor
  48. final def setStateTimeout(state: MitmActorState, timeout: Timeout): Unit
    Definition Classes
    FSM
  49. def startSingleTimer(name: String, msg: Any, delay: FiniteDuration): Unit
    Definition Classes
    FSM
  50. def startTimerAtFixedRate(name: String, msg: Any, interval: FiniteDuration): Unit
    Definition Classes
    FSM
  51. def startTimerWithFixedDelay(name: String, msg: Any, delay: FiniteDuration): Unit
    Definition Classes
    FSM
  52. final def startWith(stateName: MitmActorState, stateData: MitmActorData, timeout: Timeout): Unit
    Definition Classes
    FSM
  53. final def stateData: MitmActorData
    Definition Classes
    FSM
  54. final def stateName: MitmActorState
    Definition Classes
    FSM
  55. final def stay(): State
    Definition Classes
    FSM
  56. final def stop(reason: Reason, stateData: MitmActorData): State
    Definition Classes
    FSM
  57. final def stop(reason: Reason): State
    Definition Classes
    FSM
  58. final def stop(): State
    Definition Classes
    FSM
  59. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. implicit final def total2pf(transitionHandler: (MitmActorState, MitmActorState) ⇒ Unit): TransitionHandler
    Definition Classes
    FSM
  63. final def transform(func: StateFunction): TransformHelper
    Definition Classes
    FSM
  64. def unhandled(msg: Any): Unit
    Definition Classes
    MitmActor → Actor
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  68. final def when(stateName: MitmActorState, stateTimeout: FiniteDuration)(stateFunction: StateFunction): Unit
    Definition Classes
    FSM
  69. final def whenUnhandled(stateFunction: StateFunction): Unit
    Definition Classes
    FSM

Deprecated Value Members

  1. final def setTimer(name: String, msg: Any, timeout: FiniteDuration, repeat: Boolean): Unit
    Definition Classes
    FSM
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use startSingleTimer, startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred.

Inherited from SecuredMitmActor

Inherited from MitmActor

Inherited from StrictLogging

Inherited from MitmActorFSM

Inherited from FSM[MitmActorState, MitmActorData]

Inherited from ActorLogging

Inherited from Listeners

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped