Class JettyUtils
- java.lang.Object
-
- com.github.tomakehurst.wiremock.jetty.JettyUtils
-
public class JettyUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.SocketgetTlsSocket(org.eclipse.jetty.server.Response response)static booleanisBrowserProxyRequest(jakarta.servlet.http.HttpServletRequest request)static booleanisJetty()static org.eclipse.jetty.server.ResponseunwrapResponse(jakarta.servlet.http.HttpServletResponse httpServletResponse)
-
-
-
Method Detail
-
isJetty
public static boolean isJetty()
-
unwrapResponse
public static org.eclipse.jetty.server.Response unwrapResponse(jakarta.servlet.http.HttpServletResponse httpServletResponse)
-
getTlsSocket
public static java.net.Socket getTlsSocket(org.eclipse.jetty.server.Response response)
-
isBrowserProxyRequest
public static boolean isBrowserProxyRequest(jakarta.servlet.http.HttpServletRequest request)
-
-