Uses of Class
com.xceptance.xlt.api.util.XltCharBuffer
-
Packages that use XltCharBuffer Package Description com.xceptance.xlt.api.engine Provides core classes as well as classes to represent the different data measured during a test.com.xceptance.xlt.api.util Provides various utility classes to make writing test cases easier. -
-
Uses of XltCharBuffer in com.xceptance.xlt.api.engine
Fields in com.xceptance.xlt.api.engine declared as XltCharBuffer Modifier and Type Field Description static XltCharBufferRequestData. UNKNOWN_HOSTThe value to show if the host could not be determined from a URL.Methods in com.xceptance.xlt.api.engine that return XltCharBuffer Modifier and Type Method Description XltCharBufferRequestData. getContentType()Returns the response's content type.XltCharBufferRequestData. getFormData()Returns the form data.XltCharBufferRequestData. getFormDataEncoding()Returns the encoding of the form data.XltCharBufferRequestData. getHost()Returns the host parsed from the url or UNKNOWN_HOST if it does not exist.XltCharBufferRequestData. getHttpMethod()Returns the HTTP method of the request.XltCharBufferRequestData. getUrl()Returns the request's URL.XltCharBufferRequestData. getUsedIpAddress()Returns the target IP address of the system under test that was used when making the request.Methods in com.xceptance.xlt.api.engine with parameters of type XltCharBuffer Modifier and Type Method Description voidAbstractData. baseValuesFromCSV(SimpleArrayList<XltCharBuffer> result, XltCharBuffer s)Recreates a partial state of this object by reading the data from a buffer s and parsing it as comma-delimited line.voidData. baseValuesFromCSV(SimpleArrayList<XltCharBuffer> result, XltCharBuffer src)Recreates a partial state of this object by reading the data from a buffer s and parsing it as comma-delimited line.voidRequestData. setContentType(XltCharBuffer contentType)Sets the response's content type.voidRequestData. setFormData(XltCharBuffer formData)Set the form data.voidRequestData. setFormDataEncoding(XltCharBuffer encoding)Set the form data encoding.voidRequestData. setHttpMethod(XltCharBuffer httpMethod)Set the httpMethod valuevoidRequestData. setRequestId(XltCharBuffer id)Sets the request ID that was sent to the server.voidRequestData. setResponseId(XltCharBuffer id)Sets the response ID that was sent back by the server.voidRequestData. setUrl(XltCharBuffer url)Sets the request's URL.voidRequestData. setUsedIpAddress(XltCharBuffer ipAddress)Sets the target IP address of the system under test that was used when making the request.Method parameters in com.xceptance.xlt.api.engine with type arguments of type XltCharBuffer Modifier and Type Method Description voidAbstractData. baseValuesFromCSV(SimpleArrayList<XltCharBuffer> result, XltCharBuffer s)Recreates a partial state of this object by reading the data from a buffer s and parsing it as comma-delimited line.voidData. baseValuesFromCSV(SimpleArrayList<XltCharBuffer> result, XltCharBuffer src)Recreates a partial state of this object by reading the data from a buffer s and parsing it as comma-delimited line.protected voidAbstractData. parseBaseValues(java.util.List<XltCharBuffer> values)Recreates the base state: type code, name, and time.protected abstract voidAbstractData. parseRemainingValues(java.util.List<XltCharBuffer> values)Recreates the state of this object from an array of values.protected voidCustomValue. parseRemainingValues(java.util.List<XltCharBuffer> values)Recreates the state of this object from an array of values.protected voidEventData. parseRemainingValues(java.util.List<XltCharBuffer> values)Recreates the state of this object from an array of values.protected voidRequestData. parseRemainingValues(java.util.List<XltCharBuffer> values)Recreates the state of this object from an array of values.protected voidTimerData. parseRemainingValues(java.util.List<XltCharBuffer> values)Recreates the state of this object from an array of values.protected voidTransactionData. parseRemainingValues(java.util.List<XltCharBuffer> values)Recreates the state of this object from an array of values.voidAbstractData. parseValues(SimpleArrayList<XltCharBuffer> result)Mainly for testing, we can recreate the state from a list at oncevoidAbstractData. remainingValuesFromCSV(SimpleArrayList<XltCharBuffer> result)Recreates the full state of the object by parsing the remaining data of the passed list.voidData. remainingValuesFromCSV(SimpleArrayList<XltCharBuffer> result)Recreates the full state of the object by parsing the remaining data of the passed list. -
Uses of XltCharBuffer in com.xceptance.xlt.api.util
Fields in com.xceptance.xlt.api.util declared as XltCharBuffer Modifier and Type Field Description static XltCharBufferXltCharBuffer. EMPTYAn empty static XltCharBufferMethods in com.xceptance.xlt.api.util that return XltCharBuffer Modifier and Type Method Description static XltCharBufferXltCharBuffer. empty()Just returns an empty buffer.static XltCharBufferXltCharBuffer. emptyWhenNull(XltCharBuffer s)Returns the empty string if the provided buffer is null the buffer otherwiseXltCharBufferXltCharBuffer. put(int pos, char c)Set a character at this position.XltCharBufferXltCharBuffer. substring(int from)Creates a new buffer similar to a String.substring call from a position till the endXltCharBufferXltCharBuffer. substring(int from, int to)Creates a new buffer similar to a String.substring call.static XltCharBufferXltCharBuffer. valueOf(char[] s)Create a new char buffer from a char array without copying it.static XltCharBufferXltCharBuffer. valueOf(XltCharBuffer s1, char c)Creates a new char buffer by adding a single charstatic XltCharBufferXltCharBuffer. valueOf(XltCharBuffer s1, XltCharBuffer s2)Creates a new char buffer by merging XltCharBuffersstatic XltCharBufferXltCharBuffer. valueOf(XltCharBuffer s1, XltCharBuffer s2, XltCharBuffer s3)Creates a new char buffer by merging stringsstatic XltCharBufferXltCharBuffer. valueOf(java.lang.String s)Create a new char buffer from a string.static XltCharBufferXltCharBuffer. valueOf(java.lang.String s1, java.lang.String s2)Creates a new char buffer by merging stringsstatic XltCharBufferXltCharBuffer. valueOf(java.lang.String s1, java.lang.String s2, java.lang.String s3)Creates a new char buffer by merging stringsstatic XltCharBufferXltCharBuffer. valueOf(java.lang.String s1, java.lang.String s2, java.lang.String s3, java.lang.String... more)Creates a new char buffer by merging stringsXltCharBufferXltCharBuffer. viewByLength(int from, int length)Returns a new buffer with a view on the current.XltCharBufferXltCharBuffer. viewFromTo(int from, int to)Returns a new buffer with a view on the current.Methods in com.xceptance.xlt.api.util that return types with arguments of type XltCharBuffer Modifier and Type Method Description java.util.List<XltCharBuffer>XltCharBuffer. split(char splitChar)Splits up this sequence into sub-sequences at splitChar markers excluding the markerMethods in com.xceptance.xlt.api.util with parameters of type XltCharBuffer Modifier and Type Method Description intXltCharBuffer. compareTo(XltCharBuffer other)Compares this object with the specified object for order.static XltCharBufferXltCharBuffer. emptyWhenNull(XltCharBuffer s)Returns the empty string if the provided buffer is null the buffer otherwisebooleanXltCharBuffer. endsWith(XltCharBuffer s)Checks whether or not a buffer ends with the content of another bufferintXltCharBuffer. indexOf(XltCharBuffer s)Search for the first occurrence of another buffer in this bufferintXltCharBuffer. indexOf(XltCharBuffer s, int fromIndex)Search for the first occurrence of another buffer in this bufferintXltCharBuffer. lastIndexOf(XltCharBuffer s)Returns the last occurrence of a buffer in this bufferintXltCharBuffer. lastIndexOf(XltCharBuffer s, int from)Returns the last occurrence of a buffer in this starting from a certain offset and searching backwards(!)booleanXltCharBuffer. startsWith(XltCharBuffer s)Checks if the start of the buffer matches another bufferstatic XltCharBufferXltCharBuffer. valueOf(XltCharBuffer s1, char c)Creates a new char buffer by adding a single charstatic XltCharBufferXltCharBuffer. valueOf(XltCharBuffer s1, XltCharBuffer s2)Creates a new char buffer by merging XltCharBuffersstatic XltCharBufferXltCharBuffer. valueOf(XltCharBuffer s1, XltCharBuffer s2, XltCharBuffer s3)Creates a new char buffer by merging strings
-