Class HTTPSamplerProxyParamsSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public class HTTPSamplerProxyParamsSchema<Schema extends BaseTestElementSchema> extends BasePropertyGroupSchema<Schema>
Lists properties of a HTTPSamplerBase.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringPropertyDescriptor<Schema>schemeprivate final StringPropertyDescriptor<Schema>hostprivate final IntegerPropertyDescriptor<Schema>portprivate final StringPropertyDescriptor<Schema>usernameprivate final StringPropertyDescriptor<Schema>passwordprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ParentSchemaReferenceparentprivate final Map<String, PropertyDescriptor<?, ?>>properties
-
Constructor Summary
Constructors Constructor Description HTTPSamplerProxyParamsSchema()
-
Method Summary
Modifier and Type Method Description final StringPropertyDescriptor<Schema>getScheme()final StringPropertyDescriptor<Schema>getHost()final IntegerPropertyDescriptor<Schema>getPort()final StringPropertyDescriptor<Schema>getUsername()final StringPropertyDescriptor<Schema>getPassword()-
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate -
Methods inherited from class org.apache.jmeter.testelement.schema.BasePropertyGroupSchema
getParent, getValue, getValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUsername
final StringPropertyDescriptor<Schema> getUsername()
-
getPassword
final StringPropertyDescriptor<Schema> getPassword()
-
-
-
-