Index

A B C E F G H I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractTCPClient - Class in org.apache.jmeter.protocol.tcp.sampler
Basic implementation of TCPClient interface.
AbstractTCPClient() - Constructor for class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
 
applies(ConfigTestElement) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

B

BinaryTCPClientImpl - Class in org.apache.jmeter.protocol.tcp.sampler
TCPClient implementation.
BinaryTCPClientImpl() - Constructor for class org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl
 
byteArrayToInt(byte[]) - Static method in class org.apache.jmeter.protocol.tcp.sampler.TCPClientDecorator
Convert byte array to int.

C

CLASSNAME - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
clearGui() - Method in class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui
Implements JMeterGUIComponent.clearGui
CLOSE_CONNECTION - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
CLOSE_CONNECTION_DEFAULT - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
configure(TestElement) - Method in class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
 
configure(TestElement) - Method in class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui
 
createTestElement() - Method in class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
 
createTestElement() - Method in class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui
 

E

EOL_BYTE - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
eolByte - Variable in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
 

F

FILENAME - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

G

getCharset() - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
 
getCharset() - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Get the charset.
getClassname() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getConnectTimeout() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getEolByte() - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
Get the end-of-line/end-of-message byte.
getEolByte() - Method in class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
Not useful, as the byte is never used.
getEolByte() - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Get the end-of-line/end-of-message byte.
getEolByte() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getFilename() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getLabel() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
Returns a formatted string label describing this sampler Example output: Tcp://Tcp.nowhere.com/pub/README.txt
getLabelResource() - Method in class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
 
getLabelResource() - Method in class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui
 
getNoDelay() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getPartialResponse() - Method in exception org.apache.jmeter.protocol.tcp.sampler.ReadException
 
getPassword() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getPort() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getRequestData() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getServer() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getSoLinger() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getTimeout() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
getUsername() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

H

hexStringToByteArray(String) - Static method in class org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl
Convert hex string to binary byte array.

I

interrupt() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
intToByteArray(int, int) - Static method in class org.apache.jmeter.protocol.tcp.sampler.TCPClientDecorator
Convert int to byte array.
isCloseConnection() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
isReUseConnection() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

L

LengthPrefixedBinaryTCPClientImpl - Class in org.apache.jmeter.protocol.tcp.sampler
Implements binary length-prefixed binary data.
LengthPrefixedBinaryTCPClientImpl() - Constructor for class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
 

M

modifyTestElement(TestElement) - Method in class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui
Modifies a given TestElement to mirror the data in the gui components.

N

NODELAY - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

O

org.apache.jmeter.protocol.tcp.config.gui - package org.apache.jmeter.protocol.tcp.config.gui
 
org.apache.jmeter.protocol.tcp.control.gui - package org.apache.jmeter.protocol.tcp.control.gui
 
org.apache.jmeter.protocol.tcp.sampler - package org.apache.jmeter.protocol.tcp.sampler
 

P

PORT - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

R

RE_USE_CONNECTION - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
RE_USE_CONNECTION_DEFAULT - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
read(InputStream) - Method in class org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl
Deprecated.
read(InputStream) - Method in class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
Deprecated.
read(InputStream) - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Deprecated.
since 3.3, implement TCPClient.read(InputStream, SampleResult) instead, will be removed in future version
read(InputStream) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl
Deprecated.
read(InputStream, SampleResult) - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
Default implementation calls TCPClient.read(InputStream) for backward compatibility
read(InputStream, SampleResult) - Method in class org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl
Reads data until the defined EOM byte is reached.
read(InputStream, SampleResult) - Method in class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
Default implementation calls TCPClient.read(InputStream) for backward compatibility
read(InputStream, SampleResult) - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
 
read(InputStream, SampleResult) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl
Reads data until the defined EOL byte is reached.
ReadException - Exception in org.apache.jmeter.protocol.tcp.sampler
Exception that contains partial response (Text read until exception occurred)
ReadException() - Constructor for exception org.apache.jmeter.protocol.tcp.sampler.ReadException
Deprecated.
For use by test code only (serialisation tests)
ReadException(String, Throwable, String) - Constructor for exception org.apache.jmeter.protocol.tcp.sampler.ReadException
Constructor
REQUEST - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

S

sample(Entry) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
SERVER - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setCharset(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
 
setClassname(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setCloseConnection(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setConnectTimeout(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setEolByte(int) - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
Set the end-of-line/end-of-message byte.
setEolByte(int) - Method in class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
Set the end-of-line/end-of-message byte.
setEolByte(int) - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Set the end-of-line/end-of-message byte.
setEolByte(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setFilename(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setPort(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setRequestData(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setServer(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setSoLinger(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setTimeout(String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
setupTest() - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
Invoked when the thread starts.
setupTest() - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Invoked when the thread starts.
SO_LINGER - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

T

tcpClient - Variable in class org.apache.jmeter.protocol.tcp.sampler.TCPClientDecorator
 
TCPClient - Interface in org.apache.jmeter.protocol.tcp.sampler
Interface required by TCPSampler for TCPClient implementations.
TCPClientDecorator - Class in org.apache.jmeter.protocol.tcp.sampler
TCP Sampler Client decorator to permit wrapping base client implementations with length prefixes.
TCPClientDecorator(TCPClient) - Constructor for class org.apache.jmeter.protocol.tcp.sampler.TCPClientDecorator
 
TCPClientImpl - Class in org.apache.jmeter.protocol.tcp.sampler
Sample TCPClient implementation.
TCPClientImpl() - Constructor for class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl
 
TCPConfigGui - Class in org.apache.jmeter.protocol.tcp.config.gui
 
TCPConfigGui() - Constructor for class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
 
TCPConfigGui(boolean) - Constructor for class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui
 
TCPSampler - Class in org.apache.jmeter.protocol.tcp.sampler
A sampler which understands Tcp requests.
TCPSampler() - Constructor for class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
TCPSamplerGui - Class in org.apache.jmeter.protocol.tcp.control.gui
 
TCPSamplerGui() - Constructor for class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui
 
teardownTest() - Method in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
Invoked when the thread ends
teardownTest() - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Invoked when the thread ends
threadFinished() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
threadStarted() - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
TIMEOUT - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 
TIMEOUT_CONNECT - Static variable in class org.apache.jmeter.protocol.tcp.sampler.TCPSampler
 

U

useEolByte - Variable in class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
 

W

write(OutputStream, InputStream) - Method in class org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl
write(OutputStream, InputStream) - Method in class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
write(OutputStream, InputStream) - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
 
write(OutputStream, InputStream) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl
write(OutputStream, String) - Method in class org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl
Input (hex) string is converted to binary and written to the output stream.
write(OutputStream, String) - Method in class org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImpl
write(OutputStream, String) - Method in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
 
write(OutputStream, String) - Method in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl
A B C E F G H I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form