Packages

c

io.gatling.recorder.http.flows

PlainWithProxyMitmActor

class PlainWithProxyMitmActor extends PlainMitmActor

Standard flow:

  • received request with absolute url
  • connect to proxy
  • propagate request with absolute url (ie original one)
  • receive response and propagate it to serverChannel
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlainWithProxyMitmActor
  2. PlainMitmActor
  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. Protected

Instance Constructors

  1. new PlainWithProxyMitmActor(serverChannel: Channel, clientBootstrap: Bootstrap, proxy: OutgoingProxy, trafficLogger: TrafficLogger, clock: Clock)

    serverChannel

    the server channel connected to the user agent

    clientBootstrap

    the bootstrap to establish client channels with the remote

    proxy

    the outgoing proxy

    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(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def connectClientChannel(requestRemote: Remote, request: FullHttpRequest): State
    Attributes
    protected
    Definition Classes
    MitmActor
  17. def connectedRemote(requestRemote: Remote): Remote
    Attributes
    protected
    Definition Classes
    PlainWithProxyMitmActorMitmActor
  18. implicit val context: ActorContext
    Definition Classes
    Actor
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def gossip(msg: Any)(implicit sender: ActorRef): Unit
    Attributes
    protected
    Definition Classes
    Listeners
  23. final def goto(nextStateName: MitmActorState): State
    Definition Classes
    FSM
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def initialize(): Unit
    Definition Classes
    FSM
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def isTimerActive(name: String): Boolean
    Definition Classes
    FSM
  28. def listenerManagement: akka.actor.Actor.Receive
    Attributes
    protected
    Definition Classes
    Listeners
  29. val listeners: Set[ActorRef]
    Attributes
    protected
    Definition Classes
    Listeners
  30. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  31. def logTermination(reason: Reason): Unit
    Attributes
    protected
    Definition Classes
    FSM
  32. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def nextStateData: MitmActorData
    Definition Classes
    FSM
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def onTermination(terminationHandler: PartialFunction[StopEvent, Unit]): Unit
    Definition Classes
    FSM
  38. final def onTransition(transitionHandler: TransitionHandler): Unit
    Definition Classes
    FSM
  39. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  40. def postStop(): Unit
    Definition Classes
    FSM → Actor
  41. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  42. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  43. def propagatedRequest(originalRequest: FullHttpRequest): FullHttpRequest
    Attributes
    protected
    Definition Classes
    PlainWithProxyMitmActorPlainMitmActor
  44. def receive: Receive
    Definition Classes
    FSM → Actor
  45. implicit final val self: ActorRef
    Definition Classes
    Actor
  46. final def sender(): ActorRef
    Definition Classes
    Actor
  47. final def setStateTimeout(state: MitmActorState, timeout: Timeout): Unit
    Definition Classes
    FSM
  48. def startSingleTimer(name: String, msg: Any, delay: FiniteDuration): Unit
    Definition Classes
    FSM
  49. def startTimerAtFixedRate(name: String, msg: Any, interval: FiniteDuration): Unit
    Definition Classes
    FSM
  50. def startTimerWithFixedDelay(name: String, msg: Any, delay: FiniteDuration): Unit
    Definition Classes
    FSM
  51. final def startWith(stateName: MitmActorState, stateData: MitmActorData, timeout: Timeout): Unit
    Definition Classes
    FSM
  52. final def stateData: MitmActorData
    Definition Classes
    FSM
  53. final def stateName: MitmActorState
    Definition Classes
    FSM
  54. final def stay(): State
    Definition Classes
    FSM
  55. final def stop(reason: Reason, stateData: MitmActorData): State
    Definition Classes
    FSM
  56. final def stop(reason: Reason): State
    Definition Classes
    FSM
  57. final def stop(): State
    Definition Classes
    FSM
  58. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. implicit final def total2pf(transitionHandler: (MitmActorState, MitmActorState) => Unit): TransitionHandler
    Definition Classes
    FSM
  62. final def transform(func: StateFunction): TransformHelper
    Definition Classes
    FSM
  63. def unhandled(msg: Any): Unit
    Definition Classes
    MitmActor → Actor
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  67. final def when(stateName: MitmActorState, stateTimeout: FiniteDuration)(stateFunction: StateFunction): Unit
    Definition Classes
    FSM
  68. final def whenUnhandled(stateFunction: StateFunction): Unit
    Definition Classes
    FSM

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. 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 PlainMitmActor

Inherited from MitmActor

Inherited from StrictLogging

Inherited from MitmActorFSM

Inherited from ActorLogging

Inherited from Listeners

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped