Uses of Class
com.microsoft.azure.proton.transport.proxy.ProxyHandler.ProxyResponseResult
-
Packages that use ProxyHandler.ProxyResponseResult Package Description com.microsoft.azure.proton.transport.proxy Package containing classes for connecting via an HTTP proxy.com.microsoft.azure.proton.transport.proxy.impl Package containg implementation forProxyHandlerandProxy. -
-
Uses of ProxyHandler.ProxyResponseResult in com.microsoft.azure.proton.transport.proxy
Methods in com.microsoft.azure.proton.transport.proxy that return ProxyHandler.ProxyResponseResult Modifier and Type Method Description ProxyHandler.ProxyResponseResultProxyHandler. validateProxyResponse(ByteBuffer buffer)Verifies thatbuffercontains a successful CONNECT response. -
Uses of ProxyHandler.ProxyResponseResult in com.microsoft.azure.proton.transport.proxy.impl
Methods in com.microsoft.azure.proton.transport.proxy.impl that return ProxyHandler.ProxyResponseResult Modifier and Type Method Description ProxyHandler.ProxyResponseResultProxyHandlerImpl. validateProxyResponse(ByteBuffer buffer)Verifies thatbuffercontains a successful CONNECT response.
-