Uses of Class
com.microsoft.azure.proton.transport.proxy.HttpStatusLine
-
Packages that use HttpStatusLine 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 HttpStatusLine in com.microsoft.azure.proton.transport.proxy
Methods in com.microsoft.azure.proton.transport.proxy that return HttpStatusLine Modifier and Type Method Description static HttpStatusLineHttpStatusLine. create(java.lang.String line)Parses the providedstatusLineinto an HTTP status line.HttpStatusLineProxyResponse. getStatus()Gets the HTTP status line. -
Uses of HttpStatusLine in com.microsoft.azure.proton.transport.proxy.impl
Methods in com.microsoft.azure.proton.transport.proxy.impl that return HttpStatusLine Modifier and Type Method Description HttpStatusLineProxyResponseImpl. getStatus()Gets the HTTP status line.
-