Packages

c

io.gatling.recorder.http.flows

SecuredMitmActor

abstract class SecuredMitmActor extends MitmActor

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecuredMitmActor
  2. MitmActor
  3. StrictLogging
  4. MitmActorFSM
  5. FSM
  6. ActorLogging
  7. Listeners
  8. Actor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SecuredMitmActor(serverChannel: Channel, clientBootstrap: Bootstrap, sslServerContext: SslServerContext)

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

Abstract Value Members

  1. abstract def connectedRemote(requestRemote: Remote): Remote
    Attributes
    protected
    Definition Classes
    MitmActor
  2. abstract def onClientChannelActive(clientChannel: Channel, pendingRequest: FullHttpRequest, remote: Remote): State
    Attributes
    protected

Concrete 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. implicit val context: ActorContext
    Definition Classes
    Actor
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    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 receive: Receive
    Definition Classes
    FSM → Actor
  44. implicit final val self: ActorRef
    Definition Classes
    Actor
  45. final def sender(): ActorRef
    Definition Classes
    Actor
  46. final def setStateTimeout(state: MitmActorState, timeout: Timeout): Unit
    Definition Classes
    FSM
  47. final def setTimer(name: String, msg: Any, timeout: FiniteDuration, repeat: Boolean): Unit
    Definition Classes
    FSM
  48. final def startWith(stateName: MitmActorState, stateData: MitmActorData, timeout: Timeout): Unit
    Definition Classes
    FSM
  49. final def stateData: MitmActorData
    Definition Classes
    FSM
  50. final def stateName: MitmActorState
    Definition Classes
    FSM
  51. final def stay(): State
    Definition Classes
    FSM
  52. final def stop(reason: Reason, stateData: MitmActorData): State
    Definition Classes
    FSM
  53. final def stop(reason: Reason): State
    Definition Classes
    FSM
  54. final def stop(): State
    Definition Classes
    FSM
  55. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. implicit final def total2pf(transitionHandler: (MitmActorState, MitmActorState) ⇒ Unit): TransitionHandler
    Definition Classes
    FSM
  59. final def transform(func: StateFunction): TransformHelper
    Definition Classes
    FSM
  60. def unhandled(msg: Any): Unit
    Definition Classes
    MitmActor → Actor
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  64. final def when(stateName: MitmActorState, stateTimeout: FiniteDuration)(stateFunction: StateFunction): Unit
    Definition Classes
    FSM
  65. final def whenUnhandled(stateFunction: StateFunction): Unit
    Definition Classes
    FSM

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