com.github.tomakehurst.wiremock.http
Class ServletContainerUtils

java.lang.Object
  extended by com.github.tomakehurst.wiremock.http.ServletContainerUtils

public class ServletContainerUtils
extends java.lang.Object


Constructor Summary
ServletContainerUtils()
           
 
Method Summary
static java.net.Socket getUnderlyingSocketFrom(javax.servlet.http.HttpServletResponse httpServletResponse)
           
static boolean isBrowserProxyRequest(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContainerUtils

public ServletContainerUtils()
Method Detail

getUnderlyingSocketFrom

public static java.net.Socket getUnderlyingSocketFrom(javax.servlet.http.HttpServletResponse httpServletResponse)

isBrowserProxyRequest

public static boolean isBrowserProxyRequest(javax.servlet.http.HttpServletRequest request)