org.littleshoot.util
Class HttpUtils

java.lang.Object
  extended by org.littleshoot.util.HttpUtils

public class HttpUtils
extends Object


Constructor Summary
HttpUtils()
           
 
Method Summary
static Map<String,String> toHeaderMap(byte[] httpHeaders)
           
static Map<String,String> toHeaderMap(String headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpUtils

public HttpUtils()
Method Detail

toHeaderMap

public static Map<String,String> toHeaderMap(byte[] httpHeaders)

toHeaderMap

public static Map<String,String> toHeaderMap(String headers)


Copyright © 2011-2013 LittleShoot. All Rights Reserved.