Serialized Form
-
Package io.hyperfoil.http
-
Class io.hyperfoil.http.UserAgentAppender extends java.lang.Object implements Serializable
-
-
Package io.hyperfoil.http.api
-
Class io.hyperfoil.http.api.HttpMethod.Provided extends java.lang.Object implements Serializable
-
Serialized Fields
-
method
HttpMethod method
-
-
-
-
Package io.hyperfoil.http.config
-
Class io.hyperfoil.http.config.ConnectionPoolConfig extends java.lang.Object implements Serializable
-
Serialized Fields
-
buffer
int buffer
-
core
int core
-
keepAliveTime
long keepAliveTime
-
max
int max
-
-
-
Class io.hyperfoil.http.config.Http extends java.lang.Object implements Serializable
-
Serialized Fields
-
addresses
java.lang.String[] addresses
-
connectionStrategy
ConnectionStrategy connectionStrategy
-
directHttp2
boolean directHttp2
-
host
java.lang.String host
-
isDefault
boolean isDefault
-
keyManager
Http.KeyManager keyManager
-
maxHttp2Streams
int maxHttp2Streams
-
name
java.lang.String name
-
originalDestination
java.lang.String originalDestination
-
pipeliningLimit
int pipeliningLimit
-
port
int port
-
protocol
Protocol protocol
-
rawBytesHandlers
boolean rawBytesHandlers
-
requestTimeout
long requestTimeout
-
sharedConnections
ConnectionPoolConfig sharedConnections
-
trustManager
Http.TrustManager trustManager
-
versions
HttpVersion[] versions
-
-
-
Class io.hyperfoil.http.config.Http.KeyManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
alias
java.lang.String alias
-
certBytes
byte[] certBytes
-
keyBytes
byte[] keyBytes
-
password
java.lang.String password
-
storeBytes
byte[] storeBytes
-
storeType
java.lang.String storeType
-
-
-
Class io.hyperfoil.http.config.Http.TrustManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
certBytes
byte[] certBytes
-
password
java.lang.String password
-
storeBytes
byte[] storeBytes
-
storeType
java.lang.String storeType
-
-
-
Class io.hyperfoil.http.config.HttpPluginConfig extends java.lang.Object implements Serializable
-
-
Package io.hyperfoil.http.cookie
-
Class io.hyperfoil.http.cookie.CookieAppender extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.cookie.CookieRecorder extends java.lang.Object implements Serializable
-
-
Package io.hyperfoil.http.handlers
-
Class io.hyperfoil.http.handlers.ActionStatusHandler extends BaseRangeStatusHandler implements Serializable
-
Serialized Fields
-
actions
io.hyperfoil.api.session.Action[][] actions
-
otherActions
io.hyperfoil.api.session.Action[] otherActions
-
-
-
Class io.hyperfoil.http.handlers.BaseDelegatingHeaderHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
handlers
HeaderHandler[] handlers
-
-
-
Class io.hyperfoil.http.handlers.BaseDelegatingStatusHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
handlers
StatusHandler[] handlers
-
-
-
Class io.hyperfoil.http.handlers.BaseRangeStatusHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
statusRanges
int[] statusRanges
-
-
-
Class io.hyperfoil.http.handlers.ConditionalHeaderHandler extends BaseDelegatingHeaderHandler implements Serializable
-
Serialized Fields
-
condition
Condition condition
-
-
-
Class io.hyperfoil.http.handlers.CountHeadersHandler extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.handlers.FilterHeaderHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
header
io.hyperfoil.function.SerializableBiPredicate<io.hyperfoil.api.session.Session,java.lang.CharSequence> header
-
processor
io.hyperfoil.api.processor.Processor processor
-
-
-
Class io.hyperfoil.http.handlers.Location.Complete extends java.lang.Object implements Serializable
-
Serialized Fields
-
locationVar
io.hyperfoil.api.session.ObjectAccess locationVar
-
poolKey
LimitedPoolResource.Key<T extends Location> poolKey
-
queueKey
io.hyperfoil.api.session.Session.ResourceKey<Queue> queueKey
-
-
-
Class io.hyperfoil.http.handlers.Location.GetAuthority extends java.lang.Object implements Serializable
-
Serialized Fields
-
locationVar
io.hyperfoil.api.session.ReadAccess locationVar
-
-
-
Class io.hyperfoil.http.handlers.Location.GetPath extends java.lang.Object implements Serializable
-
Serialized Fields
-
locationVar
io.hyperfoil.api.session.ReadAccess locationVar
-
-
-
Class io.hyperfoil.http.handlers.LogInvalidHandler extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.handlers.MultiplexStatusHandler extends BaseRangeStatusHandler implements Serializable
-
Serialized Fields
-
handlers
StatusHandler[][] handlers
-
other
StatusHandler[] other
-
-
-
Class io.hyperfoil.http.handlers.RangeStatusValidator extends java.lang.Object implements Serializable
-
Serialized Fields
-
max
int max
-
min
int min
-
-
-
Class io.hyperfoil.http.handlers.RecordHeaderTimeHandler extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
header
java.lang.String header
-
statistics
java.lang.String statistics
-
stepId
int stepId
-
transform
io.hyperfoil.function.SerializableToLongFunction<java.lang.CharSequence> transform
-
-
-
Class io.hyperfoil.http.handlers.Redirect.GetMethod extends java.lang.Object implements Serializable
-
Serialized Fields
-
coordVar
io.hyperfoil.api.session.ReadAccess coordVar
-
-
-
Class io.hyperfoil.http.handlers.Redirect.GetOriginalSequence extends java.lang.Object implements Serializable
-
Serialized Fields
-
coordVar
io.hyperfoil.api.session.ReadAccess coordVar
-
-
-
Class io.hyperfoil.http.handlers.Redirect.LocationRecorder extends java.lang.Object implements Serializable
-
Serialized Fields
-
concurrency
int concurrency
-
inputVar
io.hyperfoil.api.session.ReadAccess inputVar
-
originalSequenceSupplier
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.session.SequenceInstance> originalSequenceSupplier
-
outputVar
io.hyperfoil.api.session.ObjectAccess outputVar
-
queueKey
io.hyperfoil.api.session.Session.ResourceKey<Queue> queueKey
-
sequence
java.lang.String sequence
-
-
-
Class io.hyperfoil.http.handlers.Redirect.StatusHandler extends BaseDelegatingStatusHandler implements Serializable
-
Serialized Fields
-
concurrency
int concurrency
-
coordsVar
io.hyperfoil.api.session.ObjectAccess coordsVar
-
poolKey
LimitedPoolResource.Key<Redirect.Coords> poolKey
-
-
-
Class io.hyperfoil.http.handlers.Redirect.WrappingAction extends BaseDelegatingAction implements Serializable
-
Serialized Fields
-
coordVar
io.hyperfoil.api.session.ReadAccess coordVar
-
-
-
Class io.hyperfoil.http.handlers.Redirect.WrappingHeaderHandler extends BaseDelegatingHeaderHandler implements Serializable
-
Serialized Fields
-
coordsVar
io.hyperfoil.api.session.ReadAccess coordsVar
-
-
-
Class io.hyperfoil.http.handlers.Redirect.WrappingProcessor extends MultiProcessor implements Serializable
-
Serialized Fields
-
coordVar
io.hyperfoil.api.session.ReadAccess coordVar
-
-
-
Class io.hyperfoil.http.handlers.Redirect.WrappingStatusHandler extends BaseDelegatingStatusHandler implements Serializable
-
Serialized Fields
-
coordsVar
io.hyperfoil.api.session.ReadAccess coordsVar
-
-
-
Class io.hyperfoil.http.handlers.StatusToCounterHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.lang.Integer add
-
expectStatus
java.lang.Integer expectStatus
-
init
int init
-
set
java.lang.Integer set
-
var
io.hyperfoil.api.session.IntAccess var
-
-
-
Class io.hyperfoil.http.handlers.StatusToStatsHandler extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.handlers.StoreStatusHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
toVar
io.hyperfoil.api.session.IntAccess toVar
-
-
-
-
Package io.hyperfoil.http.html
-
Class io.hyperfoil.http.html.FetchResourceHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
concurrency
int concurrency
-
locationPoolKey
LimitedPoolResource.Key<Location> locationPoolKey
-
maxResources
int maxResources
-
onCompletion
io.hyperfoil.api.session.Action onCompletion
-
queueKey
Queue.Key queueKey
-
sequence
java.lang.String sequence
-
var
io.hyperfoil.api.session.ObjectAccess var
-
-
-
Class io.hyperfoil.http.html.HtmlHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
handlers
HtmlHandler.TagHandler[] handlers
-
-
-
Class io.hyperfoil.http.html.MetaRefreshHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
processor
io.hyperfoil.api.processor.Processor processor
-
-
-
Class io.hyperfoil.http.html.RefreshHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
concurrency
int concurrency
-
delayedQueueKey
Queue.Key delayedQueueKey
-
delayedQueueVar
io.hyperfoil.api.session.ObjectAccess delayedQueueVar
-
delaySequence
java.lang.String delaySequence
-
immediateQueueKey
Queue.Key immediateQueueKey
-
immediateQueueVar
io.hyperfoil.api.session.ObjectAccess immediateQueueVar
-
originalSequenceSupplier
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.session.SequenceInstance> originalSequenceSupplier
-
poolKey
LimitedPoolResource.Key<Redirect.Coords> poolKey
-
redirectSequence
java.lang.String redirectSequence
-
tempCoordsVar
io.hyperfoil.api.session.ObjectAccess tempCoordsVar
-
-
-
-
Package io.hyperfoil.http.statistics
-
Class io.hyperfoil.http.statistics.HttpStats extends java.lang.Object implements Serializable
-
Serialized Fields
-
cacheHits
int cacheHits
-
status_2xx
int status_2xx
-
status_3xx
int status_3xx
-
status_4xx
int status_4xx
-
status_5xx
int status_5xx
-
status_other
int status_other
-
-
-
-
Package io.hyperfoil.http.steps
-
Class io.hyperfoil.http.steps.AwaitAllResponsesStep extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.steps.ClearHttpCacheAction extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.steps.FormGenerator extends java.lang.Object implements Serializable
-
Serialized Fields
-
inputs
io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,io.netty.buffer.ByteBuf>[] inputs
-
-
-
Class io.hyperfoil.http.steps.FormGenerator.ContentTypeWriter extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.steps.HttpRequestContext.Key extends java.lang.Object implements Serializable
-
Class io.hyperfoil.http.steps.HttpRequestStepBuilder.CompensatedResponseRecorder extends java.lang.Object implements Serializable
-
Serialized Fields
-
metricSelector
io.hyperfoil.function.SerializableBiFunction<java.lang.String,java.lang.String,java.lang.String> metricSelector
-
stepId
int stepId
-
-
-
Class io.hyperfoil.http.steps.HttpResponseHandlersImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
bodyHandlers
io.hyperfoil.api.processor.Processor[] bodyHandlers
-
completionHandlers
io.hyperfoil.api.session.Action[] completionHandlers
-
headerHandlers
HeaderHandler[] headerHandlers
-
rawBytesHandlers
io.hyperfoil.api.processor.RawBytesHandler[] rawBytesHandlers
-
statusHandlers
StatusHandler[] statusHandlers
-
-
-
Class io.hyperfoil.http.steps.PrepareHttpRequestStep extends StatisticsStep implements Serializable
-
Serialized Fields
-
authority
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,java.lang.String> authority
-
contextKey
io.hyperfoil.http.steps.HttpRequestContext.Key contextKey
-
endpoint
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,java.lang.String> endpoint
-
handler
HttpResponseHandlersImpl handler
-
method
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,HttpMethod> method
-
metricSelector
MetricSelector metricSelector
-
pathGenerator
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,java.lang.String> pathGenerator
-
-
-
Class io.hyperfoil.http.steps.SendHttpRequestStep extends StatisticsStep implements Serializable
-
Serialized Fields
-
bodyGenerator
io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf> bodyGenerator
-
contextKey
io.hyperfoil.http.steps.HttpRequestContext.Key contextKey
-
headerAppenders
io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,HttpRequestWriter>[] headerAppenders
-
injectHostHeader
boolean injectHostHeader
-
sla
io.hyperfoil.api.config.SLA[] sla
-
timeout
long timeout
-
-
-