kg.apc.jmeter.samplers
Class HexStringUDPDecoder

java.lang.Object
  extended by kg.apc.jmeter.samplers.HexStringUDPDecoder
All Implemented Interfaces:
UDPTrafficDecoder

public class HexStringUDPDecoder
extends Object
implements UDPTrafficDecoder

Author:
undera

Constructor Summary
HexStringUDPDecoder()
           
 
Method Summary
 byte[] decode(byte[] buf)
           
 ByteBuffer encode(String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexStringUDPDecoder

public HexStringUDPDecoder()
Method Detail

encode

public ByteBuffer encode(String data)
Specified by:
encode in interface UDPTrafficDecoder

decode

public byte[] decode(byte[] buf)
Specified by:
decode in interface UDPTrafficDecoder


Copyright © 2014. All Rights Reserved.