Uses of Interface
com.microsoft.azure.proton.transport.proxy.ProxyResponse
-
Packages that use ProxyResponse 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 ProxyResponse in com.microsoft.azure.proton.transport.proxy
Methods in com.microsoft.azure.proton.transport.proxy with parameters of type ProxyResponse Modifier and Type Method Description booleanProxyHandler. validateProxyResponse(ProxyResponse httpResponse)Verifies thathttpResponsecontains a successful CONNECT response. -
Uses of ProxyResponse in com.microsoft.azure.proton.transport.proxy.impl
Classes in com.microsoft.azure.proton.transport.proxy.impl that implement ProxyResponse Modifier and Type Class Description classProxyResponseImplRepresents an HTTP response from a proxy.Methods in com.microsoft.azure.proton.transport.proxy.impl that return ProxyResponse Modifier and Type Method Description static ProxyResponseProxyResponseImpl. create(java.nio.ByteBuffer buffer)Create a proxy response from a givenbuffer.Methods in com.microsoft.azure.proton.transport.proxy.impl with parameters of type ProxyResponse Modifier and Type Method Description booleanProxyHandlerImpl. validateProxyResponse(ProxyResponse response)Verifies thathttpResponsecontains a successful CONNECT response.
-