org.apache.jmeter.protocol.tcp.sampler
Class LengthPrefixedBinaryTCPClientImpl
- TCPClient
public class LengthPrefixedBinaryTCPClientImpl
Implements binary length-prefixed binary data.
This is used in ISO8583 for example.
byte | getEolByte() - Not useful, as the byte is never used.
|
String | read(InputStream is)
|
void | setEolByte(int eolInt)
|
void | write(OutputStream os, InputStream is)
|
void | write(OutputStream os, String s)
|
LengthPrefixedBinaryTCPClientImpl
public LengthPrefixedBinaryTCPClientImpl()
read
public String read(InputStream is)
- read in interface TCPClient
is
- -
InputStream for socket
write
public void write(OutputStream os,
InputStream is)
- write in interface TCPClient
os
- -
OutputStream for socketis
- -
InputStream to be written to Socket
write
public void write(OutputStream os,
String s)
- write in interface TCPClient
os
- -
OutputStream for sockets
- -
String to write
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.