@gatling.io/jvm-types 3.15.102 → 3.15.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gatling.d.ts +109 -109
- package/package.json +1 -1
package/gatling.d.ts
CHANGED
|
@@ -59,32 +59,32 @@ declare namespace Java {
|
|
|
59
59
|
declare namespace com.google.protobuf {
|
|
60
60
|
class Descriptors$Descriptor /* extends Descriptors$GenericDescriptor*/ {
|
|
61
61
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
62
|
-
findEnumTypeByName(name: string): any /*com.google.protobuf.Descriptors$EnumDescriptor
|
|
63
|
-
findFieldByName(name: string): any /*com.google.protobuf.Descriptors$FieldDescriptor
|
|
64
|
-
findFieldByNumber(number: int): any /*com.google.protobuf.Descriptors$FieldDescriptor
|
|
62
|
+
findEnumTypeByName(name: string): any; /*com.google.protobuf.Descriptors$EnumDescriptor*/
|
|
63
|
+
findFieldByName(name: string): any; /*com.google.protobuf.Descriptors$FieldDescriptor*/
|
|
64
|
+
findFieldByNumber(number: int): any; /*com.google.protobuf.Descriptors$FieldDescriptor*/
|
|
65
65
|
findNestedTypeByName(name: string): Descriptors$Descriptor;
|
|
66
66
|
getContainingType(): Descriptors$Descriptor;
|
|
67
|
-
getEnumType(index: int): any /*com.google.protobuf.Descriptors$EnumDescriptor
|
|
67
|
+
getEnumType(index: int): any; /*com.google.protobuf.Descriptors$EnumDescriptor*/
|
|
68
68
|
getEnumTypeCount(): int;
|
|
69
69
|
getEnumTypes(): java.util.List<any /*com.google.protobuf.Descriptors$EnumDescriptor*/>;
|
|
70
|
-
getExtension(index: int): any /*com.google.protobuf.Descriptors$FieldDescriptor
|
|
70
|
+
getExtension(index: int): any; /*com.google.protobuf.Descriptors$FieldDescriptor*/
|
|
71
71
|
getExtensionCount(): int;
|
|
72
72
|
getExtensions(): java.util.List<any /*com.google.protobuf.Descriptors$FieldDescriptor*/>;
|
|
73
|
-
getField(index: int): any /*com.google.protobuf.Descriptors$FieldDescriptor
|
|
73
|
+
getField(index: int): any; /*com.google.protobuf.Descriptors$FieldDescriptor*/
|
|
74
74
|
getFieldCount(): int;
|
|
75
75
|
getFields(): java.util.List<any /*com.google.protobuf.Descriptors$FieldDescriptor*/>;
|
|
76
|
-
getFile(): any /*com.google.protobuf.Descriptors$FileDescriptor
|
|
76
|
+
getFile(): any; /*com.google.protobuf.Descriptors$FileDescriptor*/
|
|
77
77
|
getFullName(): string;
|
|
78
78
|
getIndex(): int;
|
|
79
79
|
getName(): string;
|
|
80
80
|
getNestedType(index: int): Descriptors$Descriptor;
|
|
81
81
|
getNestedTypeCount(): int;
|
|
82
82
|
getNestedTypes(): java.util.List<Descriptors$Descriptor>;
|
|
83
|
-
getOneof(index: int): any /*com.google.protobuf.Descriptors$OneofDescriptor
|
|
83
|
+
getOneof(index: int): any; /*com.google.protobuf.Descriptors$OneofDescriptor*/
|
|
84
84
|
getOneofCount(): int;
|
|
85
85
|
getOneofs(): java.util.List<any /*com.google.protobuf.Descriptors$OneofDescriptor*/>;
|
|
86
|
-
getOptions(): any /*com.google.protobuf.DescriptorProtos$MessageOptions
|
|
87
|
-
getRealOneof(index: int): any /*com.google.protobuf.Descriptors$OneofDescriptor
|
|
86
|
+
getOptions(): any; /*com.google.protobuf.DescriptorProtos$MessageOptions*/
|
|
87
|
+
getRealOneof(index: int): any; /*com.google.protobuf.Descriptors$OneofDescriptor*/
|
|
88
88
|
getRealOneofCount(): int;
|
|
89
89
|
getRealOneofs(): java.util.List<any /*com.google.protobuf.Descriptors$OneofDescriptor*/>;
|
|
90
90
|
isExtendable(): boolean;
|
|
@@ -92,7 +92,7 @@ declare namespace com.google.protobuf {
|
|
|
92
92
|
isPlaceholder(): boolean;
|
|
93
93
|
isReservedName(name: string): boolean;
|
|
94
94
|
isReservedNumber(number: int): boolean;
|
|
95
|
-
toProto(): any /*com.google.protobuf.DescriptorProtos$DescriptorProto
|
|
95
|
+
toProto(): any; /*com.google.protobuf.DescriptorProtos$DescriptorProto*/
|
|
96
96
|
toString(): string;
|
|
97
97
|
} // end Descriptors$Descriptor
|
|
98
98
|
} // end namespace com.google.protobuf
|
|
@@ -102,8 +102,8 @@ declare namespace com.google.protobuf {
|
|
|
102
102
|
field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/,
|
|
103
103
|
value: any /*java.lang.Object*/
|
|
104
104
|
): DynamicMessage$Builder;
|
|
105
|
-
build(): any /*com.google.protobuf.DynamicMessage
|
|
106
|
-
buildPartial(): any /*com.google.protobuf.DynamicMessage
|
|
105
|
+
build(): any; /*com.google.protobuf.DynamicMessage*/
|
|
106
|
+
buildPartial(): any; /*com.google.protobuf.DynamicMessage*/
|
|
107
107
|
clear(): DynamicMessage$Builder;
|
|
108
108
|
clearField(field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/): DynamicMessage$Builder;
|
|
109
109
|
clearOneof(oneof: any /*com.google.protobuf.Descriptors$OneofDescriptor*/): DynamicMessage$Builder;
|
|
@@ -111,26 +111,26 @@ declare namespace com.google.protobuf {
|
|
|
111
111
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
112
112
|
findInitializationErrors(): java.util.List<string>;
|
|
113
113
|
getAllFields(): java.util.Map<any /*com.google.protobuf.Descriptors$FieldDescriptor*/, any /*java.lang.Object*/>;
|
|
114
|
-
getDefaultInstanceForType(): any /*com.google.protobuf.DynamicMessage
|
|
114
|
+
getDefaultInstanceForType(): any; /*com.google.protobuf.DynamicMessage*/
|
|
115
115
|
getDescriptorForType(): Descriptors$Descriptor;
|
|
116
|
-
getField(field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/): any /*java.lang.Object
|
|
116
|
+
getField(field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/): any; /*java.lang.Object*/
|
|
117
117
|
getFieldBuilder(
|
|
118
118
|
field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/
|
|
119
|
-
): any /*com.google.protobuf.Message$Builder
|
|
119
|
+
): any; /*com.google.protobuf.Message$Builder*/
|
|
120
120
|
getInitializationErrorString(): string;
|
|
121
121
|
getOneofFieldDescriptor(
|
|
122
122
|
oneof: any /*com.google.protobuf.Descriptors$OneofDescriptor*/
|
|
123
|
-
): any /*com.google.protobuf.Descriptors$FieldDescriptor
|
|
123
|
+
): any; /*com.google.protobuf.Descriptors$FieldDescriptor*/
|
|
124
124
|
getRepeatedField(
|
|
125
125
|
field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/,
|
|
126
126
|
index: int
|
|
127
|
-
): any /*java.lang.Object
|
|
127
|
+
): any; /*java.lang.Object*/
|
|
128
128
|
getRepeatedFieldBuilder(
|
|
129
129
|
field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/,
|
|
130
130
|
index: int
|
|
131
|
-
): any /*com.google.protobuf.Message$Builder
|
|
131
|
+
): any; /*com.google.protobuf.Message$Builder*/
|
|
132
132
|
getRepeatedFieldCount(field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/): int;
|
|
133
|
-
getUnknownFields(): any /*com.google.protobuf.UnknownFieldSet
|
|
133
|
+
getUnknownFields(): any; /*com.google.protobuf.UnknownFieldSet*/
|
|
134
134
|
hasField(field: any /*com.google.protobuf.Descriptors$FieldDescriptor*/): boolean;
|
|
135
135
|
hasOneof(oneof: any /*com.google.protobuf.Descriptors$OneofDescriptor*/): boolean;
|
|
136
136
|
isInitialized(): boolean;
|
|
@@ -193,18 +193,18 @@ declare namespace io.gatling.http.client {
|
|
|
193
193
|
getBody(): io.gatling.http.client.body.RequestBody;
|
|
194
194
|
getCookies(): java.util.List<io.netty.handler.codec.http.cookie.Cookie>;
|
|
195
195
|
getHeaders(): io.netty.handler.codec.http.HttpHeaders;
|
|
196
|
-
getHttp2PriorKnowledge(): any /*io.gatling.http.client.Http2PriorKnowledge
|
|
197
|
-
getLocalAddresses(): any /*io.gatling.http.client.LocalAddresses
|
|
198
|
-
getMethod(): any /*io.netty.handler.codec.http.HttpMethod
|
|
196
|
+
getHttp2PriorKnowledge(): any; /*io.gatling.http.client.Http2PriorKnowledge*/
|
|
197
|
+
getLocalAddresses(): any; /*io.gatling.http.client.LocalAddresses*/
|
|
198
|
+
getMethod(): any; /*io.netty.handler.codec.http.HttpMethod*/
|
|
199
199
|
getName(): string;
|
|
200
|
-
getNameResolver(): any /*io.gatling.http.client.resolver.InetAddressNameResolver
|
|
200
|
+
getNameResolver(): any; /*io.gatling.http.client.resolver.InetAddressNameResolver*/
|
|
201
201
|
getProxyProtocolSourceIpV4Address(): string;
|
|
202
202
|
getProxyProtocolSourceIpV6Address(): string;
|
|
203
|
-
getProxyServer(): any /*io.gatling.http.client.proxy.ProxyServer
|
|
204
|
-
getRealm(): any /*io.gatling.http.client.realm.Realm
|
|
203
|
+
getProxyServer(): any; /*io.gatling.http.client.proxy.ProxyServer*/
|
|
204
|
+
getRealm(): any; /*io.gatling.http.client.realm.Realm*/
|
|
205
205
|
getRequestTimeout(): long;
|
|
206
206
|
getSignatureCalculator(): Func<Request, Request>;
|
|
207
|
-
getUri(): any /*io.gatling.http.client.uri.Uri
|
|
207
|
+
getUri(): any; /*io.gatling.http.client.uri.Uri*/
|
|
208
208
|
getWsSubprotocol(): string;
|
|
209
209
|
isAutoOrigin(): boolean;
|
|
210
210
|
isHttp2Enabled(): boolean;
|
|
@@ -224,9 +224,9 @@ declare namespace io.gatling.http.response {
|
|
|
224
224
|
class Response /* extends java.lang.Object implements HttpResult, scala.Product, java.io.Serializable*/ {
|
|
225
225
|
body(): ResponseBody;
|
|
226
226
|
canEqual(x$1: any /*java.lang.Object*/): boolean;
|
|
227
|
-
checksum(algorithm: any /*io.gatling.core.check.ChecksumAlgorithm*/): any /*scala.Option
|
|
228
|
-
checksums(): any /*scala.collection.immutable.Map
|
|
229
|
-
cookies(): any /*scala.collection.immutable.List
|
|
227
|
+
checksum(algorithm: any /*io.gatling.core.check.ChecksumAlgorithm*/): any; /*scala.Option*/
|
|
228
|
+
checksums(): any; /*scala.collection.immutable.Map*/
|
|
229
|
+
cookies(): any; /*scala.collection.immutable.List*/
|
|
230
230
|
copy(
|
|
231
231
|
request: io.gatling.http.client.Request,
|
|
232
232
|
startTimestamp: long,
|
|
@@ -239,17 +239,17 @@ declare namespace io.gatling.http.response {
|
|
|
239
239
|
): Response;
|
|
240
240
|
endTimestamp(): long;
|
|
241
241
|
equals(x$1: any /*java.lang.Object*/): boolean;
|
|
242
|
-
header(name: any /*java.lang.CharSequence*/): any /*scala.Option
|
|
242
|
+
header(name: any /*java.lang.CharSequence*/): any; /*scala.Option*/
|
|
243
243
|
headers(): io.netty.handler.codec.http.HttpHeaders;
|
|
244
|
-
headers(name: any /*java.lang.CharSequence*/): any /*scala.collection.immutable.Seq
|
|
244
|
+
headers(name: any /*java.lang.CharSequence*/): any; /*scala.collection.immutable.Seq*/
|
|
245
245
|
isHttp2(): boolean;
|
|
246
246
|
isRedirect(): boolean;
|
|
247
|
-
lastModifiedOrEtag(protocol: any /*io.gatling.http.protocol.HttpProtocol*/): any /*scala.Option
|
|
247
|
+
lastModifiedOrEtag(protocol: any /*io.gatling.http.protocol.HttpProtocol*/): any; /*scala.Option*/
|
|
248
248
|
productArity(): int;
|
|
249
|
-
productElement(x$1: int): any /*java.lang.Object
|
|
249
|
+
productElement(x$1: int): any; /*java.lang.Object*/
|
|
250
250
|
productElementName(x$1: int): string;
|
|
251
|
-
productElementNames(): any /*scala.collection.Iterator
|
|
252
|
-
productIterator(): any /*scala.collection.Iterator
|
|
251
|
+
productElementNames(): any; /*scala.collection.Iterator*/
|
|
252
|
+
productIterator(): any; /*scala.collection.Iterator*/
|
|
253
253
|
productPrefix(): string;
|
|
254
254
|
request(): io.gatling.http.client.Request;
|
|
255
255
|
startTimestamp(): long;
|
|
@@ -325,7 +325,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
325
325
|
} // end namespace io.gatling.javaapi.core
|
|
326
326
|
declare namespace io.gatling.javaapi.core {
|
|
327
327
|
class Assertion /* extends java.lang.Object*/ {
|
|
328
|
-
asScala(): any /*io.gatling.commons.stats.assertion.Assertion
|
|
328
|
+
asScala(): any; /*io.gatling.commons.stats.assertion.Assertion*/
|
|
329
329
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
330
330
|
toString(): string;
|
|
331
331
|
} // end Assertion
|
|
@@ -334,7 +334,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
334
334
|
class Body$WithBytes /* extends Body implements java.util.function.Function<any, any>*/ {
|
|
335
335
|
andThen<R, T, V>(arg0: Func<R, V>): Func<T, V>;
|
|
336
336
|
apply(arg0: Session): bytearray;
|
|
337
|
-
asScala(): any /*io.gatling.core.body.Body
|
|
337
|
+
asScala(): any; /*io.gatling.core.body.Body*/
|
|
338
338
|
compose<R, T, V>(arg0: Func<V, T>): Func<V, R>;
|
|
339
339
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
340
340
|
toString(): string;
|
|
@@ -344,7 +344,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
344
344
|
class Body$WithString /* extends Body implements java.util.function.Function<any, any>*/ {
|
|
345
345
|
andThen<R, T, V>(arg0: Func<R, V>): Func<T, V>;
|
|
346
346
|
apply(arg0: Session): string;
|
|
347
|
-
asScala(): any /*io.gatling.core.body.Body
|
|
347
|
+
asScala(): any; /*io.gatling.core.body.Body*/
|
|
348
348
|
compose<R, T, V>(arg0: Func<V, T>): Func<V, R>;
|
|
349
349
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
350
350
|
toString(): string;
|
|
@@ -352,7 +352,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
352
352
|
} // end namespace io.gatling.javaapi.core
|
|
353
353
|
declare namespace io.gatling.javaapi.core {
|
|
354
354
|
class Body /* extends java.lang.Object*/ {
|
|
355
|
-
asScala(): any /*io.gatling.core.body.Body
|
|
355
|
+
asScala(): any; /*io.gatling.core.body.Body*/
|
|
356
356
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
357
357
|
toString(): string;
|
|
358
358
|
} // end Body
|
|
@@ -806,7 +806,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
806
806
|
} // end namespace io.gatling.javaapi.core
|
|
807
807
|
declare namespace io.gatling.javaapi.core {
|
|
808
808
|
class ClosedInjectionStep$Composite /* extends ClosedInjectionStep*/ {
|
|
809
|
-
asScala(): any /*io.gatling.core.controller.inject.closed.ClosedInjectionStep
|
|
809
|
+
asScala(): any; /*io.gatling.core.controller.inject.closed.ClosedInjectionStep*/
|
|
810
810
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
811
811
|
separatedByRampsLasting(arg0: java.time.Duration): ClosedInjectionStep$Composite;
|
|
812
812
|
separatedByRampsLasting(arg0: long): ClosedInjectionStep$Composite;
|
|
@@ -854,14 +854,14 @@ declare namespace io.gatling.javaapi.core {
|
|
|
854
854
|
} // end namespace io.gatling.javaapi.core
|
|
855
855
|
declare namespace io.gatling.javaapi.core {
|
|
856
856
|
class ClosedInjectionStep /* extends java.lang.Object*/ {
|
|
857
|
-
asScala(): any /*io.gatling.core.controller.inject.closed.ClosedInjectionStep
|
|
857
|
+
asScala(): any; /*io.gatling.core.controller.inject.closed.ClosedInjectionStep*/
|
|
858
858
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
859
859
|
toString(): string;
|
|
860
860
|
} // end ClosedInjectionStep
|
|
861
861
|
} // end namespace io.gatling.javaapi.core
|
|
862
862
|
declare namespace io.gatling.javaapi.core {
|
|
863
863
|
class ConstantRate$ConstantRateOpenInjectionStep /* extends OpenInjectionStep*/ {
|
|
864
|
-
asScala(): any /*io.gatling.core.controller.inject.open.OpenInjectionStep
|
|
864
|
+
asScala(): any; /*io.gatling.core.controller.inject.open.OpenInjectionStep*/
|
|
865
865
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
866
866
|
randomized(): OpenInjectionStep;
|
|
867
867
|
toString(): string;
|
|
@@ -875,7 +875,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
875
875
|
} // end namespace io.gatling.javaapi.core
|
|
876
876
|
declare namespace io.gatling.javaapi.core {
|
|
877
877
|
class DummyBuilder /* extends java.lang.Object implements ActionBuilder*/ {
|
|
878
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
878
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
879
879
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
880
880
|
toChainBuilder(): ChainBuilder;
|
|
881
881
|
toString(): string;
|
|
@@ -946,49 +946,49 @@ declare namespace io.gatling.javaapi.core {
|
|
|
946
946
|
} // end namespace io.gatling.javaapi.core
|
|
947
947
|
declare namespace io.gatling.javaapi.core {
|
|
948
948
|
class OpenInjectionStep /* extends java.lang.Object*/ {
|
|
949
|
-
asScala(): any /*io.gatling.core.controller.inject.open.OpenInjectionStep
|
|
949
|
+
asScala(): any; /*io.gatling.core.controller.inject.open.OpenInjectionStep*/
|
|
950
950
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
951
951
|
toString(): string;
|
|
952
952
|
} // end OpenInjectionStep
|
|
953
953
|
} // end namespace io.gatling.javaapi.core
|
|
954
954
|
declare namespace io.gatling.javaapi.core {
|
|
955
955
|
class PauseType$Custom /* extends PauseType*/ {
|
|
956
|
-
asScala(): any /*io.gatling.core.pause.PauseType
|
|
956
|
+
asScala(): any; /*io.gatling.core.pause.PauseType*/
|
|
957
957
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
958
958
|
toString(): string;
|
|
959
959
|
} // end PauseType$Custom
|
|
960
960
|
} // end namespace io.gatling.javaapi.core
|
|
961
961
|
declare namespace io.gatling.javaapi.core {
|
|
962
962
|
class PauseType$NormalWithPercentageDuration /* extends PauseType*/ {
|
|
963
|
-
asScala(): any /*io.gatling.core.pause.PauseType
|
|
963
|
+
asScala(): any; /*io.gatling.core.pause.PauseType*/
|
|
964
964
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
965
965
|
toString(): string;
|
|
966
966
|
} // end PauseType$NormalWithPercentageDuration
|
|
967
967
|
} // end namespace io.gatling.javaapi.core
|
|
968
968
|
declare namespace io.gatling.javaapi.core {
|
|
969
969
|
class PauseType$NormalWithStdDevDuration /* extends PauseType*/ {
|
|
970
|
-
asScala(): any /*io.gatling.core.pause.PauseType
|
|
970
|
+
asScala(): any; /*io.gatling.core.pause.PauseType*/
|
|
971
971
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
972
972
|
toString(): string;
|
|
973
973
|
} // end PauseType$NormalWithStdDevDuration
|
|
974
974
|
} // end namespace io.gatling.javaapi.core
|
|
975
975
|
declare namespace io.gatling.javaapi.core {
|
|
976
976
|
class PauseType$UniformDuration /* extends PauseType*/ {
|
|
977
|
-
asScala(): any /*io.gatling.core.pause.PauseType
|
|
977
|
+
asScala(): any; /*io.gatling.core.pause.PauseType*/
|
|
978
978
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
979
979
|
toString(): string;
|
|
980
980
|
} // end PauseType$UniformDuration
|
|
981
981
|
} // end namespace io.gatling.javaapi.core
|
|
982
982
|
declare namespace io.gatling.javaapi.core {
|
|
983
983
|
class PauseType$UniformPercentage /* extends PauseType*/ {
|
|
984
|
-
asScala(): any /*io.gatling.core.pause.PauseType
|
|
984
|
+
asScala(): any; /*io.gatling.core.pause.PauseType*/
|
|
985
985
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
986
986
|
toString(): string;
|
|
987
987
|
} // end PauseType$UniformPercentage
|
|
988
988
|
} // end namespace io.gatling.javaapi.core
|
|
989
989
|
declare namespace io.gatling.javaapi.core {
|
|
990
990
|
class PauseType /* extends java.lang.Object*/ {
|
|
991
|
-
asScala(): any /*io.gatling.core.pause.PauseType
|
|
991
|
+
asScala(): any; /*io.gatling.core.pause.PauseType*/
|
|
992
992
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
993
993
|
toString(): string;
|
|
994
994
|
} // end PauseType
|
|
@@ -997,7 +997,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
997
997
|
class PopulationBuilder /* extends java.lang.Object*/ {
|
|
998
998
|
andThen(...arg0: PopulationBuilder[]): PopulationBuilder;
|
|
999
999
|
andThen(arg0: java.util.List<PopulationBuilder>): PopulationBuilder;
|
|
1000
|
-
asScala(): any /*io.gatling.core.structure.PopulationBuilder
|
|
1000
|
+
asScala(): any; /*io.gatling.core.structure.PopulationBuilder*/
|
|
1001
1001
|
constantPauses(): PopulationBuilder;
|
|
1002
1002
|
customPauses(arg0: Func<Session, long | null>): PopulationBuilder;
|
|
1003
1003
|
disablePauses(): PopulationBuilder;
|
|
@@ -1024,7 +1024,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
1024
1024
|
} // end namespace io.gatling.javaapi.core
|
|
1025
1025
|
declare namespace io.gatling.javaapi.core {
|
|
1026
1026
|
class RampRate$RampRateOpenInjectionStep /* extends OpenInjectionStep*/ {
|
|
1027
|
-
asScala(): any /*io.gatling.core.controller.inject.open.OpenInjectionStep
|
|
1027
|
+
asScala(): any; /*io.gatling.core.controller.inject.open.OpenInjectionStep*/
|
|
1028
1028
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
1029
1029
|
randomized(): OpenInjectionStep;
|
|
1030
1030
|
toString(): string;
|
|
@@ -1464,7 +1464,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
1464
1464
|
} // end namespace io.gatling.javaapi.core
|
|
1465
1465
|
declare namespace io.gatling.javaapi.core {
|
|
1466
1466
|
class Session /* extends java.lang.Object*/ {
|
|
1467
|
-
asScala(): any /*io.gatling.core.session.Session
|
|
1467
|
+
asScala(): any; /*io.gatling.core.session.Session*/
|
|
1468
1468
|
contains(arg0: string): boolean;
|
|
1469
1469
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
1470
1470
|
get<T>(arg0: string): T;
|
|
@@ -1525,7 +1525,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
1525
1525
|
params(
|
|
1526
1526
|
arg0: any /*io.gatling.core.config.GatlingConfiguration*/,
|
|
1527
1527
|
arg1: string
|
|
1528
|
-
): any /*io.gatling.core.scenario.SimulationParams
|
|
1528
|
+
): any; /*io.gatling.core.scenario.SimulationParams*/
|
|
1529
1529
|
setUp(...arg0: PopulationBuilder[]): Simulation$SetUp;
|
|
1530
1530
|
setUp(arg0: java.util.List<PopulationBuilder>): Simulation$SetUp;
|
|
1531
1531
|
toString(): string;
|
|
@@ -1533,7 +1533,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
1533
1533
|
} // end namespace io.gatling.javaapi.core
|
|
1534
1534
|
declare namespace io.gatling.javaapi.core {
|
|
1535
1535
|
class Stairs$Composite /* extends OpenInjectionStep*/ {
|
|
1536
|
-
asScala(): any /*io.gatling.core.controller.inject.open.OpenInjectionStep
|
|
1536
|
+
asScala(): any; /*io.gatling.core.controller.inject.open.OpenInjectionStep*/
|
|
1537
1537
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
1538
1538
|
separatedByRampsLasting(arg0: java.time.Duration): Stairs$Composite;
|
|
1539
1539
|
separatedByRampsLasting(arg0: long): Stairs$Composite;
|
|
@@ -1983,7 +1983,7 @@ declare namespace io.gatling.javaapi.core {
|
|
|
1983
1983
|
} // end namespace io.gatling.javaapi.core
|
|
1984
1984
|
declare namespace io.gatling.javaapi.core {
|
|
1985
1985
|
class ThrottleStep /* extends java.lang.Object*/ {
|
|
1986
|
-
asScala(): any /*io.gatling.core.controller.throttle.ThrottleStep
|
|
1986
|
+
asScala(): any; /*io.gatling.core.controller.throttle.ThrottleStep*/
|
|
1987
1987
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
1988
1988
|
toString(): string;
|
|
1989
1989
|
} // end ThrottleStep
|
|
@@ -2409,7 +2409,7 @@ declare namespace io.gatling.javaapi.core.condition {
|
|
|
2409
2409
|
then(
|
|
2410
2410
|
arg0: io.gatling.javaapi.core.exec.Executable,
|
|
2411
2411
|
...arg1: io.gatling.javaapi.core.exec.Executable[]
|
|
2412
|
-
): any /*io.gatling.javaapi.core.condition.DoIfEqualsOrElse$OrElse
|
|
2412
|
+
): any; /*io.gatling.javaapi.core.condition.DoIfEqualsOrElse$OrElse*/
|
|
2413
2413
|
toString(): string;
|
|
2414
2414
|
} // end DoIfEqualsOrElse$Then
|
|
2415
2415
|
} // end namespace io.gatling.javaapi.core.condition
|
|
@@ -3082,7 +3082,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3082
3082
|
ReqT,
|
|
3083
3083
|
RespT
|
|
3084
3084
|
> /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
3085
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3085
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3086
3086
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3087
3087
|
toChainBuilder(): io.gatling.javaapi.core.ChainBuilder;
|
|
3088
3088
|
toString(): string;
|
|
@@ -3160,7 +3160,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3160
3160
|
ReqT,
|
|
3161
3161
|
RespT
|
|
3162
3162
|
> /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
3163
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3163
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3164
3164
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3165
3165
|
toChainBuilder(): io.gatling.javaapi.core.ChainBuilder;
|
|
3166
3166
|
toString(): string;
|
|
@@ -3229,9 +3229,9 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3229
3229
|
} // end namespace io.gatling.javaapi.grpc
|
|
3230
3230
|
declare namespace io.gatling.javaapi.grpc {
|
|
3231
3231
|
class GrpcProtocolBuilder /* extends java.lang.Object implements io.gatling.javaapi.core.ProtocolBuilder*/ {
|
|
3232
|
-
asScala(): any /*io.gatling.grpc.protocol.GrpcProtocolBuilder
|
|
3232
|
+
asScala(): any; /*io.gatling.grpc.protocol.GrpcProtocolBuilder*/
|
|
3233
3233
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3234
|
-
protocol(): any /*io.gatling.core.protocol.Protocol
|
|
3234
|
+
protocol(): any; /*io.gatling.core.protocol.Protocol*/
|
|
3235
3235
|
serverConfiguration(arg0: string): GrpcServerConfigurationBuilder;
|
|
3236
3236
|
serverConfigurations(...arg0: GrpcServerConfigurationBuilder[]): GrpcProtocolBuilder;
|
|
3237
3237
|
serverConfigurations(arg0: java.util.List<GrpcServerConfigurationBuilder>): GrpcProtocolBuilder;
|
|
@@ -3240,7 +3240,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3240
3240
|
} // end namespace io.gatling.javaapi.grpc
|
|
3241
3241
|
declare namespace io.gatling.javaapi.grpc {
|
|
3242
3242
|
class GrpcServerConfigurationBuilder /* extends java.lang.Object implements GrpcHeaders<any, any>*/ {
|
|
3243
|
-
asScala(): any /*io.gatling.grpc.protocol.GrpcServerConfigurationBuilder
|
|
3243
|
+
asScala(): any; /*io.gatling.grpc.protocol.GrpcServerConfigurationBuilder*/
|
|
3244
3244
|
asciiHeader<B>(arg0: string): GrpcHeaders$Value<B, string>;
|
|
3245
3245
|
asciiHeaders<B>(arg0: java.util.Map<string, string>): B;
|
|
3246
3246
|
binaryHeader<B>(arg0: string): GrpcHeaders$Value<B, bytearray>;
|
|
@@ -3281,7 +3281,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3281
3281
|
ReqT,
|
|
3282
3282
|
RespT
|
|
3283
3283
|
> /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
3284
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3284
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3285
3285
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3286
3286
|
toChainBuilder(): io.gatling.javaapi.core.ChainBuilder;
|
|
3287
3287
|
toString(): string;
|
|
@@ -3292,7 +3292,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3292
3292
|
ReqT,
|
|
3293
3293
|
RespT
|
|
3294
3294
|
> /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
3295
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3295
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3296
3296
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3297
3297
|
toChainBuilder(): io.gatling.javaapi.core.ChainBuilder;
|
|
3298
3298
|
toString(): string;
|
|
@@ -3364,7 +3364,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3364
3364
|
ReqT,
|
|
3365
3365
|
RespT
|
|
3366
3366
|
> /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder, GrpcHeaders<ReqT, RespT>*/ {
|
|
3367
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3367
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3368
3368
|
asciiHeader<B>(arg0: string): GrpcHeaders$Value<B, string>;
|
|
3369
3369
|
asciiHeaders<B>(arg0: java.util.Map<string, string>): B;
|
|
3370
3370
|
binaryHeader<B>(arg0: string): GrpcHeaders$Value<B, bytearray>;
|
|
@@ -3413,7 +3413,7 @@ declare namespace io.gatling.javaapi.grpc {
|
|
|
3413
3413
|
} // end namespace io.gatling.javaapi.grpc
|
|
3414
3414
|
declare namespace io.gatling.javaapi.http {
|
|
3415
3415
|
class AddCookie /* extends java.lang.Object*/ {
|
|
3416
|
-
asScala(): any /*io.gatling.http.action.cookie.AddCookieDsl
|
|
3416
|
+
asScala(): any; /*io.gatling.http.action.cookie.AddCookieDsl*/
|
|
3417
3417
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3418
3418
|
toString(): string;
|
|
3419
3419
|
withDomain(arg0: string): AddCookie;
|
|
@@ -3440,7 +3440,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3440
3440
|
} // end namespace io.gatling.javaapi.http
|
|
3441
3441
|
declare namespace io.gatling.javaapi.http {
|
|
3442
3442
|
class BodyPart /* extends java.lang.Object*/ {
|
|
3443
|
-
asScala(): any /*io.gatling.http.request.BodyPart
|
|
3443
|
+
asScala(): any; /*io.gatling.http.request.BodyPart*/
|
|
3444
3444
|
charset(arg0: string): BodyPart;
|
|
3445
3445
|
contentId(arg0: Func<io.gatling.javaapi.core.Session, string>): BodyPart;
|
|
3446
3446
|
contentId(arg0: string): BodyPart;
|
|
@@ -3464,7 +3464,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3464
3464
|
} // end namespace io.gatling.javaapi.http
|
|
3465
3465
|
declare namespace io.gatling.javaapi.http {
|
|
3466
3466
|
class GetCookie /* extends java.lang.Object*/ {
|
|
3467
|
-
asScala(): any /*io.gatling.http.action.cookie.GetCookieDsl
|
|
3467
|
+
asScala(): any; /*io.gatling.http.action.cookie.GetCookieDsl*/
|
|
3468
3468
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
3469
3469
|
saveAs(arg0: string): GetCookie;
|
|
3470
3470
|
toString(): string;
|
|
@@ -3606,7 +3606,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3606
3606
|
originHeader(arg0: string): HttpProtocolBuilder;
|
|
3607
3607
|
perUserKeyManagerFactory(arg0: Func<long | null, any /*javax.net.ssl.KeyManagerFactory*/>): HttpProtocolBuilder;
|
|
3608
3608
|
perUserNameResolution(): HttpProtocolBuilder;
|
|
3609
|
-
protocol(): any /*io.gatling.core.protocol.Protocol
|
|
3609
|
+
protocol(): any; /*io.gatling.core.protocol.Protocol*/
|
|
3610
3610
|
proxy(arg0: Proxy): HttpProtocolBuilder;
|
|
3611
3611
|
proxyProtocolSourceIpV4Address(arg0: Func<io.gatling.javaapi.core.Session, string>): HttpProtocolBuilder;
|
|
3612
3612
|
proxyProtocolSourceIpV4Address(arg0: string): HttpProtocolBuilder;
|
|
@@ -3669,7 +3669,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3669
3669
|
asFormUrlEncoded<T>(): T;
|
|
3670
3670
|
asJson<T>(): T;
|
|
3671
3671
|
asMultipartForm<T>(): T;
|
|
3672
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3672
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3673
3673
|
asXml<T>(): T;
|
|
3674
3674
|
basicAuth<T>(
|
|
3675
3675
|
arg0: Func<io.gatling.javaapi.core.Session, string>,
|
|
@@ -3686,11 +3686,11 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3686
3686
|
check(arg0: java.util.List<io.gatling.javaapi.core.CheckBuilder>): HttpRequestActionBuilder;
|
|
3687
3687
|
checkIf(
|
|
3688
3688
|
arg0: BiFunction<io.gatling.http.response.Response, io.gatling.javaapi.core.Session, boolean | null>
|
|
3689
|
-
): any /*io.gatling.javaapi.http.HttpRequestActionBuilder$TypedCondition
|
|
3689
|
+
): any; /*io.gatling.javaapi.http.HttpRequestActionBuilder$TypedCondition*/
|
|
3690
3690
|
checkIf(
|
|
3691
3691
|
arg0: Func<io.gatling.javaapi.core.Session, boolean | null>
|
|
3692
|
-
): any /*io.gatling.javaapi.http.HttpRequestActionBuilder$UntypedCondition
|
|
3693
|
-
checkIf(arg0: string): any /*io.gatling.javaapi.http.HttpRequestActionBuilder$UntypedCondition
|
|
3692
|
+
): any; /*io.gatling.javaapi.http.HttpRequestActionBuilder$UntypedCondition*/
|
|
3693
|
+
checkIf(arg0: string): any; /*io.gatling.javaapi.http.HttpRequestActionBuilder$UntypedCondition*/
|
|
3694
3694
|
digestAuth<T>(
|
|
3695
3695
|
arg0: Func<io.gatling.javaapi.core.Session, string>,
|
|
3696
3696
|
arg1: Func<io.gatling.javaapi.core.Session, string>
|
|
@@ -3822,7 +3822,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3822
3822
|
} // end namespace io.gatling.javaapi.http
|
|
3823
3823
|
declare namespace io.gatling.javaapi.http {
|
|
3824
3824
|
class Proxy /* extends java.lang.Object*/ {
|
|
3825
|
-
asScala(): any /*io.gatling.http.protocol.Proxy
|
|
3825
|
+
asScala(): any; /*io.gatling.http.protocol.Proxy*/
|
|
3826
3826
|
connectHeader(arg0: any /*java.lang.CharSequence*/, arg1: Func<io.gatling.javaapi.core.Session, string>): Proxy;
|
|
3827
3827
|
connectHeader(arg0: any /*java.lang.CharSequence*/, arg1: string): Proxy;
|
|
3828
3828
|
connectHeaders(arg0: java.util.Map<any /*java.lang.CharSequence*/, string>): Proxy;
|
|
@@ -3843,7 +3843,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3843
3843
|
} // end namespace io.gatling.javaapi.http
|
|
3844
3844
|
declare namespace io.gatling.javaapi.http {
|
|
3845
3845
|
class RequestActionBuilder<T, W> /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
3846
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3846
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3847
3847
|
basicAuth(
|
|
3848
3848
|
arg0: Func<io.gatling.javaapi.core.Session, string>,
|
|
3849
3849
|
arg1: Func<io.gatling.javaapi.core.Session, string>
|
|
@@ -3916,7 +3916,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
3916
3916
|
asFormUrlEncoded(): T;
|
|
3917
3917
|
asJson(): T;
|
|
3918
3918
|
asMultipartForm(): T;
|
|
3919
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
3919
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
3920
3920
|
asXml(): T;
|
|
3921
3921
|
basicAuth(
|
|
3922
3922
|
arg0: Func<io.gatling.javaapi.core.Session, string>,
|
|
@@ -4083,7 +4083,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4083
4083
|
asFormUrlEncoded<T>(): T;
|
|
4084
4084
|
asJson<T>(): T;
|
|
4085
4085
|
asMultipartForm<T>(): T;
|
|
4086
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4086
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4087
4087
|
asXml<T>(): T;
|
|
4088
4088
|
await<T>(arg0: Func<io.gatling.javaapi.core.Session, java.time.Duration>): SseAwaitActionBuilder$On<T>;
|
|
4089
4089
|
await<T>(arg0: java.time.Duration): SseAwaitActionBuilder$On<T>;
|
|
@@ -4215,7 +4215,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4215
4215
|
} // end namespace io.gatling.javaapi.http
|
|
4216
4216
|
declare namespace io.gatling.javaapi.http {
|
|
4217
4217
|
class SseMessageCheck /* extends java.lang.Object*/ {
|
|
4218
|
-
asScala(): any /*io.gatling.http.check.sse.SseMessageCheck
|
|
4218
|
+
asScala(): any; /*io.gatling.http.check.sse.SseMessageCheck*/
|
|
4219
4219
|
check(...arg0: io.gatling.javaapi.core.CheckBuilder[]): SseMessageCheck;
|
|
4220
4220
|
check(arg0: java.util.List<io.gatling.javaapi.core.CheckBuilder>): SseMessageCheck;
|
|
4221
4221
|
checkIf(arg0: BiFunction<string, io.gatling.javaapi.core.Session, boolean | null>): SseMessageCheck$TypedCondition;
|
|
@@ -4229,7 +4229,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4229
4229
|
} // end namespace io.gatling.javaapi.http
|
|
4230
4230
|
declare namespace io.gatling.javaapi.http {
|
|
4231
4231
|
class SseSetCheckActionBuilder /* extends java.lang.Object implements SseAwaitActionBuilder<any, any>*/ {
|
|
4232
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4232
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4233
4233
|
await<T>(arg0: Func<io.gatling.javaapi.core.Session, java.time.Duration>): SseAwaitActionBuilder$On<T>;
|
|
4234
4234
|
await<T>(arg0: java.time.Duration): SseAwaitActionBuilder$On<T>;
|
|
4235
4235
|
await<T>(arg0: long): SseAwaitActionBuilder$On<T>;
|
|
@@ -4315,7 +4315,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4315
4315
|
} // end namespace io.gatling.javaapi.http
|
|
4316
4316
|
declare namespace io.gatling.javaapi.http {
|
|
4317
4317
|
class WsConnectActionBuilder /* extends RequestActionBuilder<any, any> implements WsAwaitActionBuilder<any, any>*/ {
|
|
4318
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4318
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4319
4319
|
await<T>(arg0: Func<io.gatling.javaapi.core.Session, java.time.Duration>): WsAwaitActionBuilder$On<T>;
|
|
4320
4320
|
await<T>(arg0: java.time.Duration): WsAwaitActionBuilder$On<T>;
|
|
4321
4321
|
await<T>(arg0: long): WsAwaitActionBuilder$On<T>;
|
|
@@ -4392,7 +4392,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4392
4392
|
} // end namespace io.gatling.javaapi.http
|
|
4393
4393
|
declare namespace io.gatling.javaapi.http {
|
|
4394
4394
|
class WsFrameCheck$Binary /* extends WsFrameCheck*/ {
|
|
4395
|
-
asScala(): any /*io.gatling.http.check.ws.WsFrameCheck
|
|
4395
|
+
asScala(): any; /*io.gatling.http.check.ws.WsFrameCheck*/
|
|
4396
4396
|
check(...arg0: io.gatling.javaapi.core.CheckBuilder[]): WsFrameCheck$Binary;
|
|
4397
4397
|
check(arg0: java.util.List<io.gatling.javaapi.core.CheckBuilder>): WsFrameCheck$Binary;
|
|
4398
4398
|
checkIf(arg0: BiFunction<bytearray, io.gatling.javaapi.core.Session, boolean | null>): Binary$TypedCondition;
|
|
@@ -4407,7 +4407,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4407
4407
|
} // end namespace io.gatling.javaapi.http
|
|
4408
4408
|
declare namespace io.gatling.javaapi.http {
|
|
4409
4409
|
class WsFrameCheck$Text /* extends WsFrameCheck*/ {
|
|
4410
|
-
asScala(): any /*io.gatling.http.check.ws.WsFrameCheck
|
|
4410
|
+
asScala(): any; /*io.gatling.http.check.ws.WsFrameCheck*/
|
|
4411
4411
|
check(...arg0: io.gatling.javaapi.core.CheckBuilder[]): WsFrameCheck$Text;
|
|
4412
4412
|
check(arg0: java.util.List<io.gatling.javaapi.core.CheckBuilder>): WsFrameCheck$Text;
|
|
4413
4413
|
checkIf(arg0: BiFunction<string, io.gatling.javaapi.core.Session, boolean | null>): Text$TypedCondition;
|
|
@@ -4422,14 +4422,14 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4422
4422
|
} // end namespace io.gatling.javaapi.http
|
|
4423
4423
|
declare namespace io.gatling.javaapi.http {
|
|
4424
4424
|
class WsFrameCheck /* extends java.lang.Object*/ {
|
|
4425
|
-
asScala(): any /*io.gatling.http.check.ws.WsFrameCheck
|
|
4425
|
+
asScala(): any; /*io.gatling.http.check.ws.WsFrameCheck*/
|
|
4426
4426
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
4427
4427
|
toString(): string;
|
|
4428
4428
|
} // end WsFrameCheck
|
|
4429
4429
|
} // end namespace io.gatling.javaapi.http
|
|
4430
4430
|
declare namespace io.gatling.javaapi.http {
|
|
4431
4431
|
class WsSendBinaryActionBuilder /* extends java.lang.Object implements WsAwaitActionBuilder<any, any>*/ {
|
|
4432
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4432
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4433
4433
|
await<T>(arg0: Func<io.gatling.javaapi.core.Session, java.time.Duration>): WsAwaitActionBuilder$On<T>;
|
|
4434
4434
|
await<T>(arg0: java.time.Duration): WsAwaitActionBuilder$On<T>;
|
|
4435
4435
|
await<T>(arg0: long): WsAwaitActionBuilder$On<T>;
|
|
@@ -4441,7 +4441,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4441
4441
|
} // end namespace io.gatling.javaapi.http
|
|
4442
4442
|
declare namespace io.gatling.javaapi.http {
|
|
4443
4443
|
class WsSendTextActionBuilder /* extends java.lang.Object implements WsAwaitActionBuilder<any, any>*/ {
|
|
4444
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4444
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4445
4445
|
await<T>(arg0: Func<io.gatling.javaapi.core.Session, java.time.Duration>): WsAwaitActionBuilder$On<T>;
|
|
4446
4446
|
await<T>(arg0: java.time.Duration): WsAwaitActionBuilder$On<T>;
|
|
4447
4447
|
await<T>(arg0: long): WsAwaitActionBuilder$On<T>;
|
|
@@ -4473,7 +4473,7 @@ declare namespace io.gatling.javaapi.http {
|
|
|
4473
4473
|
} // end namespace io.gatling.javaapi.http
|
|
4474
4474
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4475
4475
|
class ConnectActionBuilder /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
4476
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4476
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4477
4477
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
4478
4478
|
toChainBuilder(): io.gatling.javaapi.core.ChainBuilder;
|
|
4479
4479
|
toString(): string;
|
|
@@ -4481,7 +4481,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4481
4481
|
} // end namespace io.gatling.javaapi.mqtt
|
|
4482
4482
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4483
4483
|
class LastWillBuilder /* extends java.lang.Object*/ {
|
|
4484
|
-
asScala(): any /*io.gatling.mqtt.protocol.LastWillBuilder
|
|
4484
|
+
asScala(): any; /*io.gatling.mqtt.protocol.LastWillBuilder*/
|
|
4485
4485
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
4486
4486
|
qosAtLeastOnce(): LastWillBuilder;
|
|
4487
4487
|
qosAtMostOnce(): LastWillBuilder;
|
|
@@ -4522,7 +4522,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4522
4522
|
io.gatling.javaapi.core.Session
|
|
4523
4523
|
>
|
|
4524
4524
|
): io.gatling.javaapi.core.ActionBuilder;
|
|
4525
|
-
protocol(): any /*io.gatling.core.protocol.Protocol
|
|
4525
|
+
protocol(): any; /*io.gatling.core.protocol.Protocol*/
|
|
4526
4526
|
qosAtLeastOnce<T>(): T;
|
|
4527
4527
|
qosAtMostOnce<T>(): T;
|
|
4528
4528
|
qosExactlyOnce<T>(): T;
|
|
@@ -4583,7 +4583,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4583
4583
|
mqttVersion_3_1_1<T>(): T;
|
|
4584
4584
|
mqttVersion_5<T>(): T;
|
|
4585
4585
|
perUserKeyManagerFactory<T>(arg0: Func<long | null, any /*javax.net.ssl.KeyManagerFactory*/>): T;
|
|
4586
|
-
protocol(): any /*io.gatling.core.protocol.Protocol
|
|
4586
|
+
protocol(): any; /*io.gatling.core.protocol.Protocol*/
|
|
4587
4587
|
qosAtLeastOnce<T>(): T;
|
|
4588
4588
|
qosAtMostOnce<T>(): T;
|
|
4589
4589
|
qosExactlyOnce<T>(): T;
|
|
@@ -4611,7 +4611,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4611
4611
|
} // end namespace io.gatling.javaapi.mqtt
|
|
4612
4612
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4613
4613
|
class PublishActionBuilder$Checkable /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
4614
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4614
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4615
4615
|
check(...arg0: io.gatling.javaapi.core.CheckBuilder[]): PublishActionBuilder$Checkable;
|
|
4616
4616
|
check(arg0: java.util.List<io.gatling.javaapi.core.CheckBuilder>): PublishActionBuilder$Checkable;
|
|
4617
4617
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
@@ -4624,7 +4624,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4624
4624
|
} // end namespace io.gatling.javaapi.mqtt
|
|
4625
4625
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4626
4626
|
class PublishActionBuilder /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
4627
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4627
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4628
4628
|
await(arg0: java.time.Duration): PublishActionBuilder$Checkable;
|
|
4629
4629
|
await(
|
|
4630
4630
|
arg0: java.time.Duration,
|
|
@@ -4653,7 +4653,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4653
4653
|
} // end namespace io.gatling.javaapi.mqtt
|
|
4654
4654
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4655
4655
|
class SubscribeActionBuilder$Checkable /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
4656
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4656
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4657
4657
|
check(...arg0: io.gatling.javaapi.core.CheckBuilder[]): SubscribeActionBuilder$Checkable;
|
|
4658
4658
|
check(arg0: java.util.List<io.gatling.javaapi.core.CheckBuilder>): SubscribeActionBuilder$Checkable;
|
|
4659
4659
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
@@ -4666,7 +4666,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4666
4666
|
} // end namespace io.gatling.javaapi.mqtt
|
|
4667
4667
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4668
4668
|
class SubscribeActionBuilder /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
4669
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4669
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4670
4670
|
await(arg0: java.time.Duration): SubscribeActionBuilder$Checkable;
|
|
4671
4671
|
await(arg0: long): SubscribeActionBuilder$Checkable;
|
|
4672
4672
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
@@ -4681,7 +4681,7 @@ declare namespace io.gatling.javaapi.mqtt {
|
|
|
4681
4681
|
} // end namespace io.gatling.javaapi.mqtt
|
|
4682
4682
|
declare namespace io.gatling.javaapi.mqtt {
|
|
4683
4683
|
class WaitForMessagesActionBuilder /* extends java.lang.Object implements io.gatling.javaapi.core.ActionBuilder*/ {
|
|
4684
|
-
asScala(): any /*io.gatling.core.action.builder.ActionBuilder
|
|
4684
|
+
asScala(): any; /*io.gatling.core.action.builder.ActionBuilder*/
|
|
4685
4685
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
4686
4686
|
timeout(arg0: java.time.Duration): WaitForMessagesActionBuilder;
|
|
4687
4687
|
timeout(arg0: long): WaitForMessagesActionBuilder;
|
|
@@ -4719,8 +4719,8 @@ declare namespace io.grpc {
|
|
|
4719
4719
|
getAuthority(): string;
|
|
4720
4720
|
getCompressor(): string;
|
|
4721
4721
|
getCredentials(): CallCredentials;
|
|
4722
|
-
getDeadline(): any /*io.grpc.Deadline
|
|
4723
|
-
getExecutor(): any /*java.util.concurrent.Executor
|
|
4722
|
+
getDeadline(): any; /*io.grpc.Deadline*/
|
|
4723
|
+
getExecutor(): any; /*java.util.concurrent.Executor*/
|
|
4724
4724
|
getMaxInboundMessageSize(): int | null;
|
|
4725
4725
|
getMaxOutboundMessageSize(): int | null;
|
|
4726
4726
|
getOnReadyThreshold(): int | null;
|
|
@@ -4815,8 +4815,8 @@ declare namespace io.netty.handler.codec.http {
|
|
|
4815
4815
|
getAsString(arg0: any /*java.lang.CharSequence*/): string;
|
|
4816
4816
|
getInt(arg0: any /*java.lang.CharSequence*/): int | null;
|
|
4817
4817
|
getInt(arg0: any /*java.lang.CharSequence*/, arg1: int): int;
|
|
4818
|
-
getShort(arg0: any /*java.lang.CharSequence*/): any /*java.lang.Short
|
|
4819
|
-
getShort(arg0: any /*java.lang.CharSequence*/, arg1: any /*short*/): any /*short
|
|
4818
|
+
getShort(arg0: any /*java.lang.CharSequence*/): any; /*java.lang.Short*/
|
|
4819
|
+
getShort(arg0: any /*java.lang.CharSequence*/, arg1: any /*short*/): any; /*short*/
|
|
4820
4820
|
getTimeMillis(arg0: any /*java.lang.CharSequence*/): long | null;
|
|
4821
4821
|
getTimeMillis(arg0: any /*java.lang.CharSequence*/, arg1: long): long;
|
|
4822
4822
|
isEmpty(): boolean;
|
|
@@ -4835,7 +4835,7 @@ declare namespace io.netty.handler.codec.http {
|
|
|
4835
4835
|
setInt(arg0: any /*java.lang.CharSequence*/, arg1: int): HttpHeaders;
|
|
4836
4836
|
setShort(arg0: any /*java.lang.CharSequence*/, arg1: any /*short*/): HttpHeaders;
|
|
4837
4837
|
size(): int;
|
|
4838
|
-
spliterator(): any /*java.util.Spliterator
|
|
4838
|
+
spliterator(): any; /*java.util.Spliterator*/
|
|
4839
4839
|
toString(): string;
|
|
4840
4840
|
valueCharSequenceIterator(arg0: any /*java.lang.CharSequence*/): java.util.Iterator<any /*java.lang.CharSequence*/>;
|
|
4841
4841
|
valueStringIterator(arg0: any /*java.lang.CharSequence*/): java.util.Iterator<string>;
|
|
@@ -4844,8 +4844,8 @@ declare namespace io.netty.handler.codec.http {
|
|
|
4844
4844
|
declare namespace io.netty.handler.codec.http {
|
|
4845
4845
|
class HttpResponseStatus /* extends java.lang.Object implements java.lang.Comparable<any>*/ {
|
|
4846
4846
|
code(): int;
|
|
4847
|
-
codeAsText(): any /*io.netty.util.AsciiString
|
|
4848
|
-
codeClass(): any /*io.netty.handler.codec.http.HttpStatusClass
|
|
4847
|
+
codeAsText(): any; /*io.netty.util.AsciiString*/
|
|
4848
|
+
codeClass(): any; /*io.netty.handler.codec.http.HttpStatusClass*/
|
|
4849
4849
|
compareTo(arg0: HttpResponseStatus): int;
|
|
4850
4850
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
4851
4851
|
reasonPhrase(): string;
|
|
@@ -4933,7 +4933,7 @@ declare namespace io.netty.handler.codec.mqtt {
|
|
|
4933
4933
|
add(arg0: any /*io.netty.handler.codec.mqtt.MqttProperties$MqttProperty*/): void;
|
|
4934
4934
|
equals(arg0: any /*java.lang.Object*/): boolean;
|
|
4935
4935
|
getProperties(arg0: int): java.util.List<any /*io.netty.handler.codec.mqtt.MqttProperties$MqttProperty*/>;
|
|
4936
|
-
getProperty(arg0: int): any /*io.netty.handler.codec.mqtt.MqttProperties$MqttProperty
|
|
4936
|
+
getProperty(arg0: int): any; /*io.netty.handler.codec.mqtt.MqttProperties$MqttProperty*/
|
|
4937
4937
|
isEmpty(): boolean;
|
|
4938
4938
|
listAll(): java.util.Collection<any /*io.netty.handler.codec.mqtt.MqttProperties$MqttProperty*/>;
|
|
4939
4939
|
toString(): string;
|
|
@@ -4951,12 +4951,12 @@ declare namespace io.netty.handler.codec.mqtt {
|
|
|
4951
4951
|
} // end namespace io.netty.handler.codec.mqtt
|
|
4952
4952
|
declare namespace java.lang {
|
|
4953
4953
|
class String /* extends Object implements java.io.Serializable, Comparable<any>, CharSequence, java.lang.constant.Constable, java.lang.constant.ConstantDesc*/ {
|
|
4954
|
-
charAt(arg0: int): any /*char
|
|
4955
|
-
chars(): any /*java.util.stream.IntStream
|
|
4954
|
+
charAt(arg0: int): any; /*char*/
|
|
4955
|
+
chars(): any; /*java.util.stream.IntStream*/
|
|
4956
4956
|
codePointAt(arg0: int): int;
|
|
4957
4957
|
codePointBefore(arg0: int): int;
|
|
4958
4958
|
codePointCount(arg0: int, arg1: int): int;
|
|
4959
|
-
codePoints(): any /*java.util.stream.IntStream
|
|
4959
|
+
codePoints(): any; /*java.util.stream.IntStream*/
|
|
4960
4960
|
compareTo(arg0: string): int;
|
|
4961
4961
|
compareToIgnoreCase(arg0: string): int;
|
|
4962
4962
|
concat(arg0: string): string;
|
|
@@ -5008,7 +5008,7 @@ declare namespace java.lang {
|
|
|
5008
5008
|
stripIndent(): string;
|
|
5009
5009
|
stripLeading(): string;
|
|
5010
5010
|
stripTrailing(): string;
|
|
5011
|
-
subSequence(arg0: int, arg1: int): any /*java.lang.CharSequence
|
|
5011
|
+
subSequence(arg0: int, arg1: int): any; /*java.lang.CharSequence*/
|
|
5012
5012
|
substring(arg0: int): string;
|
|
5013
5013
|
substring(arg0: int, arg1: int): string;
|
|
5014
5014
|
toCharArray(): chararray;
|
|
@@ -5048,7 +5048,7 @@ declare namespace java.lang {
|
|
|
5048
5048
|
declare namespace java.time {
|
|
5049
5049
|
class Duration /* extends java.lang.Object implements java.time.temporal.TemporalAmount, java.lang.Comparable<any>, java.io.Serializable*/ {
|
|
5050
5050
|
abs(): Duration;
|
|
5051
|
-
addTo(arg0: any /*java.time.temporal.Temporal*/): any /*java.time.temporal.Temporal
|
|
5051
|
+
addTo(arg0: any /*java.time.temporal.Temporal*/): any; /*java.time.temporal.Temporal*/
|
|
5052
5052
|
compareTo(arg0: Duration): int;
|
|
5053
5053
|
dividedBy(arg0: Duration): long;
|
|
5054
5054
|
dividedBy(arg0: long): Duration;
|
|
@@ -5078,7 +5078,7 @@ declare namespace java.time {
|
|
|
5078
5078
|
plusMinutes(arg0: long): Duration;
|
|
5079
5079
|
plusNanos(arg0: long): Duration;
|
|
5080
5080
|
plusSeconds(arg0: long): Duration;
|
|
5081
|
-
subtractFrom(arg0: any /*java.time.temporal.Temporal*/): any /*java.time.temporal.Temporal
|
|
5081
|
+
subtractFrom(arg0: any /*java.time.temporal.Temporal*/): any; /*java.time.temporal.Temporal*/
|
|
5082
5082
|
toDays(): long;
|
|
5083
5083
|
toDaysPart(): long;
|
|
5084
5084
|
toHours(): long;
|