io
.
gatling
.
http
.
ahc
HttpEngine
Related Docs:
object HttpEngine
|
package ahc
class
HttpEngine
extends
ResourceFetcher
with
ActorNames
with
StrictLogging
Linear Supertypes
StrictLogging
,
ActorNames
,
ResourceFetcher
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
HttpEngine
StrictLogging
ActorNames
ResourceFetcher
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
HttpEngine
()
(
implicit
configuration:
GatlingConfiguration
,
httpCaches:
HttpCaches
)
Type Members
case class
InternalState
(
applicationThreadPool:
ExecutorService
,
nioThreadPool:
ExecutorService
,
channelPool:
ChannelPool
,
nettyConfig:
NettyAsyncHttpProviderConfig
,
defaultAhcConfig:
AsyncHttpClientConfig
,
statsEngine:
StatsEngine
,
throttler:
Throttler
,
asyncHandlerActors:
ActorRef
,
system:
ActorSystem
)
extends
Product
with
Serializable
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
CssContentCache
:
ThreadSafeCache
[
Uri
,
List
[
EmbeddedResource
]]
Definition Classes
ResourceFetcher
val
InferredResourcesCache
:
ThreadSafeCache
[
InferredResourcesCacheKey
,
InferredPageResources
]
Definition Classes
ResourceFetcher
def
actorName
(
base:
String
)
:
String
Definition Classes
ActorNames
def
applyResourceFilters
(
resources:
List
[
EmbeddedResource
]
,
filters:
Option
[
Filters
]
)
:
List
[
EmbeddedResource
]
Definition Classes
ResourceFetcher
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asyncHandlerActors
:
Option
[
ActorRef
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
val
configuration
:
GatlingConfiguration
def
defaultAhc
:
Option
[
AsyncHttpClient
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
val
httpCaches
:
HttpCaches
def
httpClient
(
session:
Session
,
protocol:
HttpProtocol
)
: (
Session
,
Option
[
AsyncHttpClient
])
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
logger
:
Logger
Attributes
protected
Definition Classes
StrictLogging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
resourceFetcherActorForCachedPage
(
htmlDocumentURI:
Uri
,
tx:
HttpTx
)
:
Option
[() ⇒
ResourceFetcherActor
]
Definition Classes
ResourceFetcher
def
resourceFetcherActorForFetchedPage
(
request:
Request
,
response:
Response
,
tx:
HttpTx
)
:
Option
[() ⇒
ResourceFetcherActor
]
Definition Classes
ResourceFetcher
def
resourcesToRequests
(
resources:
List
[
EmbeddedResource
]
,
session:
Session
,
protocol:
HttpProtocol
,
throttled:
Boolean
)
:
List
[
HttpRequest
]
Definition Classes
ResourceFetcher
def
start
(
system:
ActorSystem
,
statsEngine:
StatsEngine
,
throttler:
Throttler
)
:
Unit
def
startHttpTransaction
(
origTx:
HttpTx
)
(
implicit
ctx:
ActorContext
)
:
Unit
def
startSseTransaction
(
tx:
SseTx
,
sseActor:
ActorRef
)
:
Unit
def
startWsTransaction
(
tx:
WsTx
,
wsActor:
ActorRef
)
:
Unit
def
statsEngine
:
Option
[
StatsEngine
]
def
stop
()
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
StrictLogging
Inherited from
ActorNames
Inherited from
ResourceFetcher
Inherited from
AnyRef
Inherited from
Any
Ungrouped