org.apache.jmeter.protocol.tcp.sampler
Class TCPClientDecorator
- TCPClient
public abstract class TCPClientDecorator
TCPClientDecorator
public TCPClientDecorator(TCPClient tcpClient)
byteArrayToInt
public static int byteArrayToInt(byte[] b)
Convert byte array to int.
b - - Byte array to be converted
- Integer value of input byte array
intToByteArray
public static byte[] intToByteArray(int value,
int len) Convert int to byte array.
value - - int to be convertedlen - - length of required byte array
- Byte array representation of input value
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.